Started by user Maxim Nesen Rebuilds build #11 Running as Maxim Nesen Agent basic-mdrh6 is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" name: "basic-mdrh6" namespace: "jersey" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.jersey.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "basic-mdrh6" - name: "JENKINS_REMOTING_JAVA_OPTS" value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\ \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true" - name: "JAVA_TOOL_OPTIONS" value: "" - name: "_JAVA_OPTIONS" value: "" - name: "OPENJ9_JAVA_OPTIONS" value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle" - name: "JENKINS_NAME" value: "basic-mdrh6" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.jersey.svc.cluster.local/jersey/" image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-3160.vd76b_9ddd10cc" imagePullPolicy: "Always" name: "jnlp" resources: limits: cpu: "2000m" memory: "4096Mi" requests: cpu: "1000m" memory: "4096Mi" tty: true volumeMounts: - mountPath: "/home/jenkins/.m2/toolchains.xml" name: "m2-dir" readOnly: true subPath: "toolchains.xml" - mountPath: "/home/jenkins/.mavenrc" name: "m2-dir" readOnly: true subPath: ".mavenrc" - mountPath: "/opt/tools" name: "volume-0" readOnly: false - mountPath: "/home/jenkins" name: "volume-2" readOnly: false - mountPath: "/home/jenkins/.m2/repository" name: "volume-3" readOnly: false - mountPath: "/home/jenkins/.m2/settings-security.xml" name: "m2-secret-dir" readOnly: true subPath: "settings-security.xml" - mountPath: "/home/jenkins/.m2/wrapper" name: "volume-4" readOnly: false - mountPath: "/home/jenkins/.m2/settings.xml" name: "m2-secret-dir" readOnly: true subPath: "settings.xml" - mountPath: "/home/jenkins/.ssh" name: "volume-1" readOnly: false subPath: "" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false workingDir: "/home/jenkins/agent" nodeSelector: kubernetes.io/os: "linux" restartPolicy: "Never" volumes: - name: "volume-0" persistentVolumeClaim: claimName: "tools-claim-jiro-jersey" readOnly: true - name: "m2-secret-dir" secret: secretName: "m2-secret-dir" - emptyDir: medium: "" name: "volume-2" - configMap: name: "m2-dir" name: "m2-dir" - configMap: name: "known-hosts" name: "volume-1" - emptyDir: medium: "" name: "workspace-volume" - emptyDir: medium: "" name: "volume-4" - emptyDir: medium: "" name: "volume-3" Building remotely on basic-mdrh6 (basic) in workspace /home/jenkins/agent/workspace/jakarta_EE10_TCK The recommended git tool is: git using credential github-bot Cloning the remote Git repository Cloning repository https://github.com/eclipse-ee4j/jersey > git init /home/jenkins/agent/workspace/jakarta_EE10_TCK # timeout=10 Fetching upstream changes from https://github.com/eclipse-ee4j/jersey > git --version # timeout=10 > git --version # 'git version 2.20.1' using GIT_ASKPASS to set credentials GitHub bot (username/token) > git fetch --tags --force --progress -- https://github.com/eclipse-ee4j/jersey +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/eclipse-ee4j/jersey # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch > git rev-parse refs/remotes/origin/3.1^{commit} # timeout=10 Checking out Revision 3ff54e22198542b7d816b8741c998eb25b85f3db (refs/remotes/origin/3.1) > git config core.sparsecheckout # timeout=10 > git checkout -f 3ff54e22198542b7d816b8741c998eb25b85f3db # timeout=10 Commit message: "Adding jersey-test-framework-provider-jetty-http2 to the bom/pom.xml" > git rev-list --no-walk be7d3572cf972c8e33d1da67c021b2db4420a14f # timeout=10 [jakarta_EE10_TCK] $ /bin/bash -xe /tmp/jenkins16098921790391945431.sh + MVN_HOME=/opt/tools/apache-maven/latest/ + PATH=/opt/tools/apache-maven/latest//bin:/opt/tools/java/openjdk/jdk-11/latest:/bin:/opt/tools/java/openjdk/jdk-11/latest/bin:/opt/tools/java/openjdk/jdk-11/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin + mvn -f tests/jersey-tck/pom.xml clean install -Dtck.version=3.1.4 -Dglassfish.container.version=7.0.6 -Djersey.version=3.1.5 + tee tck.log [INFO] Scanning for projects... [WARNING] [WARNING] Some problems were encountered while building the effective model for org.glassfish.jersey.core:jersey-tck:jar:3.1.0 [WARNING] 'build.plugins.plugin.version' for org.codehaus.mojo:exec-maven-plugin is missing. @ line 301, column 21 [WARNING] [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build. [WARNING] [WARNING] For this reason, future Maven versions might no longer support building such malformed projects. [WARNING] [INFO] [INFO] ----------------< org.glassfish.jersey.core:jersey-tck >---------------- [INFO] Building Jakarta RESTful WS Compliance for Jersey 3.1.0 [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ jersey-tck --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-tck --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] Copying 3 resources from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-tck --- [INFO] Changes detected - recompiling the module! :source [WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent! [INFO] Compiling 2 source files with javac [debug target 11] to target/classes [WARNING] Supported source version 'RELEASE_6' from annotation processor 'org.sonatype.guice.bean.scanners.index.SisuIndexAPT6' less than -source '11' [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-tck --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/jakarta_EE10_TCK/tests/jersey-tck/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-tck --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ jersey-tck --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-tck --- [INFO] Building jar: /home/jenkins/agent/workspace/jakarta_EE10_TCK/tests/jersey-tck/target/jersey-tck-3.1.0.jar [INFO] [INFO] --- dependency:3.2.0:unpack (unpack) @ jersey-tck --- [INFO] Configured Artifact: org.glassfish.main.distributions:glassfish:7.0.6:zip [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/main/distributions/glassfish/7.0.6/glassfish-7.0.6.zip to /home/jenkins/agent/workspace/jakarta_EE10_TCK/tests/jersey-tck/target with includes "" and excludes "" [INFO] [INFO] --- dependency:3.2.0:copy (copy) @ jersey-tck --- [INFO] Configured Artifact: org.glassfish.jersey.core:jersey-client:3.1.5:jar [INFO] Configured Artifact: org.glassfish.jersey.core:jersey-server:3.1.5:jar [INFO] Configured Artifact: org.glassfish.jersey.core:jersey-common:3.1.5:jar [INFO] Configured Artifact: org.glassfish.jersey.containers:jersey-container-grizzly2-http:3.1.5:jar [INFO] Configured Artifact: org.glassfish.jersey.containers:jersey-container-servlet-core:3.1.5:jar [INFO] Configured Artifact: org.glassfish.jersey.containers:jersey-container-servlet:3.1.5:jar [INFO] Configured Artifact: org.glassfish.jersey.media:jersey-media-sse:3.1.5:jar [INFO] Configured Artifact: org.glassfish.jersey.media:jersey-media-json-binding:3.1.5:jar [INFO] Configured Artifact: jakarta.ws.rs:jakarta.ws.rs-api:3.1.0:jar [INFO] Copying jersey-client-3.1.5.jar to /home/jenkins/agent/workspace/jakarta_EE10_TCK/tests/jersey-tck/target/glassfish7/glassfish/modules/jersey-client.jar [INFO] Copying jersey-server-3.1.5.jar to /home/jenkins/agent/workspace/jakarta_EE10_TCK/tests/jersey-tck/target/glassfish7/glassfish/modules/jersey-server.jar [INFO] Copying jersey-common-3.1.5.jar to /home/jenkins/agent/workspace/jakarta_EE10_TCK/tests/jersey-tck/target/glassfish7/glassfish/modules/jersey-common.jar [INFO] Copying jersey-container-grizzly2-http-3.1.5.jar to /home/jenkins/agent/workspace/jakarta_EE10_TCK/tests/jersey-tck/target/glassfish7/glassfish/modules/jersey-container-grizzly2-http.jar [INFO] Copying jersey-container-servlet-core-3.1.5.jar to /home/jenkins/agent/workspace/jakarta_EE10_TCK/tests/jersey-tck/target/glassfish7/glassfish/modules/jersey-container-servlet-core.jar [INFO] Copying jersey-container-servlet-3.1.5.jar to /home/jenkins/agent/workspace/jakarta_EE10_TCK/tests/jersey-tck/target/glassfish7/glassfish/modules/jersey-container-servlet.jar [INFO] Copying jersey-media-sse-3.1.5.jar to /home/jenkins/agent/workspace/jakarta_EE10_TCK/tests/jersey-tck/target/glassfish7/glassfish/modules/jersey-media-sse.jar [INFO] Copying jersey-media-json-binding-3.1.5.jar to /home/jenkins/agent/workspace/jakarta_EE10_TCK/tests/jersey-tck/target/glassfish7/glassfish/modules/jersey-media-json-binding.jar [INFO] Copying jakarta.ws.rs-api-3.1.0.jar to /home/jenkins/agent/workspace/jakarta_EE10_TCK/tests/jersey-tck/target/glassfish7/glassfish/modules/jakarta.ws.rs-api.jar [INFO] [INFO] --- exec:3.1.1:exec (StopDomain1) @ jersey-tck --- dasNotRunning() CLI306: Warning - The server located at /home/jenkins/agent/workspace/jakarta_EE10_TCK/tests/jersey-tck/target/glassfish7/glassfish/domains/domain1 is not running. Command stop-domain executed successfully. [INFO] [INFO] --- exec:3.1.1:exec (StartDomain1) @ jersey-tck --- Waiting for domain1 to start ...... Waiting finished after 5,879 ms. Successfully started the domain : domain1 domain Location: /home/jenkins/agent/workspace/jakarta_EE10_TCK/tests/jersey-tck/target/glassfish7/glassfish/domains/domain1 Log File: /home/jenkins/agent/workspace/jakarta_EE10_TCK/tests/jersey-tck/target/glassfish7/glassfish/domains/domain1/logs/server.log Admin Port: 4,848 Command start-domain executed successfully. [INFO] [INFO] --- exec:3.1.1:exec (Enable Trace requests) @ jersey-tck --- server-config.network-config.protocols.protocol.http-listener-1.http.trace-enabled=true Command set executed successfully. [INFO] [INFO] --- exec:3.1.1:exec (Delete User j2ee) @ jersey-tck --- remote failure: Removing User j2ee from file realm j2ee failed. No such user [j2ee]. No such user [j2ee]. Command delete-file-user failed. [INFO] [INFO] --- exec:3.1.1:exec (Add User j2ee) @ jersey-tck --- Command create-file-user executed successfully. [INFO] [INFO] --- exec:3.1.1:exec (Delete User javajoe) @ jersey-tck --- remote failure: Removing User javajoe from file realm javajoe failed. No such user [javajoe]. No such user [javajoe]. Command delete-file-user failed. [INFO] [INFO] --- exec:3.1.1:exec (Add User javajoe) @ jersey-tck --- Command create-file-user executed successfully. [INFO] [INFO] --- exec:3.1.1:exec (list users) @ jersey-tck --- j2ee javajoe Command list-file-users executed successfully. [INFO] [INFO] --- exec:3.1.1:exec (StopDomain) @ jersey-tck --- Waiting for the domain to stop . Waiting finished after 310 ms. Command stop-domain executed successfully. [INFO] [INFO] --- failsafe:3.0.0-M5:integration-test (gf-tests) @ jersey-tck --- [WARNING] Exception for '/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/ct.sym'. java.lang.IllegalArgumentException: '/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/ct.sym' not allowed on the path, only outputDirectories and jars are accepted at org.codehaus.plexus.languages.java.jpms.LocationManager.resolvePath (LocationManager.java:335) at org.codehaus.plexus.languages.java.jpms.LocationManager.resolvePaths (LocationManager.java:201) at org.apache.maven.plugin.surefire.AbstractSurefireMojo.newStartupConfigWithModularPath (AbstractSurefireMojo.java:2011) at org.apache.maven.plugin.surefire.AbstractSurefireMojo.createStartupConfiguration (AbstractSurefireMojo.java:1889) at org.apache.maven.plugin.surefire.AbstractSurefireMojo.createForkStarter (AbstractSurefireMojo.java:2374) at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeProvider (AbstractSurefireMojo.java:1310) at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked (AbstractSurefireMojo.java:1159) at org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute (AbstractSurefireMojo.java:932) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:126) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:328) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:316) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:212) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:174) at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 (MojoExecutor.java:75) at org.apache.maven.lifecycle.internal.MojoExecutor$1.run (MojoExecutor.java:162) at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute (DefaultMojosExecutionStrategy.java:39) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:105) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283) at org.apache.maven.cli.MavenCli.main (MavenCli.java:206) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:566) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348) [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [ERROR] WARNING: package ee.jakarta.tck.ws.rs.spec.resource.annotationprecedence.subclass not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.core.form not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.spec.provider.sort not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.spec.client.webtarget not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.spec.client.resource not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.core.responsestatustype not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.put not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.constrainedto not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.container.requestcontext not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.spec.contextprovider not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.beanparam.query.plain not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.client.invocation not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.headerparam.sub not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.resource.webappexception.nomapper not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.cookieparam not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.beanparam.header.plain not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.client.invocationcallback not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.jaxrs31.spec.extensions not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.formparam not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.spec.provider.standardhaspriority not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.ext.paramconverter not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.client.syncinvoker not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.spec.provider.writer not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.headerparam not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.client.clientresponsecontext not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.spec.inheritance not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.spec.filter.dynamicfeature not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.spec.context.client not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.spec.provider.overridestandard not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.ext.interceptor.reader.interceptorcontext not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.spec.provider.exceptionmapper not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.runtimetype not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.webapplicationexceptiontest not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.pathparam.sub not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.core.link not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.formparam.sub not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.resource.java2entity not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.core.configurable not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.ext.interceptor.containerreader.readerinterceptorcontext not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.spec.resourceconstructor not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.core.abstractmultivaluedmap not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.ext.interceptor.clientwriter.writerinterceptorcontext not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.core.multivaluedhashmap not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.client.responseprocessingexception not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.core.mediatype not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.core.entitytag not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.spec.resource.locator not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.jaxrs21.spec.completionstage not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.queryparam.sub not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.core.response not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.bindingpriority not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.ext.interceptor.containerwriter.writerinterceptorcontext not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.notauthorizedexception not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.core.configuration not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.core.newcookie not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.core.multivaluedmap not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.spec.resource.requestmatching not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.cookieparam.sub not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.container.requestcontext.security not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.client.clientrequestcontext not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.spec.template not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.jaxrs21.ee.client.executor.rx not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.notsupportedexception not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.servlet3.rs.core.streamingoutput not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.core.linkjaxblink not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.spec.filter.interceptor not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.ext.interceptor.reader.readerinterceptorcontext not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.client.client not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.ext.interceptor.containerwriter.interceptorcontext not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.core.application not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.spec.provider.standardwithjaxrsclient not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.spec.resource.annotationprecedence not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.resource.webappexception.mapper not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.core.responsebuilder not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.redirectexception not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.spec.provider.jaxbcontext not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.beanparam.path.plain not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.spec.provider.standardwithxmlbinding not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.beanparam.form.plain not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.spec.client.typedentitieswithxmlbinding not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.delete not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.client.invocationbuilder not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.core.cachecontrol not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.matrixparam not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.spec.provider.standard not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.headerparam.locator not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.beanparam.plain not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.servererrorexception not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.core.genericentity not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.pathparam.locator not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.core.uribuilder not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.pathparam not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.spec.client.exceptions not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.client.asyncinvoker not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.sseeventsink not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.core.headers not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.uribuilder not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.beanparam.cookie.plain not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.spec.provider.reader not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.core.responseclient not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.spec.provider.visibility not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.spec.filter.exception not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.ext.interceptor.clientwriter.interceptorcontext not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.processingexception not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.ext.runtimedelegate.setinstance not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.notallowedexception not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.ext.providers not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.client.clientrequestcontext not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.ext.interceptor.containerreader.interceptorcontext not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.spec.returntype not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.badrequestexception not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.spec.context.server not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.core.request not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.container.resourceinfo not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.client.clientbuilder not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.formparam.locator not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.matrixparam.sub not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.spec.filter.globalbinding not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.core.variant not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.core.configurable not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.jaxrs21.spec.classsubresourcelocator not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.spec.client.invocations not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.internalservererrorexception not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.queryparam not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.produceconsume not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.clienterrorexception not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.core.generictype not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.core.variantlistbuilder not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.cookieparam.locator not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.spec.resource.responsemediatype not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.notfoundexception not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.spec.client.typedentities not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.serviceunavailableexception not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.get not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.notacceptableexception not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.jaxrs21.ee.patch.server not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.container.responsecontext not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.beanparam.matrix.plain not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.core.linkjaxbadapter not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.spec.filter.lastvalue not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.head not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.core.uriinfo not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.ext.runtimedelegate.create not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.jaxrs21.ee.client.executor.async not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.spec.provider.standardnotnull not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.options not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.jaxrs21.api.client.invocationbuilder not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.core.configuration not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.forbiddenexception not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.signaturetest.jaxrs not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.core.responsebuilder not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.spec.client.instance not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.jaxrs21.ee.client.rxinvoker not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.spec.filter.namebinding not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.client.webtarget not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.container.requestcontext.illegalstate not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.spec.resource.valueofandfromstring not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.sseeventsource not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.core.securitycontext.basic not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.jaxrs21.ee.priority not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.matrixparam.locator not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.servlet3.rs.applicationpath not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.core.linkbuilder not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.core.nocontentexception not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.core.cookie not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.client.entity not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.servlet3.rs.ext.paramconverter.autodiscovery not in jersey.tck [INFO] Running ee.jakarta.tck.ws.rs.ee.resource.java2entity.JAXRSClientIT Starting container using command: [java, -jar, /home/jenkins/agent/workspace/jakarta_EE10_TCK/tests/jersey-tck/target/glassfish7/glassfish/modules/admin-cli.jar, start-domain, -t] Waiting finished after 4,583 ms. Successfully started the domain : domain1 domain Location: /home/jenkins/agent/workspace/jakarta_EE10_TCK/tests/jersey-tck/target/glassfish7/glassfish/domains/domain1 Log File: /home/jenkins/agent/workspace/jakarta_EE10_TCK/tests/jersey-tck/target/glassfish7/glassfish/domains/domain1/logs/server.log Admin Port: 4,848 ************************************************************ * props file set to "/tmp/jenkins-cts-props.txt" ************************************************************ 12-12-2023 12:39:23:[JAXRSCommonClient] Test setup OK 12-12-2023 12:39:24:STARTING TEST : responseGenericEntityTest() 12-12-2023 12:39:24:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_java2entity_web/resource/response/genericentity/linkedlist HTTP/1.1' to target server at 'localhost:8080' Dec 12, 2023 12:39:24 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:39:24:FINISHED TEST : responseGenericEntityTest() 12-12-2023 12:39:24:[JAXRSCommonClient] Test setup OK 12-12-2023 12:39:24:STARTING TEST : genericEntityTest() 12-12-2023 12:39:24:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_java2entity_web/resource/genericentity/linkedlist HTTP/1.1' to target server at 'localhost:8080' Dec 12, 2023 12:39:24 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:39:24:FINISHED TEST : genericEntityTest() 12-12-2023 12:39:24:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:39:24 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:39:24:STARTING TEST : directClassTypeTest() 12-12-2023 12:39:24:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_java2entity_web/resource/linkedlist HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:24:FINISHED TEST : directClassTypeTest() 12-12-2023 12:39:24:[JAXRSCommonClient] Test setup OK 12-12-2023 12:39:24:STARTING TEST : responseDirectClassTypeTest() Dec 12, 2023 12:39:24 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:39:24:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_java2entity_web/resource/response/linkedlist HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:24:FINISHED TEST : responseDirectClassTypeTest() [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.414 s - in ee.jakarta.tck.ws.rs.ee.resource.java2entity.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.resource.webappexception.mapper.JAXRSClientIT 12-12-2023 12:39:25:[JAXRSCommonClient] Test setup OK 12-12-2023 12:39:25:STARTING TEST : statusOkResponseTest() 12-12-2023 12:39:25:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/responsestatusok HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:25:FINISHED TEST : statusOkResponseTest() 12-12-2023 12:39:25:[JAXRSCommonClient] Test setup OK 12-12-2023 12:39:25:STARTING TEST : throwUncheckedExceptionTest() 12-12-2023 12:39:25:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/uncheckedexception HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:25:FINISHED TEST : throwUncheckedExceptionTest() 12-12-2023 12:39:25:[JAXRSCommonClient] Test setup OK 12-12-2023 12:39:25:STARTING TEST : throwableIntOkResponseTest() 12-12-2023 12:39:25:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/responsestatusthrowableintok HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:25:FINISHED TEST : throwableIntOkResponseTest() 12-12-2023 12:39:25:[JAXRSCommonClient] Test setup OK 12-12-2023 12:39:25:STARTING TEST : throwableOkResponseTest() 12-12-2023 12:39:25:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/responsestatusthrowableok HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:25:FINISHED TEST : throwableOkResponseTest() 12-12-2023 12:39:25:[JAXRSCommonClient] Test setup OK 12-12-2023 12:39:25:STARTING TEST : statusIntOkResponseTest() 12-12-2023 12:39:25:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/responsestatusintok HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:25:FINISHED TEST : statusIntOkResponseTest() 12-12-2023 12:39:25:[JAXRSCommonClient] Test setup OK 12-12-2023 12:39:25:STARTING TEST : responseEntityTest()Dec 12, 2023 12:39:25 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:39:25:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/responseentity HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:25:FINISHED TEST : responseEntityTest() 12-12-2023 12:39:25:[JAXRSCommonClient] Test setup OK 12-12-2023 12:39:25:STARTING TEST : throwableResponseTest() 12-12-2023 12:39:25:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/responsethrowable HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:25:FINISHED TEST : throwableResponseTest() 12-12-2023 12:39:25:[JAXRSCommonClient] Test setup OK 12-12-2023 12:39:25:STARTING TEST : noResponseTest() 12-12-2023 12:39:25:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/noresponse HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:25:FINISHED TEST : noResponseTest() 12-12-2023 12:39:25:[JAXRSCommonClient] Test setup OK 12-12-2023 12:39:25:STARTING TEST : webApplicationExceptionHasResponseWithoutEntityDoesUseMapperTest() 12-12-2023 12:39:25:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/noentity/4000 HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:25:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/noentity/400 HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:25:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/noentity/401 HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:25:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/noentity/403 HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:25:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/noentity/404 HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:25:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/noentity/405 HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:25:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/noentity/406 HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:25:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/noentity/415 HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:25:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/noentity/3000 HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:25:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/noentity/5000 HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:25:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/noentity/500 HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:25:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/noentity/503 HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:25:FINISHED TEST : webApplicationExceptionHasResponseWithoutEntityDoesUseMapperTest() 12-12-2023 12:39:25:[JAXRSCommonClient] Test setup OK 12-12-2023 12:39:25:STARTING TEST : okResponseTest() 12-12-2023 12:39:25:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/responseok HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:25:FINISHED TEST : okResponseTest() 12-12-2023 12:39:25:[JAXRSCommonClient] Test setup OK 12-12-2023 12:39:25:STARTING TEST : webApplicationExceptionHasResponseWithEntityDoesNotUseMapperTest()Dec 12, 2023 12:39:25 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:39:25:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/direct/2000 HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:25:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/direct/4000 HTTP/1.1' to target server at 'localhost:8080' Dec 12, 2023 12:39:25 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:39:25:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/direct/400 HTTP/1.1' to target server at 'localhost:8080' Dec 12, 2023 12:39:25 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:39:25:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/direct/401 HTTP/1.1' to target server at 'localhost:8080' Dec 12, 2023 12:39:25 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:39:25 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:39:25 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:39:25 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:39:25:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/direct/403 HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:25:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/direct/404 HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:25:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/direct/405 HTTP/1.1' to target server at 'localhost:8080' Dec 12, 2023 12:39:25 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:39:25 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:39:25 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:39:25 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:39:25 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:39:25 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:39:25:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/direct/406 HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:25:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/direct/415 HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:25:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/direct/3000 HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:25:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/direct/5000 HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:25:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/direct/500 HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:25:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/direct/503 HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:25:FINISHED TEST : webApplicationExceptionHasResponseWithEntityDoesNotUseMapperTest() [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.293 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-12-2023 12:39:26:[JAXRSCommonClient] Test setup OK 12-12-2023 12:39:26:STARTING TEST : throwableStatusCodeTest() 12-12-2023 12:39:26:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_nomapper_web/resource/ThrowableStatusCodeTest HTTP/1.1' to target server at 'localhost:8080' Dec 12, 2023 12:39:26 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:39:26:FINISHED TEST : throwableStatusCodeTest() 12-12-2023 12:39:26:[JAXRSCommonClient] Test setup OK 12-12-2023 12:39:26:STARTING TEST : throwableTest() Dec 12, 2023 12:39:26 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:39:26:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_nomapper_web/resource/ThrowableTest HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:26:FINISHED TEST : throwableTest() 12-12-2023 12:39:26:[JAXRSCommonClient] Test setup OK 12-12-2023 12:39:26:STARTING TEST : getResponseTest() Dec 12, 2023 12:39:26 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:39:26:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_nomapper_web/resource/getResponseTest HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:26:FINISHED TEST : getResponseTest() 12-12-2023 12:39:26:[JAXRSCommonClient] Test setup OK 12-12-2023 12:39:26:STARTING TEST : throwableResponseTest() Dec 12, 2023 12:39:26 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:39:26:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_nomapper_web/resource/ThrowableResponseTest HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:26:FINISHED TEST : throwableResponseTest() 12-12-2023 12:39:26:[JAXRSCommonClient] Test setup OK 12-12-2023 12:39:26:STARTING TEST : throwableStatusTest() 12-12-2023 12:39:26:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_nomapper_web/resource/ThrowableStatusTest HTTP/1.1' to target server at 'localhost:8080' Dec 12, 2023 12:39:26 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:39:26:FINISHED TEST : throwableStatusTest() 12-12-2023 12:39:26:[JAXRSCommonClient] Test setup OK 12-12-2023 12:39:26:STARTING TEST : statusCode401Test() 12-12-2023 12:39:26:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_nomapper_web/resource/StatusCode401 HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:26:FINISHED TEST : statusCode401Test() 12-12-2023 12:39:26:[JAXRSCommonClient] Test setup OK 12-12-2023 12:39:26:STARTING TEST : statusCode404Test() 12-12-2023 12:39:26:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_nomapper_web/resource/StatusCode404 HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:26:FINISHED TEST : statusCode404Test() 12-12-2023 12:39:26:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:39:26 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:39:26:STARTING TEST : throwableStatusTest1() 12-12-2023 12:39:26:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_nomapper_web/resource/ThrowableNullStatusTest HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:26:FINISHED TEST : throwableStatusTest1() 12-12-2023 12:39:26:[JAXRSCommonClient] Test setup OK 12-12-2023 12:39:26:STARTING TEST : status415Test() 12-12-2023 12:39:26:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_nomapper_web/resource/Status415 HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:26:FINISHED TEST : status415Test() 12-12-2023 12:39:26:[JAXRSCommonClient] Test setup OK 12-12-2023 12:39:26:STARTING TEST : nullResponseTest() 12-12-2023 12:39:26:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_nomapper_web/resource/NullResponseTest HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:26:FINISHED TEST : nullResponseTest() 12-12-2023 12:39:26:[JAXRSCommonClient] Test setup OK 12-12-2023 12:39:26:STARTING TEST : throwableResponseTest1()Dec 12, 2023 12:39:26 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:39:26:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_nomapper_web/resource/ThrowableResponseTest1 HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:26:FINISHED TEST : throwableResponseTest1() 12-12-2023 12:39:26:[JAXRSCommonClient] Test setup OK 12-12-2023 12:39:26:STARTING TEST : responseTest() Dec 12, 2023 12:39:26 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:39:26:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_nomapper_web/resource/ResponseTest HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:26:FINISHED TEST : responseTest() 12-12-2023 12:39:26:[JAXRSCommonClient] Test setup OK 12-12-2023 12:39:26:STARTING TEST : emptyConstructorTest() 12-12-2023 12:39:26:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_nomapper_web/resource/EmptyConstructor HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:26:FINISHED TEST : emptyConstructorTest() 12-12-2023 12:39:26:[JAXRSCommonClient] Test setup OK 12-12-2023 12:39:26:STARTING TEST : status503Test() 12-12-2023 12:39:26:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_nomapper_web/resource/Status503 HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:26:FINISHED TEST : status503Test() [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.974 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-12-2023 12:39:27:[JAXRSCommonClient] Test setup OK 12-12-2023 12:39:27:STARTING TEST : cookieFieldThrowingIllegalArgumentExceptionTest() 12-12-2023 12:39:27:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:27:Found cookie ParamEntityThrowingExceptionGivenByName=java.lang.IllegalArgumentException as expected 12-12-2023 12:39:27:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' Dec 12, 2023 12:39:27 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:39:27 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:39:27:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:27:Found cookie ParamEntityThrowingExceptionGivenByName=java.lang.IllegalArgumentException as expected 12-12-2023 12:39:27:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:27:FINISHED TEST : cookieFieldThrowingIllegalArgumentExceptionTest() 12-12-2023 12:39:27:[JAXRSCommonClient] Test setup OK 12-12-2023 12:39:27:STARTING TEST : cookieParamListEntityWithFromStringTest() 12-12-2023 12:39:27:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' Dec 12, 2023 12:39:27 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:39:27:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:27:Found cookie ListParamEntityWithFromString=JAXRS_SPEC_5.4 as expected 12-12-2023 12:39:27:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' Dec 12, 2023 12:39:27 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:39:27:FINISHED TEST : cookieParamListEntityWithFromStringTest() 12-12-2023 12:39:27:[JAXRSCommonClient] Test setup OK 12-12-2023 12:39:27:STARTING TEST : cookieParamEntityWithFromStringTest()Dec 12, 2023 12:39:27 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:39:27:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' Dec 12, 2023 12:39:27 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:39:27:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:27:Found cookie ParamEntityWithFromString=JAXRS_SPEC_5.3 as expected 12-12-2023 12:39:27:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:27:FINISHED TEST : cookieParamEntityWithFromStringTest() 12-12-2023 12:39:27:[JAXRSCommonClient] Test setup OK 12-12-2023 12:39:27:STARTING TEST : cookieFieldParamEntityWithFromStringTest()Dec 12, 2023 12:39:27 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:39:27:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:27:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:27:Found cookie ParamEntityWithFromString=JAXRS_SPEC_5.3 as expected 12-12-2023 12:39:27:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' Dec 12, 2023 12:39:27 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:39:27:FINISHED TEST : cookieFieldParamEntityWithFromStringTest() 12-12-2023 12:39:27:[JAXRSCommonClient] Test setup OK 12-12-2023 12:39:27:STARTING TEST : cookieFieldParamEntityWithConstructorTest() Dec 12, 2023 12:39:27 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:39:27:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:27:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080' Dec 12, 2023 12:39:27 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:39:27:Found cookie ParamEntityWithConstructor=JAXRS_SPEC_5.2 as expected 12-12-2023 12:39:27:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:27:FINISHED TEST : cookieFieldParamEntityWithConstructorTest() 12-12-2023 12:39:27:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:39:27 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:39:27:STARTING TEST : cookieFieldParamListEntityWithFromStringTest() 12-12-2023 12:39:27:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:27:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:27:Found cookie ListParamEntityWithFromString=JAXRS_SPEC_5.4 as expected 12-12-2023 12:39:27:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' Dec 12, 2023 12:39:27 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:39:27:FINISHED TEST : cookieFieldParamListEntityWithFromStringTest() 12-12-2023 12:39:27:[JAXRSCommonClient] Test setup OK 12-12-2023 12:39:27:STARTING TEST : cookieParamSetEntityWithFromStringTest() Dec 12, 2023 12:39:27 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:39:27 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:39:27:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:27:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:27:Found cookie SetParamEntityWithFromString=JAXRS_SPEC_5.4 as expected 12-12-2023 12:39:27:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:27:FINISHED TEST : cookieParamSetEntityWithFromStringTest() 12-12-2023 12:39:27:[JAXRSCommonClient] Test setup OK 12-12-2023 12:39:27:STARTING TEST : cookieParamSortedSetEntityWithFromStringTest() Dec 12, 2023 12:39:27 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:39:27:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:27:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:27:Found cookie SortedSetParamEntityWithFromString=JAXRS_SPEC_5.4 as expected 12-12-2023 12:39:27:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' Dec 12, 2023 12:39:27 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:39:27:FINISHED TEST : cookieParamSortedSetEntityWithFromStringTest() 12-12-2023 12:39:27:[JAXRSCommonClient] Test setup OK 12-12-2023 12:39:27:STARTING TEST : cookieParamThrowingIllegalArgumentExceptionTest() 12-12-2023 12:39:27:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:27:Found cookie ParamEntityThrowingExceptionGivenByName=java.lang.IllegalArgumentException as expected 12-12-2023 12:39:27:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' Dec 12, 2023 12:39:27 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:39:27:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:27:Found cookie ParamEntityThrowingExceptionGivenByName=java.lang.IllegalArgumentException as expected Dec 12, 2023 12:39:27 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:39:27:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:27:FINISHED TEST : cookieParamThrowingIllegalArgumentExceptionTest() 12-12-2023 12:39:27:[JAXRSCommonClient] Test setup OK 12-12-2023 12:39:27:STARTING TEST : cookieFieldThrowingWebApplicationExceptionTest() 12-12-2023 12:39:27:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:27:Found cookie ParamEntityThrowingWebApplicationException=CREATED as expected 12-12-2023 12:39:27:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' Dec 12, 2023 12:39:27 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:39:27:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:27:Found cookie ParamEntityThrowingWebApplicationException=CREATED as expected 12-12-2023 12:39:27:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' Dec 12, 2023 12:39:27 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:39:27:FINISHED TEST : cookieFieldThrowingWebApplicationExceptionTest() 12-12-2023 12:39:27:[JAXRSCommonClient] Test setup OK 12-12-2023 12:39:27:STARTING TEST : cookieParamEntityWithValueOfTest() Dec 12, 2023 12:39:27 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:39:27:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:27:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:27:Found cookie ParamEntityWithValueOf=JAXRS_SPEC_5.3 as expected 12-12-2023 12:39:27:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' Dec 12, 2023 12:39:27 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:39:27:FINISHED TEST : cookieParamEntityWithValueOfTest() 12-12-2023 12:39:27:[JAXRSCommonClient] Test setup OK 12-12-2023 12:39:27:STARTING TEST : cookieParamEntityWithConstructorTest() Dec 12, 2023 12:39:28 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:39:28:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:28:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:28:Found cookie ParamEntityWithConstructor=JAXRS_SPEC_5.2 as expected 12-12-2023 12:39:28:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' Dec 12, 2023 12:39:28 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:39:28:FINISHED TEST : cookieParamEntityWithConstructorTest() 12-12-2023 12:39:28:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:39:28 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:39:28 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:39:28:STARTING TEST : cookieFieldParamSortedSetEntityWithFromStringTest() 12-12-2023 12:39:28:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:28:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:28:Found cookie SortedSetParamEntityWithFromString=JAXRS_SPEC_5.4 as expected 12-12-2023 12:39:28:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:28:FINISHED TEST : cookieFieldParamSortedSetEntityWithFromStringTest() 12-12-2023 12:39:28:[JAXRSCommonClient] Test setup OK 12-12-2023 12:39:28:STARTING TEST : cookieFieldParamSetEntityWithFromStringTest() Dec 12, 2023 12:39:28 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:39:28:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:28:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:28:Found cookie SetParamEntityWithFromString=JAXRS_SPEC_5.4 as expected Dec 12, 2023 12:39:28 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:39:28:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:28:FINISHED TEST : cookieFieldParamSetEntityWithFromStringTest() 12-12-2023 12:39:28:[JAXRSCommonClient] Test setup OK 12-12-2023 12:39:28:STARTING TEST : cookieFieldParamEntityWithValueOfTest() Dec 12, 2023 12:39:28 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:39:28:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:28:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:28:Found cookie ParamEntityWithValueOf=JAXRS_SPEC_5.3 as expected Dec 12, 2023 12:39:28 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:39:28:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:28:FINISHED TEST : cookieFieldParamEntityWithValueOfTest() 12-12-2023 12:39:28:[JAXRSCommonClient] Test setup OK 12-12-2023 12:39:28:STARTING TEST : cookieParamThrowingWebApplicationExceptionTest() 12-12-2023 12:39:28:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:28:Found cookie ParamEntityThrowingWebApplicationException=CREATED as expected 12-12-2023 12:39:28:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' Dec 12, 2023 12:39:28 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:39:28 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:39:28:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:28:Found cookie ParamEntityThrowingWebApplicationException=CREATED as expected 12-12-2023 12:39:28:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:28:FINISHED TEST : cookieParamThrowingWebApplicationExceptionTest() [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.484 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-12-2023 12:39:28:[JAXRSCommonClient] Test setup OK 12-12-2023 12:39:28:STARTING TEST : formFieldParamEntityWithConstructorTest() Dec 12, 2023 12:39:28 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:39:28:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:28:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' Dec 12, 2023 12:39:28 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:39:28:FINISHED TEST : formFieldParamEntityWithConstructorTest() 12-12-2023 12:39:28:[JAXRSCommonClient] Test setup OK 12-12-2023 12:39:28:STARTING TEST : formFieldThrowingIllegalArgumentExceptionTest() Dec 12, 2023 12:39:28 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:39:28:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:28:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' Dec 12, 2023 12:39:28 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:39:28:FINISHED TEST : formFieldThrowingIllegalArgumentExceptionTest() 12-12-2023 12:39:28:[JAXRSCommonClient] Test setup OK 12-12-2023 12:39:28:STARTING TEST : formFieldThrowingWebApplicationExceptionTest() Dec 12, 2023 12:39:28 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:39:28:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:28:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' Dec 12, 2023 12:39:28 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:39:28:FINISHED TEST : formFieldThrowingWebApplicationExceptionTest() 12-12-2023 12:39:28:[JAXRSCommonClient] Test setup OK 12-12-2023 12:39:28:STARTING TEST : formFieldParamSortedSetEntityWithFromStringTest() Dec 12, 2023 12:39:28 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:39:28 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:39:28:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:28:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:28:FINISHED TEST : formFieldParamSortedSetEntityWithFromStringTest() 12-12-2023 12:39:28:[JAXRSCommonClient] Test setup OK 12-12-2023 12:39:28:STARTING TEST : formParamEntityWithFromStringTest() Dec 12, 2023 12:39:28 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:39:28:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:28:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' Dec 12, 2023 12:39:28 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:39:28:FINISHED TEST : formParamEntityWithFromStringTest() 12-12-2023 12:39:28:[JAXRSCommonClient] Test setup OK 12-12-2023 12:39:28:STARTING TEST : formParamThrowingWebApplicationExceptionTest()Dec 12, 2023 12:39:28 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:39:28:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:28:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' Dec 12, 2023 12:39:28 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:39:28:FINISHED TEST : formParamThrowingWebApplicationExceptionTest() 12-12-2023 12:39:28:[JAXRSCommonClient] Test setup OK 12-12-2023 12:39:28:STARTING TEST : formParamEntityWithConstructorTest()Dec 12, 2023 12:39:28 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:39:28:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:28:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' Dec 12, 2023 12:39:29 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:39:29:FINISHED TEST : formParamEntityWithConstructorTest() 12-12-2023 12:39:29:[JAXRSCommonClient] Test setup OK 12-12-2023 12:39:29:STARTING TEST : formFieldParamSetEntityWithFromStringTest() Dec 12, 2023 12:39:29 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:39:29 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:39:29:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:29:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:29:FINISHED TEST : formFieldParamSetEntityWithFromStringTest() 12-12-2023 12:39:29:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:39:29 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:39:29:STARTING TEST : formParamThrowingIllegalArgumentExceptionTest() 12-12-2023 12:39:29:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:29:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'Dec 12, 2023 12:39:29 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:39:29:FINISHED TEST : formParamThrowingIllegalArgumentExceptionTest() 12-12-2023 12:39:29:[JAXRSCommonClient] Test setup OK 12-12-2023 12:39:29:STARTING TEST : formFieldParamEntityWithFromStringTest() 12-12-2023 12:39:29:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' Dec 12, 2023 12:39:29 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:39:29:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' Dec 12, 2023 12:39:29 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:39:29:FINISHED TEST : formFieldParamEntityWithFromStringTest() 12-12-2023 12:39:29:[JAXRSCommonClient] Test setup OK 12-12-2023 12:39:29:STARTING TEST : formFieldParamEntityWithEncodedTest()Dec 12, 2023 12:39:29 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:39:29 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:39:29:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:29:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:29:FINISHED TEST : formFieldParamEntityWithEncodedTest() 12-12-2023 12:39:29:[JAXRSCommonClient] Test setup OK 12-12-2023 12:39:29:STARTING TEST : formParamEntityWithEncodedTest() Dec 12, 2023 12:39:29 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:39:29 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:39:29:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:29:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:29:FINISHED TEST : formParamEntityWithEncodedTest() 12-12-2023 12:39:29:[JAXRSCommonClient] Test setup OK 12-12-2023 12:39:29:STARTING TEST : formParamListEntityWithFromStringTest() Dec 12, 2023 12:39:29 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:39:29 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:39:29:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:29:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:29:FINISHED TEST : formParamListEntityWithFromStringTest() 12-12-2023 12:39:29:[JAXRSCommonClient] Test setup OK 12-12-2023 12:39:29:STARTING TEST : formFieldParamEntityWithValueOfTest()Dec 12, 2023 12:39:29 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:39:29 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:39:29:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:29:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:29:FINISHED TEST : formFieldParamEntityWithValueOfTest() 12-12-2023 12:39:29:[JAXRSCommonClient] Test setup OK 12-12-2023 12:39:29:STARTING TEST : formParamSetEntityWithFromStringTest() Dec 12, 2023 12:39:29 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:39:29 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:39:29:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:29:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:29:FINISHED TEST : formParamSetEntityWithFromStringTest() 12-12-2023 12:39:29:[JAXRSCommonClient] Test setup OK 12-12-2023 12:39:29:STARTING TEST : formFieldParamListEntityWithFromStringTest() Dec 12, 2023 12:39:29 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:39:29 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:39:29:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:29:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:29:FINISHED TEST : formFieldParamListEntityWithFromStringTest() 12-12-2023 12:39:29:[JAXRSCommonClient] Test setup OK 12-12-2023 12:39:29:STARTING TEST : formParamEntityWithValueOfTest() Dec 12, 2023 12:39:29 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:39:29 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:39:29:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:29:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:29:FINISHED TEST : formParamEntityWithValueOfTest() 12-12-2023 12:39:29:[JAXRSCommonClient] Test setup OK 12-12-2023 12:39:29:STARTING TEST : formParamSortedSetEntityWithFromStringTest() Dec 12, 2023 12:39:29 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:39:29 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:39:29:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:29:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:29:FINISHED TEST : formParamSortedSetEntityWithFromStringTest() [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.011 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-12-2023 12:39:29:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:39:29 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:39:29 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:39:29:STARTING TEST : headerFieldThrowingIllegalArgumentExceptionTest() 12-12-2023 12:39:29:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:29:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:29:FINISHED TEST : headerFieldThrowingIllegalArgumentExceptionTest() 12-12-2023 12:39:29:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:39:29 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:39:29 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:39:29:STARTING TEST : headerParamEntityWithConstructorTest() 12-12-2023 12:39:29:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:29:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:29:FINISHED TEST : headerParamEntityWithConstructorTest() 12-12-2023 12:39:29:[JAXRSCommonClient] Test setup OK 12-12-2023 12:39:29:STARTING TEST : headerFieldThrowingWebApplicationExceptionTest()Dec 12, 2023 12:39:29 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:39:29:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:29:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' Dec 12, 2023 12:39:29 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:39:29:FINISHED TEST : headerFieldThrowingWebApplicationExceptionTest() 12-12-2023 12:39:29:[JAXRSCommonClient] Test setup OK 12-12-2023 12:39:29:STARTING TEST : headerFieldParamEntityWithValueOfTest()Dec 12, 2023 12:39:29 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:39:29 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:39:29:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:29:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:29:FINISHED TEST : headerFieldParamEntityWithValueOfTest() 12-12-2023 12:39:29:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:39:29 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:39:29 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:39:29:STARTING TEST : headerFieldParamSortedSetEntityWithFromStringTest() 12-12-2023 12:39:29:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:29:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:29:FINISHED TEST : headerFieldParamSortedSetEntityWithFromStringTest() 12-12-2023 12:39:29:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:39:29 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:39:29 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:39:29:STARTING TEST : headerParamListEntityWithFromStringTest() 12-12-2023 12:39:29:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:29:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:29:FINISHED TEST : headerParamListEntityWithFromStringTest() 12-12-2023 12:39:29:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:39:29 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:39:29 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:39:29:STARTING TEST : headerParamThrowingWebApplicationExceptionTest() 12-12-2023 12:39:29:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:29:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:29:FINISHED TEST : headerParamThrowingWebApplicationExceptionTest() 12-12-2023 12:39:29:[JAXRSCommonClient] Test setup OK 12-12-2023 12:39:29:STARTING TEST : headerParamEntityWithValueOfTest() Dec 12, 2023 12:39:29 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:39:29:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:29:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'Dec 12, 2023 12:39:29 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:39:29:FINISHED TEST : headerParamEntityWithValueOfTest() 12-12-2023 12:39:29:[JAXRSCommonClient] Test setup OK 12-12-2023 12:39:29:STARTING TEST : headerParamThrowingIllegalArgumentExceptionTest()Dec 12, 2023 12:39:30 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:39:30 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:39:29:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:30:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:30:FINISHED TEST : headerParamThrowingIllegalArgumentExceptionTest() 12-12-2023 12:39:30:[JAXRSCommonClient] Test setup OK 12-12-2023 12:39:30:STARTING TEST : headerFieldParamEntityWithConstructorTest() Dec 12, 2023 12:39:30 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:39:30 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:39:30:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:30:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:30:FINISHED TEST : headerFieldParamEntityWithConstructorTest() 12-12-2023 12:39:30:[JAXRSCommonClient] Test setup OK 12-12-2023 12:39:30:STARTING TEST : headerFieldParamEntityWithFromStringTest() Dec 12, 2023 12:39:30 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:39:30 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:39:30:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:30:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:30:FINISHED TEST : headerFieldParamEntityWithFromStringTest() 12-12-2023 12:39:30:[JAXRSCommonClient] Test setup OK 12-12-2023 12:39:30:STARTING TEST : headerFieldParamSetEntityWithFromStringTest() Dec 12, 2023 12:39:30 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:39:30 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:39:30:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:30:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:30:FINISHED TEST : headerFieldParamSetEntityWithFromStringTest() 12-12-2023 12:39:30:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:39:30 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:39:30:STARTING TEST : headerParamSetEntityWithFromStringTest() 12-12-2023 12:39:30:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' Dec 12, 2023 12:39:30 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:39:30:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:30:FINISHED TEST : headerParamSetEntityWithFromStringTest() 12-12-2023 12:39:30:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:39:30 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:39:30 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:39:30:STARTING TEST : headerFieldParamListEntityWithFromStringTest() 12-12-2023 12:39:30:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:30:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:30:FINISHED TEST : headerFieldParamListEntityWithFromStringTest() 12-12-2023 12:39:30:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:39:30 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:39:30 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:39:30:STARTING TEST : headerParamSortedSetEntityWithFromStringTest() 12-12-2023 12:39:30:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:30:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:30:FINISHED TEST : headerParamSortedSetEntityWithFromStringTest() 12-12-2023 12:39:30:[JAXRSCommonClient] Test setup OK 12-12-2023 12:39:30:STARTING TEST : headerParamEntityWithFromStringTest()Dec 12, 2023 12:39:30 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:39:30 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:39:30:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:30:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:30:FINISHED TEST : headerParamEntityWithFromStringTest() [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.921 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-12-2023 12:39:30:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:39:30 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:39:30 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:39:30:STARTING TEST : matrixFieldParamEntityWithValueOfTest() 12-12-2023 12:39:30:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Field;;Inner HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:30:[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' 12-12-2023 12:39:30:FINISHED TEST : matrixFieldParamEntityWithValueOfTest() 12-12-2023 12:39:30:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:39:30 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:39:30 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:39:30:STARTING TEST : matrixParamEntityWithEncodedTest() 12-12-2023 12:39:30:[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' 12-12-2023 12:39:30:[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' 12-12-2023 12:39:30:FINISHED TEST : matrixParamEntityWithEncodedTest() 12-12-2023 12:39:30:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:39:30 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:39:30 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:39:30:STARTING TEST : matrixParamEntityWithFromStringTest() 12-12-2023 12:39:30:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Param;;Inner HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:30:[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' 12-12-2023 12:39:30:FINISHED TEST : matrixParamEntityWithFromStringTest() 12-12-2023 12:39:30:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:39:30 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:39:30 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:39:30:STARTING TEST : matrixParamThrowingWebApplicationExceptionTest() 12-12-2023 12:39:30:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Param;ParamEntityThrowingWebApplicationException=CREATED HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:30:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Param;InnerParamEntityThrowingWebApplicationException=CREATED HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:30:FINISHED TEST : matrixParamThrowingWebApplicationExceptionTest() 12-12-2023 12:39:30:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:39:30 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:39:30 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:39:30:STARTING TEST : matrixParamEntityWithValueOfTest() 12-12-2023 12:39:30:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Param;;Inner HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:30:[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' 12-12-2023 12:39:30:FINISHED TEST : matrixParamEntityWithValueOfTest() 12-12-2023 12:39:30:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:39:30 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:39:30 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:39:30:STARTING TEST : matrixFieldParamEntityWithConstructorTest() 12-12-2023 12:39:30:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Field;;Inner HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:30:[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' 12-12-2023 12:39:30:FINISHED TEST : matrixFieldParamEntityWithConstructorTest() 12-12-2023 12:39:30:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:39:30 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:39:30 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:39:30:STARTING TEST : matrixFieldParamListEntityWithFromStringTest() 12-12-2023 12:39:30:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Field;;Inner HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:30:[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' 12-12-2023 12:39:30:FINISHED TEST : matrixFieldParamListEntityWithFromStringTest() 12-12-2023 12:39:30:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:39:30 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:39:30 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:39:30:STARTING TEST : matrixFieldThrowingIllegalArgumentExceptionTest() 12-12-2023 12:39:30:[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' 12-12-2023 12:39:30:[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' 12-12-2023 12:39:30:FINISHED TEST : matrixFieldThrowingIllegalArgumentExceptionTest() 12-12-2023 12:39:30:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:39:30 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:39:31 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:39:30:STARTING TEST : matrixFieldParamSortedSetEntityWithFromStringTest() 12-12-2023 12:39:30:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Field;;Inner HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:30:[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' 12-12-2023 12:39:31:FINISHED TEST : matrixFieldParamSortedSetEntityWithFromStringTest() 12-12-2023 12:39:31:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:39:31 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:39:31 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:39:31:STARTING TEST : matrixParamSortedSetEntityWithFromStringTest() 12-12-2023 12:39:31:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Param;;Inner HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:31:[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' 12-12-2023 12:39:31:FINISHED TEST : matrixParamSortedSetEntityWithFromStringTest() 12-12-2023 12:39:31:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:39:31 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:39:31 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:39:31:STARTING TEST : matrixParamSetEntityWithFromStringTest() 12-12-2023 12:39:31:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Param;;Inner HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:31:[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' 12-12-2023 12:39:31:FINISHED TEST : matrixParamSetEntityWithFromStringTest() 12-12-2023 12:39:31:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:39:31 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:39:31 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:39:31:STARTING TEST : matrixFieldParamSetEntityWithFromStringTest() 12-12-2023 12:39:31:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Field;;Inner HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:31:[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' 12-12-2023 12:39:31:FINISHED TEST : matrixFieldParamSetEntityWithFromStringTest() 12-12-2023 12:39:31:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:39:31 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:39:31 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:39:31:STARTING TEST : matrixParamListEntityWithFromStringTest() 12-12-2023 12:39:31:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Param;;Inner HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:31:[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' 12-12-2023 12:39:31:FINISHED TEST : matrixParamListEntityWithFromStringTest() 12-12-2023 12:39:31:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:39:31 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:39:31 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:39:31:STARTING TEST : matrixFieldParamEntityWithFromStringTest() 12-12-2023 12:39:31:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Field;;Inner HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:31:[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' 12-12-2023 12:39:31:FINISHED TEST : matrixFieldParamEntityWithFromStringTest() 12-12-2023 12:39:31:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:39:31 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:39:31 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:39:31:STARTING TEST : matrixFieldParamEntityWithEncodedTest() 12-12-2023 12:39:31:[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' 12-12-2023 12:39:31:[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' 12-12-2023 12:39:31:FINISHED TEST : matrixFieldParamEntityWithEncodedTest() 12-12-2023 12:39:31:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:39:31 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:39:31 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:39:31:STARTING TEST : matrixFieldThrowingWebApplicationExceptionTest() 12-12-2023 12:39:31:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Field;ParamEntityThrowingWebApplicationException=CREATED HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:31:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Field;InnerParamEntityThrowingWebApplicationException=CREATED HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:31:FINISHED TEST : matrixFieldThrowingWebApplicationExceptionTest() 12-12-2023 12:39:31:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:39:31 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:39:31 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:39:31:STARTING TEST : matrixParamEntityWithConstructorTest() 12-12-2023 12:39:31:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Param;;Inner HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:31:[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' 12-12-2023 12:39:31:FINISHED TEST : matrixParamEntityWithConstructorTest() 12-12-2023 12:39:31:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:39:31 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:39:31 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:39:31:STARTING TEST : matrixParamThrowingIllegalArgumentExceptionTest() 12-12-2023 12:39:31:[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' 12-12-2023 12:39:31:[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' 12-12-2023 12:39:31:FINISHED TEST : matrixParamThrowingIllegalArgumentExceptionTest() [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.005 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 12-12-2023 12:39:31:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:39:31 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:39:31 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:39:31:STARTING TEST : pathFieldParamSortedSetEntityWithFromStringTest() 12-12-2023 12:39:31:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:31:[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' 12-12-2023 12:39:31:FINISHED TEST : pathFieldParamSortedSetEntityWithFromStringTest() 12-12-2023 12:39:31:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:39:31 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:39:31 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:39:31:STARTING TEST : pathParamEntityWithFromStringTest() 12-12-2023 12:39:31:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:31:[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' 12-12-2023 12:39:31:FINISHED TEST : pathParamEntityWithFromStringTest() 12-12-2023 12:39:31:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:39:31 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:39:31 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:39:31:STARTING TEST : pathFieldThrowingIllegalArgumentExceptionTest() 12-12-2023 12:39:31:[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' 12-12-2023 12:39:31:[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' 12-12-2023 12:39:31:FINISHED TEST : pathFieldThrowingIllegalArgumentExceptionTest() 12-12-2023 12:39:31:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:39:31 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:39:31 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:39:31:STARTING TEST : pathParamEntityWithEncodedTest() 12-12-2023 12:39:31:[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' 12-12-2023 12:39:31:[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' 12-12-2023 12:39:31:FINISHED TEST : pathParamEntityWithEncodedTest() 12-12-2023 12:39:31:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:39:31 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:39:32 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:39:31:STARTING TEST : pathFieldParamListEntityWithFromStringTest() 12-12-2023 12:39:31:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:31:[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' 12-12-2023 12:39:32:FINISHED TEST : pathFieldParamListEntityWithFromStringTest() 12-12-2023 12:39:32:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:39:32 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:39:32 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:39:32:STARTING TEST : pathFieldParamEntityWithFromStringTest() 12-12-2023 12:39:32:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:32:[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' 12-12-2023 12:39:32:FINISHED TEST : pathFieldParamEntityWithFromStringTest() 12-12-2023 12:39:32:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:39:32 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:39:32 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:39:32:STARTING TEST : pathParamSortedSetEntityWithFromStringTest() 12-12-2023 12:39:32:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:32:[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' 12-12-2023 12:39:32:FINISHED TEST : pathParamSortedSetEntityWithFromStringTest() 12-12-2023 12:39:32:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:39:32 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:39:32 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:39:32:STARTING TEST : pathFieldParamEntityWithConstructorTest() 12-12-2023 12:39:32:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:32:[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' 12-12-2023 12:39:32:FINISHED TEST : pathFieldParamEntityWithConstructorTest() 12-12-2023 12:39:32:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:39:32 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:39:32 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:39:32:STARTING TEST : pathParamEntityWithValueOfTest() 12-12-2023 12:39:32:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:32:[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' 12-12-2023 12:39:32:FINISHED TEST : pathParamEntityWithValueOfTest() 12-12-2023 12:39:32:[JAXRSCommonClient] Test setup OK 12-12-2023 12:39:32:STARTING TEST : pathFieldThrowingWebApplicationExceptionTest() Dec 12, 2023 12:39:32 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:39:32 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:39:32:[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' 12-12-2023 12:39:32:[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' 12-12-2023 12:39:32:FINISHED TEST : pathFieldThrowingWebApplicationExceptionTest() 12-12-2023 12:39:32:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:39:32 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:39:32 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:39:32:STARTING TEST : pathParamThrowingIllegalArgumentExceptionTest() 12-12-2023 12:39:32:[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' 12-12-2023 12:39:32:[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' 12-12-2023 12:39:32:FINISHED TEST : pathParamThrowingIllegalArgumentExceptionTest() 12-12-2023 12:39:32:[JAXRSCommonClient] Test setup OK 12-12-2023 12:39:32:STARTING TEST : pathParamEntityWithConstructorTest() Dec 12, 2023 12:39:32 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:39:32:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:32:[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' Dec 12, 2023 12:39:32 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:39:32:FINISHED TEST : pathParamEntityWithConstructorTest() 12-12-2023 12:39:32:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:39:32 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:39:32 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:39:32:STARTING TEST : pathFieldParamEntityWithEncodedTest() 12-12-2023 12:39:32:[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' 12-12-2023 12:39:32:[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' 12-12-2023 12:39:32:FINISHED TEST : pathFieldParamEntityWithEncodedTest() 12-12-2023 12:39:32:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:39:32 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:39:32 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:39:32:STARTING TEST : pathParamSetEntityWithFromStringTest() 12-12-2023 12:39:32:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:32:[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' 12-12-2023 12:39:32:FINISHED TEST : pathParamSetEntityWithFromStringTest() 12-12-2023 12:39:32:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:39:32 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:39:32 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:39:32:STARTING TEST : pathFieldParamEntityWithValueOfTest() 12-12-2023 12:39:32:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:32:[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' 12-12-2023 12:39:32:FINISHED TEST : pathFieldParamEntityWithValueOfTest() 12-12-2023 12:39:32:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:39:32 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:39:32 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:39:32:STARTING TEST : pathParamThrowingWebApplicationExceptionTest() 12-12-2023 12:39:32:[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' 12-12-2023 12:39:32:[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' 12-12-2023 12:39:32:FINISHED TEST : pathParamThrowingWebApplicationExceptionTest() 12-12-2023 12:39:32:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:39:32 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:39:32 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:39:32:STARTING TEST : pathParamListEntityWithFromStringTest() 12-12-2023 12:39:32:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:32:[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' 12-12-2023 12:39:32:FINISHED TEST : pathParamListEntityWithFromStringTest() 12-12-2023 12:39:32:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:39:32 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:39:32 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:39:32:STARTING TEST : pathFieldParamSetEntityWithFromStringTest() 12-12-2023 12:39:32:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:32:[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' 12-12-2023 12:39:32:FINISHED TEST : pathFieldParamSetEntityWithFromStringTest() [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.075 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 12-12-2023 12:39:32:[JAXRSCommonClient] Test setup OK 12-12-2023 12:39:32:STARTING TEST : pathParamOnFieldTest() 12-12-2023 12:39:32: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/pathfield/FIRST/SECOND 12-12-2023 12:39:32: TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/x-www-form-urlencoded 12-12-2023 12:39:32:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/pathfield/FIRST/SECOND' to target server at 'localhost:8080' 12-12-2023 12:39:32:############################### 12-12-2023 12:39:32:[Request] Adding entity: Anything 12-12-2023 12:39:32: TRACE: [WIRE] - >> Anything 12-12-2023 12:39:32: TRACE: [WIRE] - << 200 OK 12-12-2023 12:39:32: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:39:32: TRACE: [WIRE] - << Content-Length: 19 12-12-2023 12:39:32: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:39:32: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:39:32: TRACE: [WIRE] - << AnythingFIRSTSECOND 12-12-2023 12:39:32:FINISHED TEST : pathParamOnFieldTest() 12-12-2023 12:39:32:[JAXRSCommonClient] Test setup OK 12-12-2023 12:39:32:STARTING TEST : headerParamOnFieldTest()12-12-2023 12:39:32: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/headerfield 12-12-2023 12:39:32:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/headerfield' to target server at 'localhost:8080' 12-12-2023 12:39:32:############################### 12-12-2023 12:39:32:[Request] Adding entity: Anything 12-12-2023 12:39:32: TRACE: [WIRE] - >> Accept:*/*, bpeHeader:FIRST, innerHeader:SECOND, Content-Type:application/x-www-form-urlencoded 12-12-2023 12:39:32: TRACE: [WIRE] - >> Anything 12-12-2023 12:39:32: TRACE: [WIRE] - << 200 OK 12-12-2023 12:39:32: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:39:32: TRACE: [WIRE] - << Content-Length: 19 12-12-2023 12:39:32: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:39:32: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:39:32: TRACE: [WIRE] - << AnythingFIRSTSECOND 12-12-2023 12:39:32:FINISHED TEST : headerParamOnFieldTest() 12-12-2023 12:39:32:[JAXRSCommonClient] Test setup OK 12-12-2023 12:39:32:STARTING TEST : queryParamOnFieldTest() 12-12-2023 12:39:32: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/queryfield?bpeQuery=FIRST&innerQuery=SECOND 12-12-2023 12:39:32: TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/x-www-form-urlencoded 12-12-2023 12:39:32:[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' 12-12-2023 12:39:32:############################### 12-12-2023 12:39:32:[Request] Adding entity: Anything 12-12-2023 12:39:32: TRACE: [WIRE] - >> Anything 12-12-2023 12:39:32: TRACE: [WIRE] - << 200 OK 12-12-2023 12:39:32: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:39:32: TRACE: [WIRE] - << Content-Length: 19 12-12-2023 12:39:32: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:39:32: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:39:32: TRACE: [WIRE] - << AnythingFIRSTSECOND 12-12-2023 12:39:32:FINISHED TEST : queryParamOnFieldTest() 12-12-2023 12:39:32:[JAXRSCommonClient] Test setup OK 12-12-2023 12:39:32:STARTING TEST : cookieParamOnFieldTest() 12-12-2023 12:39:32: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/cookiefield 12-12-2023 12:39:32:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/cookiefield' to target server at 'localhost:8080' 12-12-2023 12:39:32:############################### 12-12-2023 12:39:32:[Request] Adding entity: Anything 12-12-2023 12:39:32: TRACE: [WIRE] - >> Accept:*/*, Cookie:bpeCookie=FIRST;Version=1;innerCookie=SECOND;Version=1, Content-Type:application/x-www-form-urlencoded 12-12-2023 12:39:32: TRACE: [WIRE] - >> Anything 12-12-2023 12:39:32: TRACE: [WIRE] - << 200 OK 12-12-2023 12:39:32: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:39:32: TRACE: [WIRE] - << Content-Length: 19 12-12-2023 12:39:32: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:39:32: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:39:32: TRACE: [WIRE] - << AnythingFIRSTSECOND 12-12-2023 12:39:32:FINISHED TEST : cookieParamOnFieldTest() 12-12-2023 12:39:33:[JAXRSCommonClient] Test setup OK 12-12-2023 12:39:33:STARTING TEST : formParamOnFieldTest() 12-12-2023 12:39:33:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/formfield' to target server at 'localhost:8080' 12-12-2023 12:39:33:############################### 12-12-2023 12:39:33:[Request] Adding entity: Anything&bpeForm=FIRST&innerForm=SECOND 12-12-2023 12:39:33: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/formfield 12-12-2023 12:39:33: TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/x-www-form-urlencoded 12-12-2023 12:39:33: TRACE: [WIRE] - >> Anything&bpeForm=FIRST&innerForm=SECOND 12-12-2023 12:39:33: TRACE: [WIRE] - << 200 OK 12-12-2023 12:39:33: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:39:33: TRACE: [WIRE] - << Content-Length: 50 12-12-2023 12:39:33: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:39:33: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:39:33: TRACE: [WIRE] - << Anything&bpeForm=FIRST&innerForm=SECONDFIRSTSECOND 12-12-2023 12:39:33:FINISHED TEST : formParamOnFieldTest() 12-12-2023 12:39:33:[JAXRSCommonClient] Test setup OK 12-12-2023 12:39:33:STARTING TEST : allParamsInParamTest() 12-12-2023 12:39:33: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/allparam/Nineth/Tenth;bpeMatrix=Seventh;innerMatrix=Eighth?bpeQuery=Eleventh&innerQuery=Twelveth 12-12-2023 12:39:33: TRACE: [WIRE] - >> Accept:*/*, Cookie:bpeCookie=FIRST;Version=1;innerCookie=SECOND;Version=1, bpeHeader:Fifth, innerHeader:Sixth, Content-Type:application/x-www-form-urlencoded 12-12-2023 12:39:33:[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' 12-12-2023 12:39:33:############################### 12-12-2023 12:39:33:[Request] Adding entity: Anything&bpeForm=Third&innerForm=Fourth 12-12-2023 12:39:33: TRACE: [WIRE] - >> Anything&bpeForm=Third&innerForm=Fourth 12-12-2023 12:39:33: TRACE: [WIRE] - << 200 OK 12-12-2023 12:39:33: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:39:33: TRACE: [WIRE] - << Content-Length: 111 12-12-2023 12:39:33: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:39:33: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:39:33: TRACE: [WIRE] - << ThirdFourthFifthSixthSeventhEighthNinethTenthEleventhTwelvethAnything&bpeForm=Third&innerForm=FourthFIRSTSECOND 12-12-2023 12:39:33:FINISHED TEST : allParamsInParamTest() 12-12-2023 12:39:33:[JAXRSCommonClient] Test setup OK 12-12-2023 12:39:33: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/matrixparam;bpeMatrix=FIRST;innerMatrix=SECOND 12-12-2023 12:39:33: TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/x-www-form-urlencoded 12-12-2023 12:39:33: TRACE: [WIRE] - >> Anything 12-12-2023 12:39:33: TRACE: [WIRE] - << 200 OK 12-12-2023 12:39:33: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:39:33: TRACE: [WIRE] - << Content-Length: 19 12-12-2023 12:39:33: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:39:33: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:39:33: TRACE: [WIRE] - << AnythingFIRSTSECOND 12-12-2023 12:39:33:STARTING TEST : matrixParamInParamTest() 12-12-2023 12:39:33:[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' 12-12-2023 12:39:33:############################### 12-12-2023 12:39:33:[Request] Adding entity: Anything 12-12-2023 12:39:33:FINISHED TEST : matrixParamInParamTest() 12-12-2023 12:39:33:[JAXRSCommonClient] Test setup OK 12-12-2023 12:39:33: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/pathparam/FIRST/SECOND 12-12-2023 12:39:33: TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/x-www-form-urlencoded 12-12-2023 12:39:33: TRACE: [WIRE] - >> Anything 12-12-2023 12:39:33: TRACE: [WIRE] - << 200 OK 12-12-2023 12:39:33: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:39:33: TRACE: [WIRE] - << Content-Length: 19 12-12-2023 12:39:33: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:39:33: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:39:33: TRACE: [WIRE] - << AnythingFIRSTSECOND 12-12-2023 12:39:33:STARTING TEST : pathParamInParamTest() 12-12-2023 12:39:33:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/pathparam/FIRST/SECOND' to target server at 'localhost:8080' 12-12-2023 12:39:33:############################### 12-12-2023 12:39:33:[Request] Adding entity: Anything 12-12-2023 12:39:33:FINISHED TEST : pathParamInParamTest() 12-12-2023 12:39:33:[JAXRSCommonClient] Test setup OK 12-12-2023 12:39:33: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/headerparam 12-12-2023 12:39:33: TRACE: [WIRE] - >> Accept:*/*, bpeHeader:FIRST, innerHeader:SECOND, Content-Type:application/x-www-form-urlencoded 12-12-2023 12:39:33: TRACE: [WIRE] - >> Anything 12-12-2023 12:39:33: TRACE: [WIRE] - << 200 OK 12-12-2023 12:39:33: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:39:33: TRACE: [WIRE] - << Content-Length: 19 12-12-2023 12:39:33: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:39:33: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:39:33: TRACE: [WIRE] - << AnythingFIRSTSECOND 12-12-2023 12:39:33:STARTING TEST : headerParamInParamTest() 12-12-2023 12:39:33:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/headerparam' to target server at 'localhost:8080' 12-12-2023 12:39:33:############################### 12-12-2023 12:39:33:[Request] Adding entity: Anything 12-12-2023 12:39:33:FINISHED TEST : headerParamInParamTest() 12-12-2023 12:39:33:[JAXRSCommonClient] Test setup OK 12-12-2023 12:39:33:STARTING TEST : queryParamInParamTest()12-12-2023 12:39:33: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/queryparam?bpeQuery=FIRST&innerQuery=SECOND 12-12-2023 12:39:33:[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' 12-12-2023 12:39:33:############################### 12-12-2023 12:39:33:[Request] Adding entity: Anything 12-12-2023 12:39:33: TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/x-www-form-urlencoded 12-12-2023 12:39:33: TRACE: [WIRE] - >> Anything 12-12-2023 12:39:33: TRACE: [WIRE] - << 200 OK 12-12-2023 12:39:33: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:39:33: TRACE: [WIRE] - << Content-Length: 19 12-12-2023 12:39:33: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:39:33: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:39:33: TRACE: [WIRE] - << AnythingFIRSTSECOND 12-12-2023 12:39:33:FINISHED TEST : queryParamInParamTest() 12-12-2023 12:39:33:[JAXRSCommonClient] Test setup OK 12-12-2023 12:39:33:STARTING TEST : allParamsOnFieldTest() 12-12-2023 12:39:33: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/allfield/Nineth/Tenth;bpeMatrix=Seventh;innerMatrix=Eighth?bpeQuery=Eleventh&innerQuery=Twelveth 12-12-2023 12:39:33:[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' 12-12-2023 12:39:33:############################### 12-12-2023 12:39:33:[Request] Adding entity: Anything&bpeForm=Third&innerForm=Fourth 12-12-2023 12:39:33: TRACE: [WIRE] - >> Accept:*/*, Cookie:bpeCookie=FIRST;Version=1;innerCookie=SECOND;Version=1, bpeHeader:Fifth, innerHeader:Sixth, Content-Type:application/x-www-form-urlencoded 12-12-2023 12:39:33: TRACE: [WIRE] - >> Anything&bpeForm=Third&innerForm=Fourth 12-12-2023 12:39:33: TRACE: [WIRE] - << 200 OK 12-12-2023 12:39:33: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:39:33: TRACE: [WIRE] - << Content-Length: 111 12-12-2023 12:39:33: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:39:33: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:39:33: TRACE: [WIRE] - << ThirdFourthFifthSixthSeventhEighthNinethTenthEleventhTwelvethAnything&bpeForm=Third&innerForm=FourthFIRSTSECOND 12-12-2023 12:39:33:FINISHED TEST : allParamsOnFieldTest() 12-12-2023 12:39:33:[JAXRSCommonClient] Test setup OK 12-12-2023 12:39:33: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/cookieparam 12-12-2023 12:39:33: TRACE: [WIRE] - >> Accept:*/*, Cookie:bpeCookie=FIRST;Version=1;innerCookie=SECOND;Version=1, Content-Type:application/x-www-form-urlencoded 12-12-2023 12:39:33: TRACE: [WIRE] - >> Anything 12-12-2023 12:39:33: TRACE: [WIRE] - << 200 OK 12-12-2023 12:39:33: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:39:33: TRACE: [WIRE] - << Content-Length: 19 12-12-2023 12:39:33: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:39:33: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:39:33: TRACE: [WIRE] - << AnythingFIRSTSECOND 12-12-2023 12:39:33:STARTING TEST : cookieParamInParamTest() 12-12-2023 12:39:33:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/cookieparam' to target server at 'localhost:8080' 12-12-2023 12:39:33:############################### 12-12-2023 12:39:33:[Request] Adding entity: Anything 12-12-2023 12:39:33:FINISHED TEST : cookieParamInParamTest() 12-12-2023 12:39:33:[JAXRSCommonClient] Test setup OK 12-12-2023 12:39:33: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/formparam 12-12-2023 12:39:33: TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/x-www-form-urlencoded 12-12-2023 12:39:33: TRACE: [WIRE] - >> Anything&bpeForm=FIRST&innerForm=SECOND 12-12-2023 12:39:33: TRACE: [WIRE] - << 200 OK 12-12-2023 12:39:33: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:39:33: TRACE: [WIRE] - << Content-Length: 50 12-12-2023 12:39:33: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:39:33: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:39:33: TRACE: [WIRE] - << Anything&bpeForm=FIRST&innerForm=SECONDFIRSTSECOND 12-12-2023 12:39:33:STARTING TEST : formParamInParamTest() 12-12-2023 12:39:33:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/formparam' to target server at 'localhost:8080' 12-12-2023 12:39:33:############################### 12-12-2023 12:39:33:[Request] Adding entity: Anything&bpeForm=FIRST&innerForm=SECOND 12-12-2023 12:39:33:FINISHED TEST : formParamInParamTest() 12-12-2023 12:39:33:[JAXRSCommonClient] Test setup OK 12-12-2023 12:39:33: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/matrixfield;bpeMatrix=FIRST;innerMatrix=SECOND 12-12-2023 12:39:33: TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/x-www-form-urlencoded 12-12-2023 12:39:33: TRACE: [WIRE] - >> Anything 12-12-2023 12:39:33: TRACE: [WIRE] - << 200 OK 12-12-2023 12:39:33: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:39:33: TRACE: [WIRE] - << Content-Length: 19 12-12-2023 12:39:33: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:39:33: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:39:33: TRACE: [WIRE] - << AnythingFIRSTSECOND 12-12-2023 12:39:33:STARTING TEST : matrixParamOnFieldTest() 12-12-2023 12:39:33:[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' 12-12-2023 12:39:33:############################### 12-12-2023 12:39:33:[Request] Adding entity: Anything 12-12-2023 12:39:33:FINISHED TEST : matrixParamOnFieldTest() [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.008 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-12-2023 12:39:33:[JAXRSCommonClient] Test setup OK 12-12-2023 12:39:33:STARTING TEST : queryFieldParamEntityWithEncodedTest() Dec 12, 2023 12:39:33 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:39:33 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:39:33:[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' 12-12-2023 12:39:33:[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' 12-12-2023 12:39:33:FINISHED TEST : queryFieldParamEntityWithEncodedTest() 12-12-2023 12:39:33:[JAXRSCommonClient] Test setup OK 12-12-2023 12:39:33:STARTING TEST : queryParamEntityWithEncodedTest()Dec 12, 2023 12:39:33 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:39:33 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:39:33:[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' 12-12-2023 12:39:33:[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' 12-12-2023 12:39:33:FINISHED TEST : queryParamEntityWithEncodedTest() 12-12-2023 12:39:33:[JAXRSCommonClient] Test setup OK 12-12-2023 12:39:33:STARTING TEST : queryFieldParamEntityWithFromStringTest()Dec 12, 2023 12:39:33 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:39:33 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:39:33:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Field?&Inner HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:33:[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' 12-12-2023 12:39:33:FINISHED TEST : queryFieldParamEntityWithFromStringTest() 12-12-2023 12:39:33:[JAXRSCommonClient] Test setup OK 12-12-2023 12:39:33:STARTING TEST : queryFieldParamSetEntityWithFromStringTest() Dec 12, 2023 12:39:33 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:39:33 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:39:33:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Field?&Inner HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:33:[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' 12-12-2023 12:39:33:FINISHED TEST : queryFieldParamSetEntityWithFromStringTest() 12-12-2023 12:39:33:[JAXRSCommonClient] Test setup OK 12-12-2023 12:39:33:STARTING TEST : queryFieldParamEntityWithValueOfTest() Dec 12, 2023 12:39:33 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:39:33 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:39:33:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Field?&Inner HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:33:[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' 12-12-2023 12:39:33:FINISHED TEST : queryFieldParamEntityWithValueOfTest() 12-12-2023 12:39:33:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:39:33 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:39:33 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:39:33:STARTING TEST : queryParamEntityWithValueOfTest() 12-12-2023 12:39:33:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Param?&Inner HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:33:[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' 12-12-2023 12:39:33:FINISHED TEST : queryParamEntityWithValueOfTest() 12-12-2023 12:39:33:[JAXRSCommonClient] Test setup OK 12-12-2023 12:39:33:STARTING TEST : queryParamThrowingIllegalArgumentExceptionTest() Dec 12, 2023 12:39:33 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:39:33 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:39:33:[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' 12-12-2023 12:39:33:[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' 12-12-2023 12:39:33:FINISHED TEST : queryParamThrowingIllegalArgumentExceptionTest() 12-12-2023 12:39:33:[JAXRSCommonClient] Test setup OK 12-12-2023 12:39:33:STARTING TEST : queryParamSetEntityWithFromStringTest()Dec 12, 2023 12:39:33 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:39:33 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:39:33:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Param?&Inner HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:33:[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' 12-12-2023 12:39:33:FINISHED TEST : queryParamSetEntityWithFromStringTest() 12-12-2023 12:39:33:[JAXRSCommonClient] Test setup OK 12-12-2023 12:39:33:STARTING TEST : queryParamListEntityWithFromStringTest() Dec 12, 2023 12:39:33 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:39:33 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:39:33:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Param?&Inner HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:33:[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' 12-12-2023 12:39:33:FINISHED TEST : queryParamListEntityWithFromStringTest() 12-12-2023 12:39:33:[JAXRSCommonClient] Test setup OK 12-12-2023 12:39:33:STARTING TEST : queryFieldParamListEntityWithFromStringTest() Dec 12, 2023 12:39:33 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:39:33 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:39:33:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Field?&Inner HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:33:[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' 12-12-2023 12:39:33:FINISHED TEST : queryFieldParamListEntityWithFromStringTest() 12-12-2023 12:39:33:[JAXRSCommonClient] Test setup OK 12-12-2023 12:39:33:STARTING TEST : queryFieldThrowingWebApplicationExceptionTest() Dec 12, 2023 12:39:33 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:39:33 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:39:33:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Field?ParamEntityThrowingWebApplicationException=CREATED HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:33:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Field?InnerParamEntityThrowingWebApplicationException=CREATED HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:33:FINISHED TEST : queryFieldThrowingWebApplicationExceptionTest() 12-12-2023 12:39:33:[JAXRSCommonClient] Test setup OK 12-12-2023 12:39:33:STARTING TEST : queryFieldParamSortedSetEntityWithFromStringTest() Dec 12, 2023 12:39:33 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:39:33:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Field?&Inner HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:33:[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' Dec 12, 2023 12:39:33 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:39:33:FINISHED TEST : queryFieldParamSortedSetEntityWithFromStringTest() 12-12-2023 12:39:33:[JAXRSCommonClient] Test setup OK 12-12-2023 12:39:33:STARTING TEST : queryParamEntityWithFromStringTest() Dec 12, 2023 12:39:33 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:39:33 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:39:33:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Param?&Inner HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:33:[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' 12-12-2023 12:39:33:FINISHED TEST : queryParamEntityWithFromStringTest() 12-12-2023 12:39:33:[JAXRSCommonClient] Test setup OK 12-12-2023 12:39:33:STARTING TEST : queryParamSortedSetEntityWithFromStringTest()Dec 12, 2023 12:39:33 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:39:33:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Param?&Inner HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:33:[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' Dec 12, 2023 12:39:33 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:39:33:FINISHED TEST : queryParamSortedSetEntityWithFromStringTest() 12-12-2023 12:39:33:[JAXRSCommonClient] Test setup OK 12-12-2023 12:39:33:STARTING TEST : queryParamEntityWithConstructorTest() Dec 12, 2023 12:39:33 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:39:33 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:39:33:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Param?&Inner HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:33:[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' 12-12-2023 12:39:33:FINISHED TEST : queryParamEntityWithConstructorTest() 12-12-2023 12:39:33:[JAXRSCommonClient] Test setup OK 12-12-2023 12:39:33:STARTING TEST : queryFieldThrowingIllegalArgumentExceptionTest() Dec 12, 2023 12:39:33 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:39:33 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:39:33:[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' 12-12-2023 12:39:33:[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' 12-12-2023 12:39:33:FINISHED TEST : queryFieldThrowingIllegalArgumentExceptionTest() 12-12-2023 12:39:33:[JAXRSCommonClient] Test setup OK 12-12-2023 12:39:33:STARTING TEST : queryParamThrowingWebApplicationExceptionTest() Dec 12, 2023 12:39:33 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:39:34 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:39:33:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Param?ParamEntityThrowingWebApplicationException=CREATED HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:33:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Param?InnerParamEntityThrowingWebApplicationException=CREATED HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:34:FINISHED TEST : queryParamThrowingWebApplicationExceptionTest() 12-12-2023 12:39:34:[JAXRSCommonClient] Test setup OK 12-12-2023 12:39:34:STARTING TEST : queryFieldParamEntityWithConstructorTest()Dec 12, 2023 12:39:34 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:39:34 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:39:34:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Field?&Inner HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:39:34:[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' 12-12-2023 12:39:34:FINISHED TEST : queryFieldParamEntityWithConstructorTest() [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.759 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-12-2023 12:39:34:[JAXRSCommonClient] Test setup OK 12-12-2023 12:39:34:STARTING TEST : optionsWithCallbackWhileServerWaitTest()12-12-2023 12:39:34: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsandwait 12-12-2023 12:39:34: TRACE: [WIRE] - >> 12-12-2023 12:39:36: TRACE: [WIRE] - << 200 OK 12-12-2023 12:39:36: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:39:34:Start time: 1702384774637 12-12-2023 12:39:34:Client was returned control in 4 milliseconds from request 12-12-2023 12:39:36: TRACE: [WIRE] - << Content-Length: 7 12-12-2023 12:39:36: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:39:36: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:39:36:Callback#completed() called in 2013 milliseconds from request 12-12-2023 12:39:36:Returned status 200 (OK) 12-12-2023 12:39:36:Callback completed() call ok 12-12-2023 12:39:36:FINISHED TEST : optionsWithCallbackWhileServerWaitTest() 12-12-2023 12:39:36:[JAXRSCommonClient] Test setup OK 12-12-2023 12:39:36:STARTING TEST : methodWithCallbackWhileServerWaitTest() 12-12-2023 12:39:36: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deleteandwait 12-12-2023 12:39:36: TRACE: [WIRE] - >> 12-12-2023 12:39:38: TRACE: [WIRE] - << 200 OK 12-12-2023 12:39:36:Start time: 1702384776767 12-12-2023 12:39:36:Client was returned control in 1 milliseconds from request 12-12-2023 12:39:38: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:39:38: TRACE: [WIRE] - << Content-Length: 6 12-12-2023 12:39:38: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:39:38: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:39:38:Callback#completed() called in 2004 milliseconds from request 12-12-2023 12:39:38:Returned status 200 (OK) 12-12-2023 12:39:38:Callback completed() call ok 12-12-2023 12:39:38:Start time: 1702384778781 12-12-2023 12:39:38:Client was returned control in 0 milliseconds from request 12-12-2023 12:39:38: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getandwait 12-12-2023 12:39:38: TRACE: [WIRE] - >> 12-12-2023 12:39:40: TRACE: [WIRE] - << 200 OK 12-12-2023 12:39:40: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:39:40: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:39:40: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:39:40: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:39:40: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsandwait 12-12-2023 12:39:40: TRACE: [WIRE] - >> 12-12-2023 12:39:42: TRACE: [WIRE] - << 200 OK 12-12-2023 12:39:42: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:39:42: TRACE: [WIRE] - << Content-Length: 7 12-12-2023 12:39:42: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:39:42: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:39:40:Callback#completed() called in 2004 milliseconds from request 12-12-2023 12:39:40:Returned status 200 (OK) 12-12-2023 12:39:40:Callback completed() call ok 12-12-2023 12:39:40:Start time: 1702384780795 12-12-2023 12:39:40:Client was returned control in 0 milliseconds from request 12-12-2023 12:39:42:Callback#completed() called in 2004 milliseconds from request 12-12-2023 12:39:42:Returned status 200 (OK) 12-12-2023 12:39:42:Callback completed() call ok 12-12-2023 12:39:42:FINISHED TEST : methodWithCallbackWhileServerWaitTest() 12-12-2023 12:39:42:[JAXRSCommonClient] Test setup OK 12-12-2023 12:39:42:STARTING TEST : optionsWithGenericTypeStringWhileServerWaitTest() 12-12-2023 12:39:42: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsandwait 12-12-2023 12:39:42: TRACE: [WIRE] - >> 12-12-2023 12:39:44: TRACE: [WIRE] - << 200 OK 12-12-2023 12:39:44: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:39:42:Start time: 1702384782808 12-12-2023 12:39:42:Client was returned control in 1 milliseconds from request 12-12-2023 12:39:44: TRACE: [WIRE] - << Content-Length: 7 12-12-2023 12:39:44: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:39:44: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:39:44:FINISHED TEST : optionsWithGenericTypeStringWhileServerWaitTest() 12-12-2023 12:39:44:[JAXRSCommonClient] Test setup OK 12-12-2023 12:39:44:STARTING TEST : methodWithStringClassWhileServerWaitTest() 12-12-2023 12:39:44: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deleteandwait 12-12-2023 12:39:44: TRACE: [WIRE] - >> 12-12-2023 12:39:46: TRACE: [WIRE] - << 200 OK 12-12-2023 12:39:46: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:39:44:Start time: 1702384784822 12-12-2023 12:39:44:Client was returned control in 1 milliseconds from request 12-12-2023 12:39:46: TRACE: [WIRE] - << Content-Length: 6 12-12-2023 12:39:46: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:39:46: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:39:46:Start time: 1702384786834 12-12-2023 12:39:46:Client was returned control in 1 milliseconds from request 12-12-2023 12:39:46: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getandwait 12-12-2023 12:39:46: TRACE: [WIRE] - >> 12-12-2023 12:39:48: TRACE: [WIRE] - << 200 OK 12-12-2023 12:39:48: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:39:48: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:39:48: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:39:48: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:39:48:Start time: 1702384788845 12-12-2023 12:39:48: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsandwait 12-12-2023 12:39:48:Client was returned control in 1 milliseconds from request 12-12-2023 12:39:48: TRACE: [WIRE] - >> 12-12-2023 12:39:50: TRACE: [WIRE] - << 200 OK 12-12-2023 12:39:50: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:39:50: TRACE: [WIRE] - << Content-Length: 7 12-12-2023 12:39:50: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:39:50: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:39:50:FINISHED TEST : methodWithStringClassWhileServerWaitTest() 12-12-2023 12:39:50:[JAXRSCommonClient] Test setup OK 12-12-2023 12:39:50:STARTING TEST : traceWithClassThrowsNoWebApplicationExceptionForResponseTest() 12-12-2023 12:39:50: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/tracenotok 12-12-2023 12:39:50: TRACE: [WIRE] - >> 12-12-2023 12:39:50: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 12-12-2023 12:39:50:Start time: 1702384790860 12-12-2023 12:39:50: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:39:50: TRACE: [WIRE] - << Content-Length: 1172 12-12-2023 12:39:50: TRACE: [WIRE] - << Content-Language: 12-12-2023 12:39:50: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:39:50: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:39:50:Returned status 406 (NOT_ACCEPTABLE) 12-12-2023 12:39:50:FINISHED TEST : traceWithClassThrowsNoWebApplicationExceptionForResponseTest() 12-12-2023 12:39:50:[JAXRSCommonClient] Test setup OK 12-12-2023 12:39:50:STARTING TEST : postWithCallbackThrowsProcessingExceptionTest() 12-12-2023 12:39:50: TRACE: [WIRE] - >> POST http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/post 12-12-2023 12:39:50: TRACE: [WIRE] - >> Content-Type:*/* 12-12-2023 12:39:50:Start time: 1702384790873 12-12-2023 12:39:50:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 12-12-2023 12:39:50:ExecutionException.getCause is ProcessingException as expected 12-12-2023 12:39:50:FINISHED TEST : postWithCallbackThrowsProcessingExceptionTest() 12-12-2023 12:39:50:[JAXRSCommonClient] Test setup OK 12-12-2023 12:39:50:STARTING TEST : optionsWithGenericTypeResponseWhileServerWaitTest() 12-12-2023 12:39:50: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsandwait 12-12-2023 12:39:50: TRACE: [WIRE] - >> 12-12-2023 12:39:52: TRACE: [WIRE] - << 200 OK 12-12-2023 12:39:50:Start time: 1702384790916 12-12-2023 12:39:50:Client was returned control in 0 milliseconds from request 12-12-2023 12:39:52: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:39:52: TRACE: [WIRE] - << Content-Length: 7 12-12-2023 12:39:52: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:39:52: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:39:52:Returned status 200 (OK) 12-12-2023 12:39:52:FINISHED TEST : optionsWithGenericTypeResponseWhileServerWaitTest() 12-12-2023 12:39:52:[JAXRSCommonClient] Test setup OK 12-12-2023 12:39:52: TRACE: [WIRE] - >> PUT http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/put 12-12-2023 12:39:52:STARTING TEST : methodWithCallbackWithEntityThrowsProcessingExceptionTest() 12-12-2023 12:39:52:Start time: 1702384792935 12-12-2023 12:39:52: TRACE: [WIRE] - >> Content-Type:*/* 12-12-2023 12:39:52:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 12-12-2023 12:39:52:ExecutionException.getCause is ProcessingException as expected 12-12-2023 12:39:52:Start time: 1702384792943 12-12-2023 12:39:52: TRACE: [WIRE] - >> POST http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/post 12-12-2023 12:39:52: TRACE: [WIRE] - >> Content-Type:*/* 12-12-2023 12:39:52:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 12-12-2023 12:39:52:ExecutionException.getCause is ProcessingException as expected 12-12-2023 12:39:52:FINISHED TEST : methodWithCallbackWithEntityThrowsProcessingExceptionTest() 12-12-2023 12:39:52:[JAXRSCommonClient] Test setup OK 12-12-2023 12:39:52:STARTING TEST : getWithGenericTypeStringWhileServerWaitTest() 12-12-2023 12:39:52: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getandwait 12-12-2023 12:39:52: TRACE: [WIRE] - >> 12-12-2023 12:39:54: TRACE: [WIRE] - << 200 OK 12-12-2023 12:39:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:39:54: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:39:54: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:39:52:Start time: 1702384792954 12-12-2023 12:39:52:Client was returned control in 0 milliseconds from request 12-12-2023 12:39:54: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:39:54:FINISHED TEST : getWithGenericTypeStringWhileServerWaitTest() 12-12-2023 12:39:54:[JAXRSCommonClient] Test setup OK 12-12-2023 12:39:54: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsnotok 12-12-2023 12:39:54: TRACE: [WIRE] - >> 12-12-2023 12:39:54: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 12-12-2023 12:39:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:39:54: TRACE: [WIRE] - << Content-Length: 1172 12-12-2023 12:39:54: TRACE: [WIRE] - << Content-Language: 12-12-2023 12:39:54: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:39:54: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:39:54:STARTING TEST : optionsWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 12-12-2023 12:39:54:Start time: 1702384794968 12-12-2023 12:39:54:Returned status 406 (NOT_ACCEPTABLE) 12-12-2023 12:39:54:FINISHED TEST : optionsWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 12-12-2023 12:39:54:[JAXRSCommonClient] Test setup OK 12-12-2023 12:39:54:STARTING TEST : methodWithClassThrowsProcessingExceptionTest()12-12-2023 12:39:54: TRACE: [WIRE] - >> DELETE http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/delete 12-12-2023 12:39:54: TRACE: [WIRE] - >> 12-12-2023 12:39:54:Start time: 1702384794980 12-12-2023 12:39:54:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 12-12-2023 12:39:54:ExecutionException.getCause is ProcessingException as expected 12-12-2023 12:39:54:Start time: 1702384794992 12-12-2023 12:39:54: TRACE: [WIRE] - >> GET http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/get 12-12-2023 12:39:54: TRACE: [WIRE] - >> 12-12-2023 12:39:54:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 12-12-2023 12:39:54:ExecutionException.getCause is ProcessingException as expected 12-12-2023 12:39:55: TRACE: [WIRE] - >> OPTIONS http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/options 12-12-2023 12:39:55:Start time: 1702384795001 12-12-2023 12:39:55: TRACE: [WIRE] - >> 12-12-2023 12:39:55:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 12-12-2023 12:39:55:ExecutionException.getCause is ProcessingException as expected 12-12-2023 12:39:55:FINISHED TEST : methodWithClassThrowsProcessingExceptionTest() 12-12-2023 12:39:55:[JAXRSCommonClient] Test setup OK 12-12-2023 12:39:55:STARTING TEST : methodWithClassWithEntityThrowsProcessingExceptionTest() 12-12-2023 12:39:55: TRACE: [WIRE] - >> PUT http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/put 12-12-2023 12:39:55: TRACE: [WIRE] - >> Content-Type:*/* 12-12-2023 12:39:55:Start time: 1702384795013 12-12-2023 12:39:55:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 12-12-2023 12:39:55:ExecutionException.getCause is ProcessingException as expected 12-12-2023 12:39:55:Start time: 1702384795023 12-12-2023 12:39:55: TRACE: [WIRE] - >> POST http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/post 12-12-2023 12:39:55: TRACE: [WIRE] - >> Content-Type:*/* 12-12-2023 12:39:55:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 12-12-2023 12:39:55:ExecutionException.getCause is ProcessingException as expected 12-12-2023 12:39:55:FINISHED TEST : methodWithClassWithEntityThrowsProcessingExceptionTest() 12-12-2023 12:39:55:[JAXRSCommonClient] Test setup OK 12-12-2023 12:39:55:STARTING TEST : traceWithGenericTypeThrowsProcessingExceptionTest() 12-12-2023 12:39:55: TRACE: [WIRE] - >> TRACE http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/trace 12-12-2023 12:39:55: TRACE: [WIRE] - >> 12-12-2023 12:39:55:Start time: 1702384795044 12-12-2023 12:39:55:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 12-12-2023 12:39:55:ExecutionException.getCause is ProcessingException as expected 12-12-2023 12:39:55:FINISHED TEST : traceWithGenericTypeThrowsProcessingExceptionTest() 12-12-2023 12:39:55:[JAXRSCommonClient] Test setup OK 12-12-2023 12:39:55:STARTING TEST : traceWithGenericTypeResponseWhileServerWaitTest() 12-12-2023 12:39:55: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/traceandwait 12-12-2023 12:39:55: TRACE: [WIRE] - >> 12-12-2023 12:39:57: TRACE: [WIRE] - << 200 OK 12-12-2023 12:39:57: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:39:55:Start time: 1702384795054 12-12-2023 12:39:55:Client was returned control in 0 milliseconds from request 12-12-2023 12:39:57: TRACE: [WIRE] - << Content-Length: 5 12-12-2023 12:39:57: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:39:57: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:39:57:Returned status 200 (OK) 12-12-2023 12:39:57:FINISHED TEST : traceWithGenericTypeResponseWhileServerWaitTest() 12-12-2023 12:39:57:[JAXRSCommonClient] Test setup OK 12-12-2023 12:39:57:STARTING TEST : optionsWithGenericTypeThrowsWebApplicationExceptionTest() 12-12-2023 12:39:57: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsnotok 12-12-2023 12:39:57: TRACE: [WIRE] - >> 12-12-2023 12:39:57: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 12-12-2023 12:39:57: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:39:57: TRACE: [WIRE] - << Content-Length: 1172 12-12-2023 12:39:57: TRACE: [WIRE] - << Content-Language: 12-12-2023 12:39:57:Start time: 1702384797067 12-12-2023 12:39:57: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:39:57: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:39:57:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 12-12-2023 12:39:57:ExecutionException.getCause is WebApplicationException as expected 12-12-2023 12:39:57:FINISHED TEST : optionsWithGenericTypeThrowsWebApplicationExceptionTest() 12-12-2023 12:39:57:[JAXRSCommonClient] Test setup OK 12-12-2023 12:39:57:STARTING TEST : methodWithResponseClassWhileServerWaitTest() 12-12-2023 12:39:57: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deleteandwait 12-12-2023 12:39:57: TRACE: [WIRE] - >> 12-12-2023 12:39:59: TRACE: [WIRE] - << 200 OK 12-12-2023 12:39:57:Start time: 1702384797084 12-12-2023 12:39:57:Client was returned control in 0 milliseconds from request 12-12-2023 12:39:59: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:39:59: TRACE: [WIRE] - << Content-Length: 6 12-12-2023 12:39:59: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:39:59: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:39:59: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getandwait 12-12-2023 12:39:59: TRACE: [WIRE] - >> 12-12-2023 12:40:01: TRACE: [WIRE] - << 200 OK 12-12-2023 12:40:01: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:40:01: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:40:01: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:40:01: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:40:01: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsandwait 12-12-2023 12:40:01: TRACE: [WIRE] - >> 12-12-2023 12:40:03: TRACE: [WIRE] - << 200 OK 12-12-2023 12:40:03: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:40:03: TRACE: [WIRE] - << Content-Length: 7 12-12-2023 12:40:03: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:40:03: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:39:59:Returned status 200 (OK) 12-12-2023 12:39:59:Start time: 1702384799096 12-12-2023 12:39:59:Client was returned control in 0 milliseconds from request 12-12-2023 12:40:01:Returned status 200 (OK) 12-12-2023 12:40:01:Start time: 1702384801111 12-12-2023 12:40:01:Client was returned control in 0 milliseconds from request 12-12-2023 12:40:03:Returned status 200 (OK) 12-12-2023 12:40:03:FINISHED TEST : methodWithResponseClassWhileServerWaitTest() 12-12-2023 12:40:03:[JAXRSCommonClient] Test setup OK 12-12-2023 12:40:03: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deleteandwait 12-12-2023 12:40:03:STARTING TEST : deleteWithGenericTypeStringWhileServerWaitTest() 12-12-2023 12:40:03:Start time: 1702384803127 12-12-2023 12:40:03:Client was returned control in 0 milliseconds from request 12-12-2023 12:40:03: TRACE: [WIRE] - >> 12-12-2023 12:40:05: TRACE: [WIRE] - << 200 OK 12-12-2023 12:40:05: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:40:05: TRACE: [WIRE] - << Content-Length: 6 12-12-2023 12:40:05: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:40:05: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:40:05:FINISHED TEST : deleteWithGenericTypeStringWhileServerWaitTest() 12-12-2023 12:40:05:[JAXRSCommonClient] Test setup OK 12-12-2023 12:40:05:STARTING TEST : getWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest()12-12-2023 12:40:05: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getnotok 12-12-2023 12:40:05: TRACE: [WIRE] - >> 12-12-2023 12:40:05:Start time: 1702384805143 12-12-2023 12:40:05: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 12-12-2023 12:40:05: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:40:05: TRACE: [WIRE] - << Content-Length: 1172 12-12-2023 12:40:05: TRACE: [WIRE] - << Content-Language: 12-12-2023 12:40:05: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:40:05: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:40:05:Returned status 406 (NOT_ACCEPTABLE) 12-12-2023 12:40:05:FINISHED TEST : getWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 12-12-2023 12:40:05:[JAXRSCommonClient] Test setup OK 12-12-2023 12:40:05:STARTING TEST : postWhileServerWaitTest() 12-12-2023 12:40:05: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postandwait 12-12-2023 12:40:05:Start time: 1702384805158 12-12-2023 12:40:05:Client was returned control in 1 milliseconds from request 12-12-2023 12:40:05: TRACE: [WIRE] - >> Content-Type:*/* 12-12-2023 12:40:07: TRACE: [WIRE] - << 200 OK 12-12-2023 12:40:07: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:40:07: TRACE: [WIRE] - << Content-Length: 4 12-12-2023 12:40:07: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:40:07: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:40:07:Returned status 200 (OK) 12-12-2023 12:40:07:FINISHED TEST : postWhileServerWaitTest() 12-12-2023 12:40:07:[JAXRSCommonClient] Test setup OK 12-12-2023 12:40:07:STARTING TEST : headTest()12-12-2023 12:40:07: TRACE: [WIRE] - >> HEAD http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/head 12-12-2023 12:40:07: TRACE: [WIRE] - >> 12-12-2023 12:40:07: TRACE: [WIRE] - << 200 OK 12-12-2023 12:40:07:Start time: 1702384807184 12-12-2023 12:40:07: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:40:07: TRACE: [WIRE] - << Content-Length: 4 12-12-2023 12:40:07: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:40:07: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:40:07:Returned status 200 (OK) 12-12-2023 12:40:07:FINISHED TEST : headTest() 12-12-2023 12:40:07:[JAXRSCommonClient] Test setup OK 12-12-2023 12:40:07:STARTING TEST : methodWithClassWithEntityThrowsWebApplicationExceptionTest() 12-12-2023 12:40:07: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putnotok 12-12-2023 12:40:07: TRACE: [WIRE] - >> Content-Type:*/* 12-12-2023 12:40:07: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 12-12-2023 12:40:07: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:40:07: TRACE: [WIRE] - << Content-Length: 1172 12-12-2023 12:40:07: TRACE: [WIRE] - << Content-Language: 12-12-2023 12:40:07: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:40:07: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:40:07:Start time: 1702384807197 12-12-2023 12:40:07:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 12-12-2023 12:40:07:ExecutionException.getCause is WebApplicationException as expected 12-12-2023 12:40:07:Start time: 1702384807207 12-12-2023 12:40:07: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postnotok 12-12-2023 12:40:07: TRACE: [WIRE] - >> Content-Type:*/* 12-12-2023 12:40:07: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 12-12-2023 12:40:07: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:40:07: TRACE: [WIRE] - << Content-Length: 1172 12-12-2023 12:40:07: TRACE: [WIRE] - << Content-Language: 12-12-2023 12:40:07: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:40:07: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:40:07:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 12-12-2023 12:40:07:ExecutionException.getCause is WebApplicationException as expected 12-12-2023 12:40:07:FINISHED TEST : methodWithClassWithEntityThrowsWebApplicationExceptionTest() 12-12-2023 12:40:07:[JAXRSCommonClient] Test setup OK 12-12-2023 12:40:07:STARTING TEST : putWithStringCallbackWhileServerWaitTest() 12-12-2023 12:40:07: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putandwait 12-12-2023 12:40:07: TRACE: [WIRE] - >> Content-Type:*/* 12-12-2023 12:40:09: TRACE: [WIRE] - << 200 OK 12-12-2023 12:40:09: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:40:09: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:40:09: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:40:09: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:40:07:Start time: 1702384807218 12-12-2023 12:40:07:Client was returned control in 1 milliseconds from request 12-12-2023 12:40:09:Callback#completed() called in 2004 milliseconds from request 12-12-2023 12:40:09:Callback completed() call ok 12-12-2023 12:40:09:FINISHED TEST : putWithStringCallbackWhileServerWaitTest() 12-12-2023 12:40:09:[JAXRSCommonClient] Test setup OK 12-12-2023 12:40:09:STARTING TEST : traceWhileServerWaitTest() 12-12-2023 12:40:09: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/traceandwait 12-12-2023 12:40:09: TRACE: [WIRE] - >> 12-12-2023 12:40:09:Start time: 1702384809334 12-12-2023 12:40:09:Client was returned control in 7 milliseconds from request 12-12-2023 12:40:11: TRACE: [WIRE] - << 200 OK 12-12-2023 12:40:11: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:40:11: TRACE: [WIRE] - << Content-Length: 5 12-12-2023 12:40:11: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:40:11: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:40:11:Returned status 200 (OK) 12-12-2023 12:40:11:FINISHED TEST : traceWhileServerWaitTest() 12-12-2023 12:40:11:[JAXRSCommonClient] Test setup OK 12-12-2023 12:40:11:STARTING TEST : getThrowsProcessingExceptionTest() 12-12-2023 12:40:11: TRACE: [WIRE] - >> GET http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/get 12-12-2023 12:40:11: TRACE: [WIRE] - >> 12-12-2023 12:40:11:Start time: 1702384811354 12-12-2023 12:40:11:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 12-12-2023 12:40:11:ExecutionException.getCause is ProcessingException as expected 12-12-2023 12:40:11:FINISHED TEST : getThrowsProcessingExceptionTest() 12-12-2023 12:40:11:[JAXRSCommonClient] Test setup OK 12-12-2023 12:40:11: TRACE: [WIRE] - >> HEAD http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/headandwait 12-12-2023 12:40:11:STARTING TEST : headWhileServerWaitTest() 12-12-2023 12:40:11:Start time: 1702384811372 12-12-2023 12:40:11: TRACE: [WIRE] - >> 12-12-2023 12:40:13: TRACE: [WIRE] - << 200 OK 12-12-2023 12:40:13: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:40:13: TRACE: [WIRE] - << Content-Length: 4 12-12-2023 12:40:11:Client was returned control in 1 milliseconds from request 12-12-2023 12:40:13: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:40:13: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:40:13:Returned status 200 (OK) 12-12-2023 12:40:13:FINISHED TEST : headWhileServerWaitTest() 12-12-2023 12:40:13:[JAXRSCommonClient] Test setup OK 12-12-2023 12:40:13: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/traceandwait 12-12-2023 12:40:13:STARTING TEST : traceWithGenericTypeStringWhileServerWaitTest() 12-12-2023 12:40:13:Start time: 1702384813388 12-12-2023 12:40:13:Client was returned control in 0 milliseconds from request 12-12-2023 12:40:13: TRACE: [WIRE] - >> 12-12-2023 12:40:15: TRACE: [WIRE] - << 200 OK 12-12-2023 12:40:15: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:40:15: TRACE: [WIRE] - << Content-Length: 5 12-12-2023 12:40:15: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:40:15: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:40:15:FINISHED TEST : traceWithGenericTypeStringWhileServerWaitTest() 12-12-2023 12:40:15:[JAXRSCommonClient] Test setup OK 12-12-2023 12:40:15:STARTING TEST : putWithClassThrowsWebApplicationExceptionTest() 12-12-2023 12:40:15: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putnotok 12-12-2023 12:40:15: TRACE: [WIRE] - >> Content-Type:*/* 12-12-2023 12:40:15: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 12-12-2023 12:40:15: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:40:15:Start time: 1702384815402 12-12-2023 12:40:15: TRACE: [WIRE] - << Content-Length: 1172 12-12-2023 12:40:15: TRACE: [WIRE] - << Content-Language: 12-12-2023 12:40:15: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:40:15: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:40:15:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 12-12-2023 12:40:15:ExecutionException.getCause is WebApplicationException as expected 12-12-2023 12:40:15:FINISHED TEST : putWithClassThrowsWebApplicationExceptionTest() 12-12-2023 12:40:15:[JAXRSCommonClient] Test setup OK 12-12-2023 12:40:15: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/traceandwait 12-12-2023 12:40:15:STARTING TEST : traceWithStringCallbackWhileServerWaitTest() 12-12-2023 12:40:15:Start time: 1702384815422 12-12-2023 12:40:15: TRACE: [WIRE] - >> 12-12-2023 12:40:17: TRACE: [WIRE] - << 200 OK 12-12-2023 12:40:17: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:40:15:Client was returned control in 0 milliseconds from request 12-12-2023 12:40:17: TRACE: [WIRE] - << Content-Length: 5 12-12-2023 12:40:17: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:40:17: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:40:17:Callback#completed() called in 2003 milliseconds from request 12-12-2023 12:40:17:Callback completed() call ok 12-12-2023 12:40:17:FINISHED TEST : traceWithStringCallbackWhileServerWaitTest() 12-12-2023 12:40:17:[JAXRSCommonClient] Test setup OK 12-12-2023 12:40:17:STARTING TEST : methodWithGenericTypeStringWithEntityWhileServerWaitTest() 12-12-2023 12:40:17: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putandwait 12-12-2023 12:40:17: TRACE: [WIRE] - >> Content-Type:*/* 12-12-2023 12:40:17:Start time: 1702384817533 12-12-2023 12:40:17:Client was returned control in 1 milliseconds from request 12-12-2023 12:40:19: TRACE: [WIRE] - << 200 OK 12-12-2023 12:40:19: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:40:19: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:40:19: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:40:19: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:40:19:Start time: 1702384819544 12-12-2023 12:40:19:Client was returned control in 0 milliseconds from request 12-12-2023 12:40:19: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postandwait 12-12-2023 12:40:19: TRACE: [WIRE] - >> Content-Type:*/* 12-12-2023 12:40:21: TRACE: [WIRE] - << 200 OK 12-12-2023 12:40:21: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:40:21: TRACE: [WIRE] - << Content-Length: 4 12-12-2023 12:40:21: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:40:21: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:40:21:FINISHED TEST : methodWithGenericTypeStringWithEntityWhileServerWaitTest() 12-12-2023 12:40:21:[JAXRSCommonClient] Test setup OK 12-12-2023 12:40:21:STARTING TEST : postWithClassThrowsWebApplicationExceptionTest() 12-12-2023 12:40:21: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postnotok 12-12-2023 12:40:21: TRACE: [WIRE] - >> Content-Type:*/* 12-12-2023 12:40:21: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 12-12-2023 12:40:21: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:40:21: TRACE: [WIRE] - << Content-Length: 1172 12-12-2023 12:40:21: TRACE: [WIRE] - << Content-Language: 12-12-2023 12:40:21: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:40:21: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:40:21:Start time: 1702384821559 12-12-2023 12:40:21:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 12-12-2023 12:40:21:ExecutionException.getCause is WebApplicationException as expected 12-12-2023 12:40:21:FINISHED TEST : postWithClassThrowsWebApplicationExceptionTest() 12-12-2023 12:40:21:[JAXRSCommonClient] Test setup OK 12-12-2023 12:40:21:STARTING TEST : methodWithCallbackThrowsProcessingExceptionTest() 12-12-2023 12:40:21: TRACE: [WIRE] - >> DELETE http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/delete 12-12-2023 12:40:21: TRACE: [WIRE] - >> 12-12-2023 12:40:21: TRACE: [WIRE] - >> GET http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/get 12-12-2023 12:40:21:Start time: 1702384821574 12-12-2023 12:40:21:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 12-12-2023 12:40:21:ExecutionException.getCause is ProcessingException as expected 12-12-2023 12:40:21:Start time: 1702384821594 12-12-2023 12:40:21: TRACE: [WIRE] - >> 12-12-2023 12:40:21:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 12-12-2023 12:40:21:ExecutionException.getCause is ProcessingException as expected 12-12-2023 12:40:21:Start time: 1702384821604 12-12-2023 12:40:21: TRACE: [WIRE] - >> OPTIONS http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/options 12-12-2023 12:40:21: TRACE: [WIRE] - >> 12-12-2023 12:40:21:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 12-12-2023 12:40:21:ExecutionException.getCause is ProcessingException as expected 12-12-2023 12:40:21:FINISHED TEST : methodWithCallbackThrowsProcessingExceptionTest() 12-12-2023 12:40:21:[JAXRSCommonClient] Test setup OK 12-12-2023 12:40:21:STARTING TEST : putWithClassThrowsProcessingExceptionTest() 12-12-2023 12:40:21: TRACE: [WIRE] - >> PUT http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/put 12-12-2023 12:40:21: TRACE: [WIRE] - >> Content-Type:*/* 12-12-2023 12:40:21:Start time: 1702384821617 12-12-2023 12:40:21:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 12-12-2023 12:40:21:ExecutionException.getCause is ProcessingException as expected 12-12-2023 12:40:21:FINISHED TEST : putWithClassThrowsProcessingExceptionTest() 12-12-2023 12:40:21:[JAXRSCommonClient] Test setup OK 12-12-2023 12:40:21:STARTING TEST : postWithCallbackWhileServerWaitTest() 12-12-2023 12:40:21: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postandwait 12-12-2023 12:40:21: TRACE: [WIRE] - >> Content-Type:*/* 12-12-2023 12:40:23: TRACE: [WIRE] - << 200 OK 12-12-2023 12:40:23: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:40:23: TRACE: [WIRE] - << Content-Length: 4 12-12-2023 12:40:23: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:40:23: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:40:21:Start time: 1702384821629 12-12-2023 12:40:21:Client was returned control in 1 milliseconds from request 12-12-2023 12:40:23:Callback#completed() called in 2004 milliseconds from request 12-12-2023 12:40:23:Returned status 200 (OK) 12-12-2023 12:40:23:Callback completed() call ok 12-12-2023 12:40:23:FINISHED TEST : postWithCallbackWhileServerWaitTest() 12-12-2023 12:40:23:[JAXRSCommonClient] Test setup OK 12-12-2023 12:40:23: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deletenotok 12-12-2023 12:40:23: TRACE: [WIRE] - >> 12-12-2023 12:40:23: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 12-12-2023 12:40:23: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:40:23: TRACE: [WIRE] - << Content-Length: 1172 12-12-2023 12:40:23: TRACE: [WIRE] - << Content-Language: 12-12-2023 12:40:23: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:40:23: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:40:23:STARTING TEST : deleteWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 12-12-2023 12:40:23:Start time: 1702384823663 12-12-2023 12:40:23:Returned status 406 (NOT_ACCEPTABLE) 12-12-2023 12:40:23:FINISHED TEST : deleteWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 12-12-2023 12:40:23:[JAXRSCommonClient] Test setup OK 12-12-2023 12:40:23:STARTING TEST : methodTest() 12-12-2023 12:40:23: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/delete 12-12-2023 12:40:23: TRACE: [WIRE] - >> 12-12-2023 12:40:23: TRACE: [WIRE] - << 200 OK 12-12-2023 12:40:23: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:40:23: TRACE: [WIRE] - << Content-Length: 6 12-12-2023 12:40:23: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:40:23:Start time: 1702384823679 12-12-2023 12:40:23: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:40:23:Returned status 200 (OK) 12-12-2023 12:40:23:Start time: 1702384823689 12-12-2023 12:40:23: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/get 12-12-2023 12:40:23: TRACE: [WIRE] - >> 12-12-2023 12:40:23: TRACE: [WIRE] - << 200 OK 12-12-2023 12:40:23: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:40:23: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:40:23: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:40:23: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:40:23:Returned status 200 (OK) 12-12-2023 12:40:23: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/options 12-12-2023 12:40:23: TRACE: [WIRE] - >> 12-12-2023 12:40:23: TRACE: [WIRE] - << 200 OK 12-12-2023 12:40:23:Start time: 1702384823699 12-12-2023 12:40:23: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:40:23: TRACE: [WIRE] - << Content-Length: 7 12-12-2023 12:40:23: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:40:23: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:40:23:Returned status 200 (OK) 12-12-2023 12:40:23:FINISHED TEST : methodTest() 12-12-2023 12:40:23:[JAXRSCommonClient] Test setup OK 12-12-2023 12:40:23: TRACE: [WIRE] - >> POST http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/post 12-12-2023 12:40:23: TRACE: [WIRE] - >> Content-Type:*/* 12-12-2023 12:40:23:STARTING TEST : postWithClassThrowsProcessingExceptionTest() 12-12-2023 12:40:23:Start time: 1702384823739 12-12-2023 12:40:23:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 12-12-2023 12:40:23:ExecutionException.getCause is ProcessingException as expected 12-12-2023 12:40:23:FINISHED TEST : postWithClassThrowsProcessingExceptionTest() 12-12-2023 12:40:23:[JAXRSCommonClient] Test setup OK 12-12-2023 12:40:23:STARTING TEST : methodWithResponseClassWithEntityWhileServerWaitTest() 12-12-2023 12:40:23: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putandwait 12-12-2023 12:40:23: TRACE: [WIRE] - >> Content-Type:*/* 12-12-2023 12:40:25: TRACE: [WIRE] - << 200 OK 12-12-2023 12:40:25: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:40:25: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:40:25: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:40:23:Start time: 1702384823749 12-12-2023 12:40:23:Client was returned control in 0 milliseconds from request 12-12-2023 12:40:25: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:40:25:Returned status 200 (OK) 12-12-2023 12:40:25:Start time: 1702384825759 12-12-2023 12:40:25: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postandwait 12-12-2023 12:40:25:Client was returned control in 1 milliseconds from request 12-12-2023 12:40:25: TRACE: [WIRE] - >> Content-Type:*/* 12-12-2023 12:40:27: TRACE: [WIRE] - << 200 OK 12-12-2023 12:40:27: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:40:27: TRACE: [WIRE] - << Content-Length: 4 12-12-2023 12:40:27: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:40:27: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:40:27:Returned status 200 (OK) 12-12-2023 12:40:27:FINISHED TEST : methodWithResponseClassWithEntityWhileServerWaitTest() 12-12-2023 12:40:27:[JAXRSCommonClient] Test setup OK 12-12-2023 12:40:27:STARTING TEST : putWithStringClassWhileServerWaitTest() 12-12-2023 12:40:27: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putandwait 12-12-2023 12:40:27: TRACE: [WIRE] - >> Content-Type:*/* 12-12-2023 12:40:29: TRACE: [WIRE] - << 200 OK 12-12-2023 12:40:29: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:40:27:Start time: 1702384827772 12-12-2023 12:40:27:Client was returned control in 1 milliseconds from request 12-12-2023 12:40:29: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:40:29: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:40:29: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:40:29:FINISHED TEST : putWithStringClassWhileServerWaitTest() 12-12-2023 12:40:29:[JAXRSCommonClient] Test setup OK 12-12-2023 12:40:29:STARTING TEST : deleteWhileServerWaitTest() 12-12-2023 12:40:29: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deleteandwait 12-12-2023 12:40:29: TRACE: [WIRE] - >> 12-12-2023 12:40:31: TRACE: [WIRE] - << 200 OK 12-12-2023 12:40:31: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:40:31: TRACE: [WIRE] - << Content-Length: 6 12-12-2023 12:40:31: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:40:31: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:40:29:Start time: 1702384829786 12-12-2023 12:40:29:Client was returned control in 0 milliseconds from request 12-12-2023 12:40:31:Returned status 200 (OK) 12-12-2023 12:40:31:FINISHED TEST : deleteWhileServerWaitTest() 12-12-2023 12:40:31:[JAXRSCommonClient] Test setup OK 12-12-2023 12:40:31:STARTING TEST : deleteWithGenericTypeThrowsWebApplicationExceptionTest() 12-12-2023 12:40:31: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deletenotok 12-12-2023 12:40:31: TRACE: [WIRE] - >> 12-12-2023 12:40:31: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 12-12-2023 12:40:31: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:40:31: TRACE: [WIRE] - << Content-Length: 1172 12-12-2023 12:40:31:Start time: 1702384831806 12-12-2023 12:40:31: TRACE: [WIRE] - << Content-Language: 12-12-2023 12:40:31: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:40:31: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:40:31:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 12-12-2023 12:40:31:ExecutionException.getCause is WebApplicationException as expected 12-12-2023 12:40:31:FINISHED TEST : deleteWithGenericTypeThrowsWebApplicationExceptionTest() 12-12-2023 12:40:31:[JAXRSCommonClient] Test setup OK 12-12-2023 12:40:31:STARTING TEST : postWithClassThrowsNoWebApplicationExceptionForResponseTest() 12-12-2023 12:40:31: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postnotok 12-12-2023 12:40:31: TRACE: [WIRE] - >> Content-Type:*/* 12-12-2023 12:40:31: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 12-12-2023 12:40:31: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:40:31: TRACE: [WIRE] - << Content-Length: 1172 12-12-2023 12:40:31: TRACE: [WIRE] - << Content-Language: 12-12-2023 12:40:31: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:40:31:Start time: 1702384831819 12-12-2023 12:40:31: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:40:31:Returned status 406 (NOT_ACCEPTABLE) 12-12-2023 12:40:31:FINISHED TEST : postWithClassThrowsNoWebApplicationExceptionForResponseTest() 12-12-2023 12:40:31:[JAXRSCommonClient] Test setup OK 12-12-2023 12:40:31:STARTING TEST : traceWithClassThrowsProcessingExceptionTest() 12-12-2023 12:40:31:Start time: 170238483183112-12-2023 12:40:31: TRACE: [WIRE] - >> TRACE http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/trace 12-12-2023 12:40:31: TRACE: [WIRE] - >> 12-12-2023 12:40:31:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 12-12-2023 12:40:31:ExecutionException.getCause is ProcessingException as expected 12-12-2023 12:40:31:FINISHED TEST : traceWithClassThrowsProcessingExceptionTest() 12-12-2023 12:40:31:[JAXRSCommonClient] Test setup OK 12-12-2023 12:40:31:STARTING TEST : methodWithCallbackWithEntityThrowsNoWebApplicationExceptionForResponseTest() 12-12-2023 12:40:31: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putnotok 12-12-2023 12:40:31: TRACE: [WIRE] - >> Content-Type:*/* 12-12-2023 12:40:31: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 12-12-2023 12:40:31: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:40:31: TRACE: [WIRE] - << Content-Length: 1172 12-12-2023 12:40:31: TRACE: [WIRE] - << Content-Language: 12-12-2023 12:40:31:Start time: 1702384831848 12-12-2023 12:40:31: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:40:31: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:40:31:Returned status 406 (NOT_ACCEPTABLE) 12-12-2023 12:40:31:Start time: 1702384831858 12-12-2023 12:40:31: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postnotok 12-12-2023 12:40:31: TRACE: [WIRE] - >> Content-Type:*/* 12-12-2023 12:40:31: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 12-12-2023 12:40:31: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:40:31: TRACE: [WIRE] - << Content-Length: 1172 12-12-2023 12:40:31: TRACE: [WIRE] - << Content-Language: 12-12-2023 12:40:31: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:40:31: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:40:31:Returned status 406 (NOT_ACCEPTABLE) 12-12-2023 12:40:31:FINISHED TEST : methodWithCallbackWithEntityThrowsNoWebApplicationExceptionForResponseTest() 12-12-2023 12:40:31:[JAXRSCommonClient] Test setup OK 12-12-2023 12:40:31:STARTING TEST : headWithCallbackWhileServerWaitTest() 12-12-2023 12:40:31: TRACE: [WIRE] - >> HEAD http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/headandwait 12-12-2023 12:40:31: TRACE: [WIRE] - >> 12-12-2023 12:40:33: TRACE: [WIRE] - << 200 OK 12-12-2023 12:40:33: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:40:33: TRACE: [WIRE] - << Content-Length: 4 12-12-2023 12:40:33: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:40:31:Start time: 1702384831869 12-12-2023 12:40:31:Client was returned control in 1 milliseconds from request 12-12-2023 12:40:33: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:40:33:Callback#completed() called in 2003 milliseconds from request 12-12-2023 12:40:33:Returned status 200 (OK) 12-12-2023 12:40:33:Callback completed() call ok 12-12-2023 12:40:33:FINISHED TEST : headWithCallbackWhileServerWaitTest() 12-12-2023 12:40:33:[JAXRSCommonClient] Test setup OK 12-12-2023 12:40:33: TRACE: [WIRE] - >> PUT http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/put 12-12-2023 12:40:33:STARTING TEST : putThrowsProcessingExceptionTest() 12-12-2023 12:40:33: TRACE: [WIRE] - >> Content-Type:*/* 12-12-2023 12:40:33:Start time: 1702384833881 12-12-2023 12:40:33:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 12-12-2023 12:40:33:ExecutionException.getCause is ProcessingException as expected 12-12-2023 12:40:33:FINISHED TEST : putThrowsProcessingExceptionTest() 12-12-2023 12:40:33:[JAXRSCommonClient] Test setup OK 12-12-2023 12:40:33: TRACE: [WIRE] - >> DELETE http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/delete 12-12-2023 12:40:33:STARTING TEST : deleteWithGenericTypeThrowsProcessingExceptionTest() 12-12-2023 12:40:33: TRACE: [WIRE] - >> 12-12-2023 12:40:33:Start time: 1702384833890 12-12-2023 12:40:33:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 12-12-2023 12:40:33:ExecutionException.getCause is ProcessingException as expected 12-12-2023 12:40:33:FINISHED TEST : deleteWithGenericTypeThrowsProcessingExceptionTest() 12-12-2023 12:40:33:[JAXRSCommonClient] Test setup OK 12-12-2023 12:40:33:STARTING TEST : putWhileServerWaitTest() 12-12-2023 12:40:33: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putandwait 12-12-2023 12:40:33: TRACE: [WIRE] - >> Content-Type:*/* 12-12-2023 12:40:35: TRACE: [WIRE] - << 200 OK 12-12-2023 12:40:35: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:40:35: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:40:35: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:40:35: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:40:33:Start time: 1702384833898 12-12-2023 12:40:33:Client was returned control in 1 milliseconds from request 12-12-2023 12:40:35:Returned status 200 (OK) 12-12-2023 12:40:35:FINISHED TEST : putWhileServerWaitTest() 12-12-2023 12:40:35:[JAXRSCommonClient] Test setup OK 12-12-2023 12:40:35:STARTING TEST : getWithStringClassWhileServerWaitTest() 12-12-2023 12:40:35: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getandwait 12-12-2023 12:40:35: TRACE: [WIRE] - >> 12-12-2023 12:40:37: TRACE: [WIRE] - << 200 OK 12-12-2023 12:40:37: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:40:37: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:40:37: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:40:37: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:40:35:Start time: 1702384835917 12-12-2023 12:40:35:Client was returned control in 1 milliseconds from request 12-12-2023 12:40:37:FINISHED TEST : getWithStringClassWhileServerWaitTest() 12-12-2023 12:40:37:[JAXRSCommonClient] Test setup OK 12-12-2023 12:40:37: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/tracenotok 12-12-2023 12:40:37:STARTING TEST : traceWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 12-12-2023 12:40:37:Start time: 1702384837928 12-12-2023 12:40:37: TRACE: [WIRE] - >> 12-12-2023 12:40:37: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 12-12-2023 12:40:37: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:40:37: TRACE: [WIRE] - << Content-Length: 1172 12-12-2023 12:40:37: TRACE: [WIRE] - << Content-Language: 12-12-2023 12:40:37: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:40:37: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:40:37:Returned status 406 (NOT_ACCEPTABLE) 12-12-2023 12:40:37:FINISHED TEST : traceWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 12-12-2023 12:40:37:[JAXRSCommonClient] Test setup OK 12-12-2023 12:40:37: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deleteandwait 12-12-2023 12:40:37: TRACE: [WIRE] - >> 12-12-2023 12:40:39: TRACE: [WIRE] - << 200 OK 12-12-2023 12:40:39: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:40:37:STARTING TEST : deleteWithCallbackWhileServerWaitTest() 12-12-2023 12:40:37:Start time: 1702384837938 12-12-2023 12:40:37:Client was returned control in 1 milliseconds from request 12-12-2023 12:40:39: TRACE: [WIRE] - << Content-Length: 6 12-12-2023 12:40:39: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:40:39: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:40:39:Callback#completed() called in 2004 milliseconds from request 12-12-2023 12:40:39:Returned status 200 (OK) 12-12-2023 12:40:39:Callback completed() call ok 12-12-2023 12:40:39:FINISHED TEST : deleteWithCallbackWhileServerWaitTest() 12-12-2023 12:40:39:[JAXRSCommonClient] Test setup OK 12-12-2023 12:40:39: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/tracenotok 12-12-2023 12:40:39:STARTING TEST : traceWithGenericTypeThrowsWebApplicationExceptionTest() 12-12-2023 12:40:39:Start time: 1702384839950 12-12-2023 12:40:39: TRACE: [WIRE] - >> 12-12-2023 12:40:39: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 12-12-2023 12:40:39: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:40:39: TRACE: [WIRE] - << Content-Length: 1172 12-12-2023 12:40:39: TRACE: [WIRE] - << Content-Language: 12-12-2023 12:40:39: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:40:39: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:40:39:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 12-12-2023 12:40:39:ExecutionException.getCause is WebApplicationException as expected 12-12-2023 12:40:39:FINISHED TEST : traceWithGenericTypeThrowsWebApplicationExceptionTest() 12-12-2023 12:40:39:[JAXRSCommonClient] Test setup OK 12-12-2023 12:40:39:STARTING TEST : deleteWithStringClassWhileServerWaitTest()12-12-2023 12:40:39: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deleteandwait 12-12-2023 12:40:39: TRACE: [WIRE] - >> 12-12-2023 12:40:41: TRACE: [WIRE] - << 200 OK 12-12-2023 12:40:41: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:40:39:Start time: 1702384839960 12-12-2023 12:40:39:Client was returned control in 0 milliseconds from request 12-12-2023 12:40:41: TRACE: [WIRE] - << Content-Length: 6 12-12-2023 12:40:41: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:40:41: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:40:41:FINISHED TEST : deleteWithStringClassWhileServerWaitTest() 12-12-2023 12:40:41:[JAXRSCommonClient] Test setup OK 12-12-2023 12:40:41: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/traceandwait 12-12-2023 12:40:41:STARTING TEST : traceWithStringClassWhileServerWaitTest() 12-12-2023 12:40:41:Start time: 1702384841971 12-12-2023 12:40:41:Client was returned control in 0 milliseconds from request12-12-2023 12:40:41: TRACE: [WIRE] - >> 12-12-2023 12:40:43: TRACE: [WIRE] - << 200 OK 12-12-2023 12:40:43: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:40:43: TRACE: [WIRE] - << Content-Length: 5 12-12-2023 12:40:43: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:40:43: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:40:43:FINISHED TEST : traceWithStringClassWhileServerWaitTest() 12-12-2023 12:40:43:[JAXRSCommonClient] Test setup OK 12-12-2023 12:40:43:STARTING TEST : optionsTest() 12-12-2023 12:40:43: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/options 12-12-2023 12:40:43: TRACE: [WIRE] - >> 12-12-2023 12:40:43: TRACE: [WIRE] - << 200 OK 12-12-2023 12:40:43: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:40:43: TRACE: [WIRE] - << Content-Length: 7 12-12-2023 12:40:43: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:40:43:Start time: 1702384843983 12-12-2023 12:40:43: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:40:43:Returned status 200 (OK) 12-12-2023 12:40:43:FINISHED TEST : optionsTest() 12-12-2023 12:40:43:[JAXRSCommonClient] Test setup OK 12-12-2023 12:40:43:STARTING TEST : getWithGenericTypeThrowsWebApplicationExceptionTest() 12-12-2023 12:40:43: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getnotok 12-12-2023 12:40:43: TRACE: [WIRE] - >> 12-12-2023 12:40:43: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 12-12-2023 12:40:43: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:40:43: TRACE: [WIRE] - << Content-Length: 1172 12-12-2023 12:40:43: TRACE: [WIRE] - << Content-Language: 12-12-2023 12:40:43: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:40:43: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:40:43:Start time: 1702384843993 12-12-2023 12:40:43:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 12-12-2023 12:40:43:ExecutionException.getCause is WebApplicationException as expected 12-12-2023 12:40:43:FINISHED TEST : getWithGenericTypeThrowsWebApplicationExceptionTest() 12-12-2023 12:40:43:[JAXRSCommonClient] Test setup OK 12-12-2023 12:40:43:STARTING TEST : optionsWithCallbackThrowsWebApplicationExceptionTest() 12-12-2023 12:40:44: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsnotok 12-12-2023 12:40:44: TRACE: [WIRE] - >> 12-12-2023 12:40:44: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 12-12-2023 12:40:44: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:40:44: TRACE: [WIRE] - << Content-Length: 1172 12-12-2023 12:40:44: TRACE: [WIRE] - << Content-Language: 12-12-2023 12:40:44: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:40:44: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:40:44:Start time: 1702384844010 12-12-2023 12:40:44:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 12-12-2023 12:40:44:ExecutionException.getCause is WebApplicationException as expected 12-12-2023 12:40:44:FINISHED TEST : optionsWithCallbackThrowsWebApplicationExceptionTest() 12-12-2023 12:40:44:[JAXRSCommonClient] Test setup OK 12-12-2023 12:40:44:STARTING TEST : postWithResponseClassWhileServerWaitTest() 12-12-2023 12:40:44: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postandwait 12-12-2023 12:40:44: TRACE: [WIRE] - >> Content-Type:*/* 12-12-2023 12:40:46: TRACE: [WIRE] - << 200 OK 12-12-2023 12:40:46: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:40:46: TRACE: [WIRE] - << Content-Length: 4 12-12-2023 12:40:44:Start time: 1702384844021 12-12-2023 12:40:44:Client was returned control in 0 milliseconds from request 12-12-2023 12:40:46: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:40:46: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:40:46:Returned status 200 (OK) 12-12-2023 12:40:46:FINISHED TEST : postWithResponseClassWhileServerWaitTest() 12-12-2023 12:40:46:[JAXRSCommonClient] Test setup OK 12-12-2023 12:40:46: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsandwait 12-12-2023 12:40:46: TRACE: [WIRE] - >> 12-12-2023 12:40:48: TRACE: [WIRE] - << 200 OK 12-12-2023 12:40:48: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:40:48: TRACE: [WIRE] - << Content-Length: 7 12-12-2023 12:40:48: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:40:46:STARTING TEST : optionsWithResponseClassWhileServerWaitTest() 12-12-2023 12:40:46:Start time: 1702384846032 12-12-2023 12:40:46:Client was returned control in 0 milliseconds from request 12-12-2023 12:40:48: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:40:48:Returned status 200 (OK) 12-12-2023 12:40:48:FINISHED TEST : optionsWithResponseClassWhileServerWaitTest() 12-12-2023 12:40:48:[JAXRSCommonClient] Test setup OK 12-12-2023 12:40:48: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deletenotok 12-12-2023 12:40:48:STARTING TEST : deleteWithCallbackThrowsNoWebApplicationExceptionForResponseTest() 12-12-2023 12:40:48:Start time: 1702384848043 12-12-2023 12:40:48: TRACE: [WIRE] - >> 12-12-2023 12:40:48: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 12-12-2023 12:40:48: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:40:48: TRACE: [WIRE] - << Content-Length: 1172 12-12-2023 12:40:48: TRACE: [WIRE] - << Content-Language: 12-12-2023 12:40:48: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:40:48: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:40:48:Returned status 406 (NOT_ACCEPTABLE) 12-12-2023 12:40:48:FINISHED TEST : deleteWithCallbackThrowsNoWebApplicationExceptionForResponseTest() 12-12-2023 12:40:48:[JAXRSCommonClient] Test setup OK 12-12-2023 12:40:48:STARTING TEST : methodWithClassWithEntityThrowsNoWebApplicationExceptionForResponseTest()12-12-2023 12:40:48: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putnotok 12-12-2023 12:40:48: TRACE: [WIRE] - >> Content-Type:*/* 12-12-2023 12:40:48: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 12-12-2023 12:40:48: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:40:48: TRACE: [WIRE] - << Content-Length: 1172 12-12-2023 12:40:48: TRACE: [WIRE] - << Content-Language: 12-12-2023 12:40:48:Start time: 1702384848054 12-12-2023 12:40:48: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:40:48: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:40:48:Returned status 406 (NOT_ACCEPTABLE) 12-12-2023 12:40:48:Start time: 1702384848064 12-12-2023 12:40:48: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postnotok 12-12-2023 12:40:48: TRACE: [WIRE] - >> Content-Type:*/* 12-12-2023 12:40:48: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 12-12-2023 12:40:48: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:40:48: TRACE: [WIRE] - << Content-Length: 1172 12-12-2023 12:40:48: TRACE: [WIRE] - << Content-Language: 12-12-2023 12:40:48: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:40:48: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:40:48:Returned status 406 (NOT_ACCEPTABLE) 12-12-2023 12:40:48:FINISHED TEST : methodWithClassWithEntityThrowsNoWebApplicationExceptionForResponseTest() 12-12-2023 12:40:48:[JAXRSCommonClient] Test setup OK 12-12-2023 12:40:48: TRACE: [WIRE] - >> HEAD http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/head 12-12-2023 12:40:48:STARTING TEST : headWithCallbackStringThrowsProcessingExceptionTest() 12-12-2023 12:40:48:Start time: 1702384848075 12-12-2023 12:40:48: TRACE: [WIRE] - >> 12-12-2023 12:40:48:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 12-12-2023 12:40:48:ExecutionException.getCause is ProcessingException as expected 12-12-2023 12:40:48:FINISHED TEST : headWithCallbackStringThrowsProcessingExceptionTest() 12-12-2023 12:40:48:[JAXRSCommonClient] Test setup OK 12-12-2023 12:40:48:STARTING TEST : putTest() 12-12-2023 12:40:48: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/put 12-12-2023 12:40:48: TRACE: [WIRE] - >> Content-Type:*/* 12-12-2023 12:40:48: TRACE: [WIRE] - << 200 OK 12-12-2023 12:40:48: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:40:48: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:40:48: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:40:48: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:40:48:Start time: 1702384848094 12-12-2023 12:40:48:Returned status 200 (OK) 12-12-2023 12:40:48:FINISHED TEST : putTest() 12-12-2023 12:40:48:[JAXRSCommonClient] Test setup OK 12-12-2023 12:40:48:STARTING TEST : putWithCallbackThrowsNoWebApplicationExceptionForResponseTest() 12-12-2023 12:40:48: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putnotok 12-12-2023 12:40:48: TRACE: [WIRE] - >> Content-Type:*/* 12-12-2023 12:40:48: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 12-12-2023 12:40:48: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:40:48:Start time: 1702384848113 12-12-2023 12:40:48: TRACE: [WIRE] - << Content-Length: 1172 12-12-2023 12:40:48: TRACE: [WIRE] - << Content-Language: 12-12-2023 12:40:48: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:40:48: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:40:48:Returned status 406 (NOT_ACCEPTABLE) 12-12-2023 12:40:48:FINISHED TEST : putWithCallbackThrowsNoWebApplicationExceptionForResponseTest() 12-12-2023 12:40:48:[JAXRSCommonClient] Test setup OK 12-12-2023 12:40:48:STARTING TEST : methodWithGenericTypeWithEntityThrowsWebApplicationExceptionTest() 12-12-2023 12:40:48: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putnotok 12-12-2023 12:40:48: TRACE: [WIRE] - >> Content-Type:*/* 12-12-2023 12:40:48: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 12-12-2023 12:40:48: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:40:48:Start time: 1702384848135 12-12-2023 12:40:48: TRACE: [WIRE] - << Content-Length: 1172 12-12-2023 12:40:48: TRACE: [WIRE] - << Content-Language: 12-12-2023 12:40:48: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:40:48: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:40:48:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 12-12-2023 12:40:48:ExecutionException.getCause is WebApplicationException as expected 12-12-2023 12:40:48:Start time: 1702384848145 12-12-2023 12:40:48: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postnotok 12-12-2023 12:40:48: TRACE: [WIRE] - >> Content-Type:*/* 12-12-2023 12:40:48: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 12-12-2023 12:40:48: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:40:48: TRACE: [WIRE] - << Content-Length: 1172 12-12-2023 12:40:48: TRACE: [WIRE] - << Content-Language: 12-12-2023 12:40:48: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:40:48: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:40:48:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 12-12-2023 12:40:48:ExecutionException.getCause is WebApplicationException as expected 12-12-2023 12:40:48:FINISHED TEST : methodWithGenericTypeWithEntityThrowsWebApplicationExceptionTest() 12-12-2023 12:40:48:[JAXRSCommonClient] Test setup OK 12-12-2023 12:40:48:STARTING TEST : postWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 12-12-2023 12:40:48: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postnotok 12-12-2023 12:40:48: TRACE: [WIRE] - >> Content-Type:*/* 12-12-2023 12:40:48: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 12-12-2023 12:40:48: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:40:48:Start time: 1702384848156 12-12-2023 12:40:48: TRACE: [WIRE] - << Content-Length: 1172 12-12-2023 12:40:48: TRACE: [WIRE] - << Content-Language: 12-12-2023 12:40:48: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:40:48: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:40:48:Returned status 406 (NOT_ACCEPTABLE) 12-12-2023 12:40:48:FINISHED TEST : postWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 12-12-2023 12:40:48:[JAXRSCommonClient] Test setup OK 12-12-2023 12:40:48:STARTING TEST : getTest() 12-12-2023 12:40:48: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/get 12-12-2023 12:40:48: TRACE: [WIRE] - >> 12-12-2023 12:40:48: TRACE: [WIRE] - << 200 OK 12-12-2023 12:40:48: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:40:48: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:40:48:Start time: 1702384848169 12-12-2023 12:40:48: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:40:48: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:40:48:Returned status 200 (OK) 12-12-2023 12:40:48:FINISHED TEST : getTest() 12-12-2023 12:40:48:[JAXRSCommonClient] Test setup OK 12-12-2023 12:40:48:STARTING TEST : postWithCallbackThrowsWebApplicationExceptionTest()12-12-2023 12:40:48: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postnotok 12-12-2023 12:40:48: TRACE: [WIRE] - >> Content-Type:*/* 12-12-2023 12:40:48: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 12-12-2023 12:40:48: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:40:48: TRACE: [WIRE] - << Content-Length: 1172 12-12-2023 12:40:48: TRACE: [WIRE] - << Content-Language: 12-12-2023 12:40:48:Start time: 1702384848182 12-12-2023 12:40:48: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:40:48: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:40:48:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 12-12-2023 12:40:48:ExecutionException.getCause is WebApplicationException as expected 12-12-2023 12:40:48:FINISHED TEST : postWithCallbackThrowsWebApplicationExceptionTest() 12-12-2023 12:40:48:[JAXRSCommonClient] Test setup OK 12-12-2023 12:40:48: TRACE: [WIRE] - >> GET http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/get 12-12-2023 12:40:48: TRACE: [WIRE] - >> 12-12-2023 12:40:48:STARTING TEST : getWithCallbackStringThrowsProcessingExceptionTest() 12-12-2023 12:40:48:Start time: 1702384848193 12-12-2023 12:40:48:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 12-12-2023 12:40:48:ExecutionException.getCause is ProcessingException as expected 12-12-2023 12:40:48:FINISHED TEST : getWithCallbackStringThrowsProcessingExceptionTest() 12-12-2023 12:40:48:[JAXRSCommonClient] Test setup OK 12-12-2023 12:40:48:STARTING TEST : traceWithCallbackThrowsNoWebApplicationExceptionForResponseTest() 12-12-2023 12:40:48: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/tracenotok 12-12-2023 12:40:48: TRACE: [WIRE] - >> 12-12-2023 12:40:48: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 12-12-2023 12:40:48: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:40:48: TRACE: [WIRE] - << Content-Length: 1172 12-12-2023 12:40:48: TRACE: [WIRE] - << Content-Language: 12-12-2023 12:40:48:Start time: 1702384848201 12-12-2023 12:40:48: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:40:48: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:40:48:Returned status 406 (NOT_ACCEPTABLE) 12-12-2023 12:40:48:FINISHED TEST : traceWithCallbackThrowsNoWebApplicationExceptionForResponseTest() 12-12-2023 12:40:48:[JAXRSCommonClient] Test setup OK 12-12-2023 12:40:48:STARTING TEST : methodThrowsProcessingExceptionTest() 12-12-2023 12:40:48: TRACE: [WIRE] - >> DELETE http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/delete 12-12-2023 12:40:48: TRACE: [WIRE] - >> 12-12-2023 12:40:48: TRACE: [WIRE] - >> GET http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/get 12-12-2023 12:40:48:Start time: 1702384848236 12-12-2023 12:40:48:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 12-12-2023 12:40:48:ExecutionException.getCause is ProcessingException as expected 12-12-2023 12:40:48:Start time: 1702384848251 12-12-2023 12:40:48: TRACE: [WIRE] - >> 12-12-2023 12:40:48:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 12-12-2023 12:40:48: TRACE: [WIRE] - >> OPTIONS http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/options 12-12-2023 12:40:48:ExecutionException.getCause is ProcessingException as expected 12-12-2023 12:40:48:Start time: 1702384848258 12-12-2023 12:40:48: TRACE: [WIRE] - >> 12-12-2023 12:40:48:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 12-12-2023 12:40:48:ExecutionException.getCause is ProcessingException as expected 12-12-2023 12:40:48:FINISHED TEST : methodThrowsProcessingExceptionTest() 12-12-2023 12:40:48:[JAXRSCommonClient] Test setup OK 12-12-2023 12:40:48:STARTING TEST : methodWithCallbackThrowsNoWebApplicationExceptionForResponseTest() 12-12-2023 12:40:48: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deletenotok 12-12-2023 12:40:48: TRACE: [WIRE] - >> 12-12-2023 12:40:48: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 12-12-2023 12:40:48: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:40:48: TRACE: [WIRE] - << Content-Length: 1172 12-12-2023 12:40:48: TRACE: [WIRE] - << Content-Language: 12-12-2023 12:40:48: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:40:48: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:40:48:Start time: 1702384848268 12-12-2023 12:40:48:Returned status 406 (NOT_ACCEPTABLE) 12-12-2023 12:40:48:Start time: 1702384848276 12-12-2023 12:40:48: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getnotok 12-12-2023 12:40:48: TRACE: [WIRE] - >> 12-12-2023 12:40:48: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 12-12-2023 12:40:48: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:40:48: TRACE: [WIRE] - << Content-Length: 1172 12-12-2023 12:40:48: TRACE: [WIRE] - << Content-Language: 12-12-2023 12:40:48: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:40:48: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:40:48:Returned status 406 (NOT_ACCEPTABLE) 12-12-2023 12:40:48:Start time: 1702384848285 12-12-2023 12:40:48: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsnotok 12-12-2023 12:40:48: TRACE: [WIRE] - >> 12-12-2023 12:40:48: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 12-12-2023 12:40:48: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:40:48: TRACE: [WIRE] - << Content-Length: 1172 12-12-2023 12:40:48: TRACE: [WIRE] - << Content-Language: 12-12-2023 12:40:48: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:40:48: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:40:48:Returned status 406 (NOT_ACCEPTABLE) 12-12-2023 12:40:48:FINISHED TEST : methodWithCallbackThrowsNoWebApplicationExceptionForResponseTest() 12-12-2023 12:40:48:[JAXRSCommonClient] Test setup OK 12-12-2023 12:40:48:STARTING TEST : getWithCallbackThrowsNoWebApplicationExceptionForResponseTest() 12-12-2023 12:40:48: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getnotok 12-12-2023 12:40:48: TRACE: [WIRE] - >> 12-12-2023 12:40:48: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 12-12-2023 12:40:48: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:40:48: TRACE: [WIRE] - << Content-Length: 1172 12-12-2023 12:40:48: TRACE: [WIRE] - << Content-Language: 12-12-2023 12:40:48: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:40:48:Start time: 1702384848295 12-12-2023 12:40:48: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:40:48:Returned status 406 (NOT_ACCEPTABLE) 12-12-2023 12:40:48:FINISHED TEST : getWithCallbackThrowsNoWebApplicationExceptionForResponseTest() 12-12-2023 12:40:48:[JAXRSCommonClient] Test setup OK 12-12-2023 12:40:48:STARTING TEST : putWithGenericTypeResponseWhileServerWaitTest() 12-12-2023 12:40:48: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putandwait 12-12-2023 12:40:48: TRACE: [WIRE] - >> Content-Type:*/* 12-12-2023 12:40:50: TRACE: [WIRE] - << 200 OK 12-12-2023 12:40:50: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:40:50: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:40:50: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:40:48:Start time: 1702384848305 12-12-2023 12:40:48:Client was returned control in 0 milliseconds from request 12-12-2023 12:40:50: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:40:50:Returned status 200 (OK) 12-12-2023 12:40:50:FINISHED TEST : putWithGenericTypeResponseWhileServerWaitTest() 12-12-2023 12:40:50:[JAXRSCommonClient] Test setup OK 12-12-2023 12:40:50:STARTING TEST : postWithCallbackThrowsNoWebApplicationExceptionForResponseTest() 12-12-2023 12:40:50: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postnotok 12-12-2023 12:40:50: TRACE: [WIRE] - >> Content-Type:*/* 12-12-2023 12:40:50: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 12-12-2023 12:40:50: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:40:50: TRACE: [WIRE] - << Content-Length: 1172 12-12-2023 12:40:50: TRACE: [WIRE] - << Content-Language: 12-12-2023 12:40:50: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:40:50: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:40:50:Start time: 1702384850316 12-12-2023 12:40:50:Returned status 406 (NOT_ACCEPTABLE) 12-12-2023 12:40:50:FINISHED TEST : postWithCallbackThrowsNoWebApplicationExceptionForResponseTest() 12-12-2023 12:40:50:[JAXRSCommonClient] Test setup OK 12-12-2023 12:40:50:STARTING TEST : deleteWithCallbackStringThrowsWebApplicationExceptionTest() 12-12-2023 12:40:50: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deletenotok 12-12-2023 12:40:50: TRACE: [WIRE] - >> 12-12-2023 12:40:50: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 12-12-2023 12:40:50: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:40:50: TRACE: [WIRE] - << Content-Length: 1172 12-12-2023 12:40:50: TRACE: [WIRE] - << Content-Language: 12-12-2023 12:40:50: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:40:50:Start time: 1702384850334 12-12-2023 12:40:50: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:40:50:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 12-12-2023 12:40:50:ExecutionException.getCause is WebApplicationException as expected 12-12-2023 12:40:50:FINISHED TEST : deleteWithCallbackStringThrowsWebApplicationExceptionTest() 12-12-2023 12:40:50:[JAXRSCommonClient] Test setup OK 12-12-2023 12:40:50:STARTING TEST : getWithCallbackWhileServerWaitTest() 12-12-2023 12:40:50: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getandwait 12-12-2023 12:40:50: TRACE: [WIRE] - >> 12-12-2023 12:40:52: TRACE: [WIRE] - << 200 OK 12-12-2023 12:40:52: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:40:52: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:40:52: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:40:52: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:40:50:Start time: 1702384850345 12-12-2023 12:40:50:Client was returned control in 0 milliseconds from request 12-12-2023 12:40:52:Callback#completed() called in 2003 milliseconds from request 12-12-2023 12:40:52:Returned status 200 (OK) 12-12-2023 12:40:52:Callback completed() call ok 12-12-2023 12:40:52:FINISHED TEST : getWithCallbackWhileServerWaitTest() 12-12-2023 12:40:52:[JAXRSCommonClient] Test setup OK 12-12-2023 12:40:52:STARTING TEST : postWithGenericTypeResponseWhileServerWaitTest() 12-12-2023 12:40:52: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postandwait 12-12-2023 12:40:52: TRACE: [WIRE] - >> Content-Type:*/* 12-12-2023 12:40:54: TRACE: [WIRE] - << 200 OK 12-12-2023 12:40:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:40:54: TRACE: [WIRE] - << Content-Length: 4 12-12-2023 12:40:54: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:40:54: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:40:52:Start time: 1702384852355 12-12-2023 12:40:52:Client was returned control in 1 milliseconds from request 12-12-2023 12:40:54:Returned status 200 (OK) 12-12-2023 12:40:54:FINISHED TEST : postWithGenericTypeResponseWhileServerWaitTest() 12-12-2023 12:40:54:[JAXRSCommonClient] Test setup OK 12-12-2023 12:40:54: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putandwait 12-12-2023 12:40:54:STARTING TEST : putWithCallbackWhileServerWaitTest() 12-12-2023 12:40:54:Start time: 1702384854366 12-12-2023 12:40:54: TRACE: [WIRE] - >> Content-Type:*/* 12-12-2023 12:40:56: TRACE: [WIRE] - << 200 OK 12-12-2023 12:40:56: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:40:54:Client was returned control in 1 milliseconds from request 12-12-2023 12:40:56: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:40:56: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:40:56: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:40:56:Callback#completed() called in 2004 milliseconds from request 12-12-2023 12:40:56:Returned status 200 (OK) 12-12-2023 12:40:56:Callback completed() call ok 12-12-2023 12:40:56:FINISHED TEST : putWithCallbackWhileServerWaitTest() 12-12-2023 12:40:56:[JAXRSCommonClient] Test setup OK 12-12-2023 12:40:56: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getnotok 12-12-2023 12:40:56: TRACE: [WIRE] - >> 12-12-2023 12:40:56: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 12-12-2023 12:40:56: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:40:56: TRACE: [WIRE] - << Content-Length: 1172 12-12-2023 12:40:56: TRACE: [WIRE] - << Content-Language: 12-12-2023 12:40:56: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:40:56:STARTING TEST : getWithCallbackStringThrowsWebApplicationExceptionTest() 12-12-2023 12:40:56:Start time: 1702384856377 12-12-2023 12:40:56: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:40:56:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 12-12-2023 12:40:56:ExecutionException.getCause is WebApplicationException as expected 12-12-2023 12:40:56:FINISHED TEST : getWithCallbackStringThrowsWebApplicationExceptionTest() 12-12-2023 12:40:56:[JAXRSCommonClient] Test setup OK 12-12-2023 12:40:56:STARTING TEST : methodWithClassThrowsWebApplicationExceptionTest() 12-12-2023 12:40:56: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deletenotok 12-12-2023 12:40:56: TRACE: [WIRE] - >> 12-12-2023 12:40:56: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 12-12-2023 12:40:56: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:40:56: TRACE: [WIRE] - << Content-Length: 1172 12-12-2023 12:40:56: TRACE: [WIRE] - << Content-Language: 12-12-2023 12:40:56: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:40:56: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:40:56:Start time: 1702384856388 12-12-2023 12:40:56:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 12-12-2023 12:40:56:ExecutionException.getCause is WebApplicationException as expected 12-12-2023 12:40:56:Start time: 1702384856397 12-12-2023 12:40:56: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getnotok 12-12-2023 12:40:56: TRACE: [WIRE] - >> 12-12-2023 12:40:56: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 12-12-2023 12:40:56: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:40:56: TRACE: [WIRE] - << Content-Length: 1172 12-12-2023 12:40:56: TRACE: [WIRE] - << Content-Language: 12-12-2023 12:40:56: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:40:56: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:40:56:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 12-12-2023 12:40:56:ExecutionException.getCause is WebApplicationException as expected 12-12-2023 12:40:56:Start time: 1702384856405 12-12-2023 12:40:56: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsnotok 12-12-2023 12:40:56: TRACE: [WIRE] - >> 12-12-2023 12:40:56: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 12-12-2023 12:40:56: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:40:56: TRACE: [WIRE] - << Content-Length: 1172 12-12-2023 12:40:56: TRACE: [WIRE] - << Content-Language: 12-12-2023 12:40:56: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:40:56: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:40:56:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 12-12-2023 12:40:56:ExecutionException.getCause is WebApplicationException as expected 12-12-2023 12:40:56:FINISHED TEST : methodWithClassThrowsWebApplicationExceptionTest() 12-12-2023 12:40:56:[JAXRSCommonClient] Test setup OK 12-12-2023 12:40:56:STARTING TEST : getWithCallbackStringWhileServerWaitTest() 12-12-2023 12:40:56:Start time: 1702384856421 12-12-2023 12:40:56:Client was returned control in 0 milliseconds from request 12-12-2023 12:40:56: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getandwait 12-12-2023 12:40:56: TRACE: [WIRE] - >> 12-12-2023 12:40:58: TRACE: [WIRE] - << 200 OK 12-12-2023 12:40:58: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:40:58: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:40:58: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:40:58: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:40:58:Callback#completed() called in 2002 milliseconds from request 12-12-2023 12:40:58:Callback completed() call ok 12-12-2023 12:40:58:FINISHED TEST : getWithCallbackStringWhileServerWaitTest() 12-12-2023 12:40:58:[JAXRSCommonClient] Test setup OK 12-12-2023 12:40:58:STARTING TEST : deleteThrowsExceptionTest() 12-12-2023 12:40:58: TRACE: [WIRE] - >> DELETE http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/delete 12-12-2023 12:40:58: TRACE: [WIRE] - >> 12-12-2023 12:40:58:Start time: 1702384858533 12-12-2023 12:40:58:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 12-12-2023 12:40:58:ExecutionException.getCause is ProcessingException as expected 12-12-2023 12:40:58:FINISHED TEST : deleteThrowsExceptionTest() 12-12-2023 12:40:58:[JAXRSCommonClient] Test setup OK 12-12-2023 12:40:58:STARTING TEST : methodWithEntityThrowsProcessingExceptionTest()12-12-2023 12:40:58: TRACE: [WIRE] - >> PUT http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/put 12-12-2023 12:40:58: TRACE: [WIRE] - >> Content-Type:*/* 12-12-2023 12:40:58:Start time: 1702384858553 12-12-2023 12:40:58:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 12-12-2023 12:40:58:ExecutionException.getCause is ProcessingException as expected 12-12-2023 12:40:58:Start time: 1702384858563 12-12-2023 12:40:58: TRACE: [WIRE] - >> POST http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/post 12-12-2023 12:40:58: TRACE: [WIRE] - >> Content-Type:*/* 12-12-2023 12:40:58:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 12-12-2023 12:40:58:ExecutionException.getCause is ProcessingException as expected 12-12-2023 12:40:58:FINISHED TEST : methodWithEntityThrowsProcessingExceptionTest() 12-12-2023 12:40:58:[JAXRSCommonClient] Test setup OK 12-12-2023 12:40:58: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getnotok 12-12-2023 12:40:58: TRACE: [WIRE] - >> 12-12-2023 12:40:58: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 12-12-2023 12:40:58:STARTING TEST : getWithClassThrowsNoWebApplicationExceptionForResponseTest() 12-12-2023 12:40:58:Start time: 1702384858573 12-12-2023 12:40:58: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:40:58: TRACE: [WIRE] - << Content-Length: 1172 12-12-2023 12:40:58: TRACE: [WIRE] - << Content-Language: 12-12-2023 12:40:58: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:40:58: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:40:58:Returned status 406 (NOT_ACCEPTABLE) 12-12-2023 12:40:58:FINISHED TEST : getWithClassThrowsNoWebApplicationExceptionForResponseTest() 12-12-2023 12:40:58:[JAXRSCommonClient] Test setup OK 12-12-2023 12:40:58:STARTING TEST : methodWithCallbackThrowsWebApplicationExceptionTest()12-12-2023 12:40:58: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deletenotok 12-12-2023 12:40:58: TRACE: [WIRE] - >> 12-12-2023 12:40:58: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 12-12-2023 12:40:58:Start time: 1702384858583 12-12-2023 12:40:58: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:40:58: TRACE: [WIRE] - << Content-Length: 1172 12-12-2023 12:40:58: TRACE: [WIRE] - << Content-Language: 12-12-2023 12:40:58: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:40:58: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:40:58:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 12-12-2023 12:40:58:ExecutionException.getCause is WebApplicationException as expected 12-12-2023 12:40:58:Start time: 1702384858596 12-12-2023 12:40:58: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getnotok 12-12-2023 12:40:58: TRACE: [WIRE] - >> 12-12-2023 12:40:58: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 12-12-2023 12:40:58: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:40:58: TRACE: [WIRE] - << Content-Length: 1172 12-12-2023 12:40:58: TRACE: [WIRE] - << Content-Language: 12-12-2023 12:40:58: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:40:58: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:40:58:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 12-12-2023 12:40:58:ExecutionException.getCause is WebApplicationException as expected 12-12-2023 12:40:58:Start time: 1702384858607 12-12-2023 12:40:58: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsnotok 12-12-2023 12:40:58: TRACE: [WIRE] - >> 12-12-2023 12:40:58: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 12-12-2023 12:40:58: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:40:58: TRACE: [WIRE] - << Content-Length: 1172 12-12-2023 12:40:58: TRACE: [WIRE] - << Content-Language: 12-12-2023 12:40:58: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:40:58: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:40:58:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 12-12-2023 12:40:58:ExecutionException.getCause is WebApplicationException as expected 12-12-2023 12:40:58:FINISHED TEST : methodWithCallbackThrowsWebApplicationExceptionTest() 12-12-2023 12:40:58:[JAXRSCommonClient] Test setup OK 12-12-2023 12:40:58:STARTING TEST : traceWithResponseClassWhileServerWaitTest() 12-12-2023 12:40:58: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/traceandwait 12-12-2023 12:40:58: TRACE: [WIRE] - >> 12-12-2023 12:41:00: TRACE: [WIRE] - << 200 OK 12-12-2023 12:41:00: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:40:58:Start time: 1702384858624 12-12-2023 12:40:58:Client was returned control in 4 milliseconds from request 12-12-2023 12:41:00: TRACE: [WIRE] - << Content-Length: 5 12-12-2023 12:41:00: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:41:00: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:41:00:Returned status 200 (OK) 12-12-2023 12:41:00:FINISHED TEST : traceWithResponseClassWhileServerWaitTest() 12-12-2023 12:41:00:[JAXRSCommonClient] Test setup OK 12-12-2023 12:41:00:STARTING TEST : putWithGenericTypeThrowsProcessingExceptionTest() 12-12-2023 12:41:00: TRACE: [WIRE] - >> PUT http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/put 12-12-2023 12:41:00: TRACE: [WIRE] - >> Content-Type:*/* 12-12-2023 12:41:00:Start time: 1702384860638 12-12-2023 12:41:00:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 12-12-2023 12:41:00:ExecutionException.getCause is ProcessingException as expected 12-12-2023 12:41:00:FINISHED TEST : putWithGenericTypeThrowsProcessingExceptionTest() 12-12-2023 12:41:00:[JAXRSCommonClient] Test setup OK 12-12-2023 12:41:00:STARTING TEST : putWithGenericTypeStringWhileServerWaitTest() 12-12-2023 12:41:00: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putandwait 12-12-2023 12:41:00: TRACE: [WIRE] - >> Content-Type:*/* 12-12-2023 12:41:02: TRACE: [WIRE] - << 200 OK 12-12-2023 12:41:00:Start time: 1702384860650 12-12-2023 12:41:00:Client was returned control in 0 milliseconds from request 12-12-2023 12:41:02: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:41:02: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:41:02: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:41:02: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:41:02:FINISHED TEST : putWithGenericTypeStringWhileServerWaitTest() 12-12-2023 12:41:02:[JAXRSCommonClient] Test setup OK 12-12-2023 12:41:02:STARTING TEST : traceWithCallbackWhileServerWaitTest() 12-12-2023 12:41:02: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/traceandwait 12-12-2023 12:41:02: TRACE: [WIRE] - >> 12-12-2023 12:41:04: TRACE: [WIRE] - << 200 OK 12-12-2023 12:41:04: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:41:04: TRACE: [WIRE] - << Content-Length: 5 12-12-2023 12:41:02:Start time: 1702384862663 12-12-2023 12:41:02:Client was returned control in 0 milliseconds from request 12-12-2023 12:41:04: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:41:04: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:41:04:Callback#completed() called in 2003 milliseconds from request 12-12-2023 12:41:04:Returned status 200 (OK) 12-12-2023 12:41:04:Callback completed() call ok 12-12-2023 12:41:04:FINISHED TEST : traceWithCallbackWhileServerWaitTest() 12-12-2023 12:41:04:[JAXRSCommonClient] Test setup OK 12-12-2023 12:41:04:STARTING TEST : traceThrowsProcessingExceptionTest() 12-12-2023 12:41:04: TRACE: [WIRE] - >> TRACE http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/trace 12-12-2023 12:41:04: TRACE: [WIRE] - >> 12-12-2023 12:41:04:Start time: 1702384864673 12-12-2023 12:41:04:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 12-12-2023 12:41:04:ExecutionException.getCause is ProcessingException as expected 12-12-2023 12:41:04:FINISHED TEST : traceThrowsProcessingExceptionTest() 12-12-2023 12:41:04:[JAXRSCommonClient] Test setup OK 12-12-2023 12:41:04:STARTING TEST : deleteWithClassThrowsWebApplicationExceptionTest() 12-12-2023 12:41:04: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deletenotok 12-12-2023 12:41:04: TRACE: [WIRE] - >> 12-12-2023 12:41:04: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 12-12-2023 12:41:04: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:41:04: TRACE: [WIRE] - << Content-Length: 1172 12-12-2023 12:41:04: TRACE: [WIRE] - << Content-Language: 12-12-2023 12:41:04: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:41:04:Start time: 1702384864682 12-12-2023 12:41:04: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:41:04:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 12-12-2023 12:41:04:ExecutionException.getCause is WebApplicationException as expected 12-12-2023 12:41:04:FINISHED TEST : deleteWithClassThrowsWebApplicationExceptionTest() 12-12-2023 12:41:04:[JAXRSCommonClient] Test setup OK 12-12-2023 12:41:04:STARTING TEST : traceWithCallbackThrowsWebApplicationExceptionTest()12-12-2023 12:41:04: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/tracenotok 12-12-2023 12:41:04: TRACE: [WIRE] - >> 12-12-2023 12:41:04: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 12-12-2023 12:41:04: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:41:04: TRACE: [WIRE] - << Content-Length: 1172 12-12-2023 12:41:04: TRACE: [WIRE] - << Content-Language: 12-12-2023 12:41:04: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:41:04:Start time: 1702384864691 12-12-2023 12:41:04: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:41:04:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 12-12-2023 12:41:04:ExecutionException.getCause is WebApplicationException as expected 12-12-2023 12:41:04:FINISHED TEST : traceWithCallbackThrowsWebApplicationExceptionTest() 12-12-2023 12:41:04:[JAXRSCommonClient] Test setup OK 12-12-2023 12:41:04:STARTING TEST : methodWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 12-12-2023 12:41:04: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deletenotok 12-12-2023 12:41:04: TRACE: [WIRE] - >> 12-12-2023 12:41:04: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 12-12-2023 12:41:04: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:41:04: TRACE: [WIRE] - << Content-Length: 1172 12-12-2023 12:41:04: TRACE: [WIRE] - << Content-Language: 12-12-2023 12:41:04: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:41:04:Start time: 1702384864703 12-12-2023 12:41:04: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:41:04: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getnotok 12-12-2023 12:41:04: TRACE: [WIRE] - >> 12-12-2023 12:41:04:Returned status 406 (NOT_ACCEPTABLE) 12-12-2023 12:41:04:Start time: 1702384864718 12-12-2023 12:41:04: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 12-12-2023 12:41:04: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:41:04: TRACE: [WIRE] - << Content-Length: 1172 12-12-2023 12:41:04: TRACE: [WIRE] - << Content-Language: 12-12-2023 12:41:04: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:41:04: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:41:04: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsnotok 12-12-2023 12:41:04:Returned status 406 (NOT_ACCEPTABLE) 12-12-2023 12:41:04:Start time: 170238486472712-12-2023 12:41:04: TRACE: [WIRE] - >> 12-12-2023 12:41:04: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 12-12-2023 12:41:04: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:41:04: TRACE: [WIRE] - << Content-Length: 1172 12-12-2023 12:41:04: TRACE: [WIRE] - << Content-Language: 12-12-2023 12:41:04: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:41:04: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:41:04:Returned status 406 (NOT_ACCEPTABLE) 12-12-2023 12:41:04:FINISHED TEST : methodWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 12-12-2023 12:41:04:[JAXRSCommonClient] Test setup OK 12-12-2023 12:41:04: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putandwait 12-12-2023 12:41:04: TRACE: [WIRE] - >> Content-Type:*/* 12-12-2023 12:41:06: TRACE: [WIRE] - << 200 OK 12-12-2023 12:41:06: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:41:06: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:41:06: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:41:06: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:41:04:STARTING TEST : methodWithCallbackWithEntityWhileServerWaitTest() 12-12-2023 12:41:04:Start time: 1702384864737 12-12-2023 12:41:04:Client was returned control in 1 milliseconds from request 12-12-2023 12:41:06:Callback#completed() called in 2003 milliseconds from request 12-12-2023 12:41:06:Returned status 200 (OK) 12-12-2023 12:41:06:Callback completed() call ok 12-12-2023 12:41:06:Start time: 1702384866746 12-12-2023 12:41:06:Client was returned control in 1 milliseconds from request 12-12-2023 12:41:06: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postandwait 12-12-2023 12:41:06: TRACE: [WIRE] - >> Content-Type:*/* 12-12-2023 12:41:08: TRACE: [WIRE] - << 200 OK 12-12-2023 12:41:08: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:41:08: TRACE: [WIRE] - << Content-Length: 4 12-12-2023 12:41:08: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:41:08: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:41:08:Callback#completed() called in 2004 milliseconds from request 12-12-2023 12:41:08:Returned status 200 (OK) 12-12-2023 12:41:08:Callback completed() call ok 12-12-2023 12:41:08:FINISHED TEST : methodWithCallbackWithEntityWhileServerWaitTest() 12-12-2023 12:41:08:[JAXRSCommonClient] Test setup OK 12-12-2023 12:41:08:STARTING TEST : optionsWithCallbackThrowsNoWebApplicationExceptionForResponseTest() 12-12-2023 12:41:08: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsnotok 12-12-2023 12:41:08: TRACE: [WIRE] - >> 12-12-2023 12:41:08: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 12-12-2023 12:41:08: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:41:08: TRACE: [WIRE] - << Content-Length: 1172 12-12-2023 12:41:08:Start time: 1702384868757 12-12-2023 12:41:08: TRACE: [WIRE] - << Content-Language: 12-12-2023 12:41:08: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:41:08: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:41:08:Returned status 406 (NOT_ACCEPTABLE) 12-12-2023 12:41:08:FINISHED TEST : optionsWithCallbackThrowsNoWebApplicationExceptionForResponseTest() 12-12-2023 12:41:08:[JAXRSCommonClient] Test setup OK 12-12-2023 12:41:08:STARTING TEST : traceTest() 12-12-2023 12:41:08: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/trace 12-12-2023 12:41:08: TRACE: [WIRE] - >> 12-12-2023 12:41:08: TRACE: [WIRE] - << 200 OK 12-12-2023 12:41:08: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:41:08: TRACE: [WIRE] - << Content-Length: 5 12-12-2023 12:41:08: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:41:08:Start time: 1702384868767 12-12-2023 12:41:08: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:41:08:Returned status 200 (OK) 12-12-2023 12:41:08:FINISHED TEST : traceTest() 12-12-2023 12:41:08:[JAXRSCommonClient] Test setup OK 12-12-2023 12:41:08:STARTING TEST : postTest() 12-12-2023 12:41:08: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/post 12-12-2023 12:41:08: TRACE: [WIRE] - >> Content-Type:*/* 12-12-2023 12:41:08: TRACE: [WIRE] - << 200 OK 12-12-2023 12:41:08: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:41:08: TRACE: [WIRE] - << Content-Length: 4 12-12-2023 12:41:08: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:41:08:Start time: 1702384868776 12-12-2023 12:41:08: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:41:08:Returned status 200 (OK) 12-12-2023 12:41:08:FINISHED TEST : postTest() 12-12-2023 12:41:08:[JAXRSCommonClient] Test setup OK 12-12-2023 12:41:08:STARTING TEST : getWithClassThrowsWebApplicationExceptionTest() 12-12-2023 12:41:08: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getnotok 12-12-2023 12:41:08: TRACE: [WIRE] - >> 12-12-2023 12:41:08: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 12-12-2023 12:41:08: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:41:08: TRACE: [WIRE] - << Content-Length: 1172 12-12-2023 12:41:08: TRACE: [WIRE] - << Content-Language: 12-12-2023 12:41:08:Start time: 1702384868786 12-12-2023 12:41:08: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:41:08: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:41:08:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 12-12-2023 12:41:08:ExecutionException.getCause is WebApplicationException as expected 12-12-2023 12:41:08:FINISHED TEST : getWithClassThrowsWebApplicationExceptionTest() 12-12-2023 12:41:08:[JAXRSCommonClient] Test setup OK 12-12-2023 12:41:08:STARTING TEST : methodWithCallbackWithEntityThrowsWebApplicationExceptionTest()12-12-2023 12:41:08: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putnotok 12-12-2023 12:41:08: TRACE: [WIRE] - >> Content-Type:*/* 12-12-2023 12:41:08: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 12-12-2023 12:41:08: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:41:08: TRACE: [WIRE] - << Content-Length: 1172 12-12-2023 12:41:08:Start time: 1702384868805 12-12-2023 12:41:08: TRACE: [WIRE] - << Content-Language: 12-12-2023 12:41:08: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:41:08: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:41:08:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 12-12-2023 12:41:08:ExecutionException.getCause is WebApplicationException as expected 12-12-2023 12:41:08:Start time: 1702384868814 12-12-2023 12:41:08: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postnotok 12-12-2023 12:41:08: TRACE: [WIRE] - >> Content-Type:*/* 12-12-2023 12:41:08: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 12-12-2023 12:41:08: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:41:08: TRACE: [WIRE] - << Content-Length: 1172 12-12-2023 12:41:08: TRACE: [WIRE] - << Content-Language: 12-12-2023 12:41:08: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:41:08: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:41:08:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 12-12-2023 12:41:08:ExecutionException.getCause is WebApplicationException as expected 12-12-2023 12:41:08:FINISHED TEST : methodWithCallbackWithEntityThrowsWebApplicationExceptionTest() 12-12-2023 12:41:08:[JAXRSCommonClient] Test setup OK 12-12-2023 12:41:08: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getandwait 12-12-2023 12:41:08:STARTING TEST : getWithResponseClassWhileServerWaitTest() 12-12-2023 12:41:08:Start time: 1702384868824 12-12-2023 12:41:08:Client was returned control in 0 milliseconds from request 12-12-2023 12:41:08: TRACE: [WIRE] - >> 12-12-2023 12:41:10: TRACE: [WIRE] - << 200 OK 12-12-2023 12:41:10: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:41:10: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:41:10: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:41:10: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:41:10:Returned status 200 (OK) 12-12-2023 12:41:10:FINISHED TEST : getWithResponseClassWhileServerWaitTest() 12-12-2023 12:41:10:[JAXRSCommonClient] Test setup OK 12-12-2023 12:41:10:STARTING TEST : methodWhileServerWaitTest() 12-12-2023 12:41:10: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deleteandwait 12-12-2023 12:41:10: TRACE: [WIRE] - >> 12-12-2023 12:41:12: TRACE: [WIRE] - << 200 OK 12-12-2023 12:41:12: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:41:12: TRACE: [WIRE] - << Content-Length: 6 12-12-2023 12:41:12: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:41:10:Start time: 1702384870834 12-12-2023 12:41:10:Client was returned control in 0 milliseconds from request 12-12-2023 12:41:12: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:41:12:Returned status 200 (OK) 12-12-2023 12:41:12:Start time: 1702384872842 12-12-2023 12:41:12:Client was returned control in 1 milliseconds from request 12-12-2023 12:41:12: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getandwait 12-12-2023 12:41:12: TRACE: [WIRE] - >> 12-12-2023 12:41:14: TRACE: [WIRE] - << 200 OK 12-12-2023 12:41:14: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:41:14: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:41:14: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:41:14: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:41:14:Returned status 200 (OK) 12-12-2023 12:41:14:Start time: 1702384874851 12-12-2023 12:41:14:Client was returned control in 1 milliseconds from request 12-12-2023 12:41:14: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsandwait 12-12-2023 12:41:14: TRACE: [WIRE] - >> 12-12-2023 12:41:16: TRACE: [WIRE] - << 200 OK 12-12-2023 12:41:16: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:41:16: TRACE: [WIRE] - << Content-Length: 7 12-12-2023 12:41:16: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:41:16: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:41:16:Returned status 200 (OK) 12-12-2023 12:41:16:FINISHED TEST : methodWhileServerWaitTest() 12-12-2023 12:41:16:[JAXRSCommonClient] Test setup OK 12-12-2023 12:41:16: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsnotok 12-12-2023 12:41:16: TRACE: [WIRE] - >> 12-12-2023 12:41:16: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 12-12-2023 12:41:16:STARTING TEST : optionsWithClassThrowsNoWebApplicationExceptionForResponseTest() 12-12-2023 12:41:16:Start time: 1702384876861 12-12-2023 12:41:16: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:41:16: TRACE: [WIRE] - << Content-Length: 1172 12-12-2023 12:41:16: TRACE: [WIRE] - << Content-Language: 12-12-2023 12:41:16: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:41:16: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:41:16:Returned status 406 (NOT_ACCEPTABLE) 12-12-2023 12:41:16:FINISHED TEST : optionsWithClassThrowsNoWebApplicationExceptionForResponseTest() 12-12-2023 12:41:16:[JAXRSCommonClient] Test setup OK 12-12-2023 12:41:16: TRACE: [WIRE] - >> POST http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/post 12-12-2023 12:41:16:STARTING TEST : postThrowsProcessingExceptionTest() 12-12-2023 12:41:16:Start time: 1702384876877 12-12-2023 12:41:16: TRACE: [WIRE] - >> Content-Type:*/* 12-12-2023 12:41:16:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 12-12-2023 12:41:16:ExecutionException.getCause is ProcessingException as expected 12-12-2023 12:41:16:FINISHED TEST : postThrowsProcessingExceptionTest() 12-12-2023 12:41:16:[JAXRSCommonClient] Test setup OK 12-12-2023 12:41:16: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deleteandwait 12-12-2023 12:41:16:STARTING TEST : deleteWithCallbackStringWhileServerWaitTest() 12-12-2023 12:41:16:Start time: 1702384876895 12-12-2023 12:41:16:Client was returned control in 0 milliseconds from request12-12-2023 12:41:16: TRACE: [WIRE] - >> 12-12-2023 12:41:18: TRACE: [WIRE] - << 200 OK 12-12-2023 12:41:18: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:41:18: TRACE: [WIRE] - << Content-Length: 6 12-12-2023 12:41:18: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:41:18: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:41:18:Callback#completed() called in 2003 milliseconds from request 12-12-2023 12:41:18:Callback completed() call ok 12-12-2023 12:41:18:FINISHED TEST : deleteWithCallbackStringWhileServerWaitTest() 12-12-2023 12:41:18:[JAXRSCommonClient] Test setup OK 12-12-2023 12:41:18:STARTING TEST : methodWithGenericTypeThrowsWebApplicationExceptionTest()12-12-2023 12:41:18: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deletenotok 12-12-2023 12:41:18: TRACE: [WIRE] - >> 12-12-2023 12:41:18: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 12-12-2023 12:41:18: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:41:18: TRACE: [WIRE] - << Content-Length: 1172 12-12-2023 12:41:18: TRACE: [WIRE] - << Content-Language: 12-12-2023 12:41:18:Start time: 1702384878905 12-12-2023 12:41:18: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:41:18: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:41:18:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 12-12-2023 12:41:18:ExecutionException.getCause is WebApplicationException as expected 12-12-2023 12:41:18:Start time: 1702384878913 12-12-2023 12:41:18: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getnotok 12-12-2023 12:41:18: TRACE: [WIRE] - >> 12-12-2023 12:41:18: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 12-12-2023 12:41:18: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:41:18: TRACE: [WIRE] - << Content-Length: 1172 12-12-2023 12:41:18: TRACE: [WIRE] - << Content-Language: 12-12-2023 12:41:18: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:41:18: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:41:18:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 12-12-2023 12:41:18:ExecutionException.getCause is WebApplicationException as expected 12-12-2023 12:41:18:Start time: 1702384878921 12-12-2023 12:41:18: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsnotok 12-12-2023 12:41:18: TRACE: [WIRE] - >> 12-12-2023 12:41:18: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 12-12-2023 12:41:18: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:41:18: TRACE: [WIRE] - << Content-Length: 1172 12-12-2023 12:41:18: TRACE: [WIRE] - << Content-Language: 12-12-2023 12:41:18: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:41:18: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:41:18:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 12-12-2023 12:41:18:ExecutionException.getCause is WebApplicationException as expected 12-12-2023 12:41:18:FINISHED TEST : methodWithGenericTypeThrowsWebApplicationExceptionTest() 12-12-2023 12:41:18:[JAXRSCommonClient] Test setup OK 12-12-2023 12:41:18:STARTING TEST : methodWithGenericTypeResponseWithEntityWhileServerWaitTest() 12-12-2023 12:41:18: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putandwait 12-12-2023 12:41:18: TRACE: [WIRE] - >> Content-Type:*/* 12-12-2023 12:41:20: TRACE: [WIRE] - << 200 OK 12-12-2023 12:41:20: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:41:20: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:41:20: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:41:18:Start time: 1702384878931 12-12-2023 12:41:18:Client was returned control in 1 milliseconds from request 12-12-2023 12:41:20: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:41:20:Returned status 200 (OK) 12-12-2023 12:41:20:Start time: 1702384880940 12-12-2023 12:41:20:Client was returned control in 0 milliseconds from request 12-12-2023 12:41:20: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postandwait 12-12-2023 12:41:20: TRACE: [WIRE] - >> Content-Type:*/* 12-12-2023 12:41:22: TRACE: [WIRE] - << 200 OK 12-12-2023 12:41:22: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:41:22: TRACE: [WIRE] - << Content-Length: 4 12-12-2023 12:41:22: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:41:22: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:41:22:Returned status 200 (OK) 12-12-2023 12:41:22:FINISHED TEST : methodWithGenericTypeResponseWithEntityWhileServerWaitTest() 12-12-2023 12:41:22:[JAXRSCommonClient] Test setup OK 12-12-2023 12:41:22:STARTING TEST : optionsWithStringClassWhileServerWaitTest() 12-12-2023 12:41:22: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsandwait 12-12-2023 12:41:22: TRACE: [WIRE] - >> 12-12-2023 12:41:24: TRACE: [WIRE] - << 200 OK 12-12-2023 12:41:24: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:41:24: TRACE: [WIRE] - << Content-Length: 7 12-12-2023 12:41:22:Start time: 1702384882950 12-12-2023 12:41:22:Client was returned control in 1 milliseconds from request 12-12-2023 12:41:24: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:41:24: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:41:24:FINISHED TEST : optionsWithStringClassWhileServerWaitTest() 12-12-2023 12:41:24:[JAXRSCommonClient] Test setup OK 12-12-2023 12:41:24:STARTING TEST : methodWithGenericTypeStringWhileServerWaitTest()12-12-2023 12:41:24: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deleteandwait 12-12-2023 12:41:24:Start time: 1702384884967 12-12-2023 12:41:24:Client was returned control in 0 milliseconds from request 12-12-2023 12:41:24: TRACE: [WIRE] - >> 12-12-2023 12:41:26: TRACE: [WIRE] - << 200 OK 12-12-2023 12:41:26: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:41:26: TRACE: [WIRE] - << Content-Length: 6 12-12-2023 12:41:26: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:41:26: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:41:26:Start time: 1702384886976 12-12-2023 12:41:26: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getandwait 12-12-2023 12:41:26:Client was returned control in 0 milliseconds from request 12-12-2023 12:41:26: TRACE: [WIRE] - >> 12-12-2023 12:41:28: TRACE: [WIRE] - << 200 OK 12-12-2023 12:41:28: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:41:28: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:41:28: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:41:28: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:41:28:Start time: 1702384888984 12-12-2023 12:41:28: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsandwait 12-12-2023 12:41:28: TRACE: [WIRE] - >> 12-12-2023 12:41:28:Client was returned control in 1 milliseconds from request 12-12-2023 12:41:30: TRACE: [WIRE] - << 200 OK 12-12-2023 12:41:30: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:41:30: TRACE: [WIRE] - << Content-Length: 7 12-12-2023 12:41:30: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:41:30: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:41:30:FINISHED TEST : methodWithGenericTypeStringWhileServerWaitTest() 12-12-2023 12:41:30:[JAXRSCommonClient] Test setup OK 12-12-2023 12:41:30:STARTING TEST : methodWithGenericTypeResponseWhileServerWaitTest() 12-12-2023 12:41:30:Start time: 1702384890995 12-12-2023 12:41:30:Client was returned control in 0 milliseconds from request 12-12-2023 12:41:30: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deleteandwait 12-12-2023 12:41:30: TRACE: [WIRE] - >> 12-12-2023 12:41:32: TRACE: [WIRE] - << 200 OK 12-12-2023 12:41:32: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:41:32: TRACE: [WIRE] - << Content-Length: 6 12-12-2023 12:41:32: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:41:32: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:41:33: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getandwait 12-12-2023 12:41:33: TRACE: [WIRE] - >> 12-12-2023 12:41:35: TRACE: [WIRE] - << 200 OK 12-12-2023 12:41:35: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:41:35: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:41:35: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:41:35: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:41:32:Returned status 200 (OK) 12-12-2023 12:41:33:Start time: 1702384893003 12-12-2023 12:41:33:Client was returned control in 0 milliseconds from request 12-12-2023 12:41:35:Returned status 200 (OK) 12-12-2023 12:41:35:Start time: 1702384895011 12-12-2023 12:41:35:Client was returned control in 1 milliseconds from request 12-12-2023 12:41:35: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsandwait 12-12-2023 12:41:35: TRACE: [WIRE] - >> 12-12-2023 12:41:37: TRACE: [WIRE] - << 200 OK 12-12-2023 12:41:37: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:41:37: TRACE: [WIRE] - << Content-Length: 7 12-12-2023 12:41:37: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:41:37: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:41:37:Returned status 200 (OK) 12-12-2023 12:41:37:FINISHED TEST : methodWithGenericTypeResponseWhileServerWaitTest() 12-12-2023 12:41:37:[JAXRSCommonClient] Test setup OK 12-12-2023 12:41:37:STARTING TEST : postWithGenericTypeThrowsWebApplicationExceptionTest() 12-12-2023 12:41:37: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postnotok 12-12-2023 12:41:37: TRACE: [WIRE] - >> Content-Type:*/* 12-12-2023 12:41:37: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 12-12-2023 12:41:37: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:41:37: TRACE: [WIRE] - << Content-Length: 1172 12-12-2023 12:41:37: TRACE: [WIRE] - << Content-Language: 12-12-2023 12:41:37: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:41:37:Start time: 1702384897022 12-12-2023 12:41:37: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:41:37:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 12-12-2023 12:41:37:ExecutionException.getCause is WebApplicationException as expected 12-12-2023 12:41:37:FINISHED TEST : postWithGenericTypeThrowsWebApplicationExceptionTest() 12-12-2023 12:41:37:[JAXRSCommonClient] Test setup OK 12-12-2023 12:41:37:STARTING TEST : deleteWithResponseClassWhileServerWaitTest() 12-12-2023 12:41:37: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deleteandwait 12-12-2023 12:41:37: TRACE: [WIRE] - >> 12-12-2023 12:41:39: TRACE: [WIRE] - << 200 OK 12-12-2023 12:41:39: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:41:37:Start time: 1702384897032 12-12-2023 12:41:37:Client was returned control in 0 milliseconds from request 12-12-2023 12:41:39: TRACE: [WIRE] - << Content-Length: 6 12-12-2023 12:41:39: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:41:39: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:41:39:Returned status 200 (OK) 12-12-2023 12:41:39:FINISHED TEST : deleteWithResponseClassWhileServerWaitTest() 12-12-2023 12:41:39:[JAXRSCommonClient] Test setup OK 12-12-2023 12:41:39:STARTING TEST : methodWithGenericTypeThrowsProcessingExceptionTest() 12-12-2023 12:41:39: TRACE: [WIRE] - >> DELETE http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/delete 12-12-2023 12:41:39: TRACE: [WIRE] - >> 12-12-2023 12:41:39:Start time: 1702384899048 12-12-2023 12:41:39:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 12-12-2023 12:41:39:ExecutionException.getCause is ProcessingException as expected 12-12-2023 12:41:39:Start time: 1702384899066 12-12-2023 12:41:39: TRACE: [WIRE] - >> GET http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/get 12-12-2023 12:41:39: TRACE: [WIRE] - >> 12-12-2023 12:41:39:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 12-12-2023 12:41:39:ExecutionException.getCause is ProcessingException as expected 12-12-2023 12:41:39:Start time: 1702384899072 12-12-2023 12:41:39: TRACE: [WIRE] - >> OPTIONS http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/options 12-12-2023 12:41:39: TRACE: [WIRE] - >> 12-12-2023 12:41:39:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 12-12-2023 12:41:39:ExecutionException.getCause is ProcessingException as expected 12-12-2023 12:41:39:FINISHED TEST : methodWithGenericTypeThrowsProcessingExceptionTest() 12-12-2023 12:41:39:[JAXRSCommonClient] Test setup OK 12-12-2023 12:41:39: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putandwait 12-12-2023 12:41:39: TRACE: [WIRE] - >> Content-Type:*/* 12-12-2023 12:41:41: TRACE: [WIRE] - << 200 OK 12-12-2023 12:41:41: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:41:41: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:41:39:STARTING TEST : methodWithEntityWhileServerWaitTest() 12-12-2023 12:41:39:Start time: 1702384899080 12-12-2023 12:41:39:Client was returned control in 1 milliseconds from request 12-12-2023 12:41:41: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:41:41: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:41:41:Returned status 200 (OK) 12-12-2023 12:41:41:Start time: 1702384901090 12-12-2023 12:41:41:Client was returned control in 0 milliseconds from request 12-12-2023 12:41:41: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postandwait 12-12-2023 12:41:41: TRACE: [WIRE] - >> Content-Type:*/* 12-12-2023 12:41:43: TRACE: [WIRE] - << 200 OK 12-12-2023 12:41:43: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:41:43: TRACE: [WIRE] - << Content-Length: 4 12-12-2023 12:41:43: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:41:43: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:41:43:Returned status 200 (OK) 12-12-2023 12:41:43:FINISHED TEST : methodWithEntityWhileServerWaitTest() 12-12-2023 12:41:43:[JAXRSCommonClient] Test setup OK 12-12-2023 12:41:43:STARTING TEST : optionsWithCallbackThrowsProcessingExceptionTest() 12-12-2023 12:41:43: TRACE: [WIRE] - >> OPTIONS http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/options 12-12-2023 12:41:43: TRACE: [WIRE] - >> 12-12-2023 12:41:43:Start time: 1702384903100 12-12-2023 12:41:43:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 12-12-2023 12:41:43:ExecutionException.getCause is ProcessingException as expected 12-12-2023 12:41:43:FINISHED TEST : optionsWithCallbackThrowsProcessingExceptionTest() 12-12-2023 12:41:43:[JAXRSCommonClient] Test setup OK 12-12-2023 12:41:43:STARTING TEST : putWithCallbackThrowsWebApplicationExceptionTest()12-12-2023 12:41:43: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putnotok 12-12-2023 12:41:43: TRACE: [WIRE] - >> Content-Type:*/* 12-12-2023 12:41:43: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 12-12-2023 12:41:43: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:41:43: TRACE: [WIRE] - << Content-Length: 1172 12-12-2023 12:41:43:Start time: 1702384903108 12-12-2023 12:41:43: TRACE: [WIRE] - << Content-Language: 12-12-2023 12:41:43: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:41:43: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:41:43:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 12-12-2023 12:41:43:ExecutionException.getCause is WebApplicationException as expected 12-12-2023 12:41:43:FINISHED TEST : putWithCallbackThrowsWebApplicationExceptionTest() 12-12-2023 12:41:43:[JAXRSCommonClient] Test setup OK 12-12-2023 12:41:43:STARTING TEST : optionsWithClassThrowsProcessingExceptionTest() 12-12-2023 12:41:43: TRACE: [WIRE] - >> OPTIONS http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/options 12-12-2023 12:41:43: TRACE: [WIRE] - >> 12-12-2023 12:41:43:Start time: 1702384903124 12-12-2023 12:41:43:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 12-12-2023 12:41:43:ExecutionException.getCause is ProcessingException as expected 12-12-2023 12:41:43:FINISHED TEST : optionsWithClassThrowsProcessingExceptionTest() 12-12-2023 12:41:43:[JAXRSCommonClient] Test setup OK 12-12-2023 12:41:43: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsnotok 12-12-2023 12:41:43:STARTING TEST : optionsWithClassThrowsWebApplicationExceptionTest() 12-12-2023 12:41:43: TRACE: [WIRE] - >> 12-12-2023 12:41:43:Start time: 1702384903132 12-12-2023 12:41:43: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 12-12-2023 12:41:43: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:41:43: TRACE: [WIRE] - << Content-Length: 1172 12-12-2023 12:41:43: TRACE: [WIRE] - << Content-Language: 12-12-2023 12:41:43: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:41:43: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:41:43:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 12-12-2023 12:41:43:ExecutionException.getCause is WebApplicationException as expected 12-12-2023 12:41:43:FINISHED TEST : optionsWithClassThrowsWebApplicationExceptionTest() 12-12-2023 12:41:43:[JAXRSCommonClient] Test setup OK 12-12-2023 12:41:43:STARTING TEST : methodWithClassThrowsNoWebApplicationExceptionForResponseTest() 12-12-2023 12:41:43: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deletenotok 12-12-2023 12:41:43: TRACE: [WIRE] - >> 12-12-2023 12:41:43: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 12-12-2023 12:41:43: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:41:43: TRACE: [WIRE] - << Content-Length: 1172 12-12-2023 12:41:43:Start time: 1702384903141 12-12-2023 12:41:43: TRACE: [WIRE] - << Content-Language: 12-12-2023 12:41:43: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:41:43: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:41:43:Returned status 406 (NOT_ACCEPTABLE) 12-12-2023 12:41:43: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getnotok 12-12-2023 12:41:43: TRACE: [WIRE] - >> 12-12-2023 12:41:43:Start time: 1702384903148 12-12-2023 12:41:43: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 12-12-2023 12:41:43: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:41:43: TRACE: [WIRE] - << Content-Length: 1172 12-12-2023 12:41:43: TRACE: [WIRE] - << Content-Language: 12-12-2023 12:41:43: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:41:43: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:41:43:Returned status 406 (NOT_ACCEPTABLE) 12-12-2023 12:41:43:Start time: 1702384903156 12-12-2023 12:41:43: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsnotok 12-12-2023 12:41:43: TRACE: [WIRE] - >> 12-12-2023 12:41:43: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 12-12-2023 12:41:43: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:41:43: TRACE: [WIRE] - << Content-Length: 1172 12-12-2023 12:41:43: TRACE: [WIRE] - << Content-Language: 12-12-2023 12:41:43: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:41:43: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:41:43:Returned status 406 (NOT_ACCEPTABLE) 12-12-2023 12:41:43:FINISHED TEST : methodWithClassThrowsNoWebApplicationExceptionForResponseTest() 12-12-2023 12:41:43:[JAXRSCommonClient] Test setup OK 12-12-2023 12:41:43:STARTING TEST : deleteWithGenericTypeResponseWhileServerWaitTest() 12-12-2023 12:41:43: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deleteandwait 12-12-2023 12:41:43: TRACE: [WIRE] - >> 12-12-2023 12:41:45: TRACE: [WIRE] - << 200 OK 12-12-2023 12:41:45: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:41:45: TRACE: [WIRE] - << Content-Length: 6 12-12-2023 12:41:45: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:41:45: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:41:43:Start time: 1702384903166 12-12-2023 12:41:43:Client was returned control in 0 milliseconds from request 12-12-2023 12:41:45:Returned status 200 (OK) 12-12-2023 12:41:45:FINISHED TEST : deleteWithGenericTypeResponseWhileServerWaitTest() 12-12-2023 12:41:45:[JAXRSCommonClient] Test setup OK 12-12-2023 12:41:45: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putnotok 12-12-2023 12:41:45:STARTING TEST : putWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 12-12-2023 12:41:45: TRACE: [WIRE] - >> Content-Type:*/* 12-12-2023 12:41:45: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 12-12-2023 12:41:45: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:41:45: TRACE: [WIRE] - << Content-Length: 1172 12-12-2023 12:41:45: TRACE: [WIRE] - << Content-Language: 12-12-2023 12:41:45: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:41:45: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:41:45:Start time: 1702384905175 12-12-2023 12:41:45:Returned status 406 (NOT_ACCEPTABLE) 12-12-2023 12:41:45:FINISHED TEST : putWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 12-12-2023 12:41:45:[JAXRSCommonClient] Test setup OK 12-12-2023 12:41:45:STARTING TEST : optionsWhileServerWaitTest() 12-12-2023 12:41:45: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsandwait 12-12-2023 12:41:45: TRACE: [WIRE] - >> 12-12-2023 12:41:47: TRACE: [WIRE] - << 200 OK 12-12-2023 12:41:47: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:41:47: TRACE: [WIRE] - << Content-Length: 7 12-12-2023 12:41:47: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:41:45:Start time: 1702384905191 12-12-2023 12:41:45:Client was returned control in 1 milliseconds from request 12-12-2023 12:41:47: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:41:47:Returned status 200 (OK) 12-12-2023 12:41:47:FINISHED TEST : optionsWhileServerWaitTest() 12-12-2023 12:41:47:[JAXRSCommonClient] Test setup OK 12-12-2023 12:41:47: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putandwait 12-12-2023 12:41:47: TRACE: [WIRE] - >> Content-Type:*/* 12-12-2023 12:41:49: TRACE: [WIRE] - << 200 OK 12-12-2023 12:41:49: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:41:49: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:41:49: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:41:49: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:41:47:STARTING TEST : putWithResponseClassWhileServerWaitTest() 12-12-2023 12:41:47:Start time: 1702384907205 12-12-2023 12:41:47:Client was returned control in 1 milliseconds from request 12-12-2023 12:41:49:Returned status 200 (OK) 12-12-2023 12:41:49:FINISHED TEST : putWithResponseClassWhileServerWaitTest() 12-12-2023 12:41:49:[JAXRSCommonClient] Test setup OK 12-12-2023 12:41:49: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getandwait 12-12-2023 12:41:49: TRACE: [WIRE] - >> 12-12-2023 12:41:51: TRACE: [WIRE] - << 200 OK 12-12-2023 12:41:49:STARTING TEST : getWhileServerWaitTest() 12-12-2023 12:41:49:Start time: 1702384909217 12-12-2023 12:41:49:Client was returned control in 0 milliseconds from request 12-12-2023 12:41:51: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:41:51: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:41:51: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:41:51: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:41:51:Returned status 200 (OK) 12-12-2023 12:41:51:FINISHED TEST : getWhileServerWaitTest() 12-12-2023 12:41:51:[JAXRSCommonClient] Test setup OK 12-12-2023 12:41:51:STARTING TEST : deleteWithClassThrowsNoWebApplicationExceptionForResponseTest()12-12-2023 12:41:51: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deletenotok 12-12-2023 12:41:51: TRACE: [WIRE] - >> 12-12-2023 12:41:51: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 12-12-2023 12:41:51: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:41:51: TRACE: [WIRE] - << Content-Length: 1172 12-12-2023 12:41:51: TRACE: [WIRE] - << Content-Language: 12-12-2023 12:41:51:Start time: 1702384911230 12-12-2023 12:41:51: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:41:51: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:41:51:Returned status 406 (NOT_ACCEPTABLE) 12-12-2023 12:41:51:FINISHED TEST : deleteWithClassThrowsNoWebApplicationExceptionForResponseTest() 12-12-2023 12:41:51:[JAXRSCommonClient] Test setup OK 12-12-2023 12:41:51:STARTING TEST : deleteWithClassThrowsProcessingExceptionTest() 12-12-2023 12:41:51: TRACE: [WIRE] - >> DELETE http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/delete 12-12-2023 12:41:51: TRACE: [WIRE] - >> 12-12-2023 12:41:51:Start time: 1702384911244 12-12-2023 12:41:51:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 12-12-2023 12:41:51:ExecutionException.getCause is ProcessingException as expected 12-12-2023 12:41:51:FINISHED TEST : deleteWithClassThrowsProcessingExceptionTest() 12-12-2023 12:41:51:[JAXRSCommonClient] Test setup OK 12-12-2023 12:41:51: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putnotok 12-12-2023 12:41:51: TRACE: [WIRE] - >> Content-Type:*/* 12-12-2023 12:41:51: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 12-12-2023 12:41:51: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:41:51: TRACE: [WIRE] - << Content-Length: 1172 12-12-2023 12:41:51: TRACE: [WIRE] - << Content-Language: 12-12-2023 12:41:51: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:41:51: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:41:51:STARTING TEST : putWithClassThrowsNoWebApplicationExceptionForResponseTest() 12-12-2023 12:41:51:Start time: 1702384911270 12-12-2023 12:41:51:Returned status 406 (NOT_ACCEPTABLE) 12-12-2023 12:41:51:FINISHED TEST : putWithClassThrowsNoWebApplicationExceptionForResponseTest() 12-12-2023 12:41:51:[JAXRSCommonClient] Test setup OK 12-12-2023 12:41:51: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putandwait 12-12-2023 12:41:51:STARTING TEST : methodWithStringClassWithEntityWhileServerWaitTest() 12-12-2023 12:41:51:Start time: 1702384911282 12-12-2023 12:41:51: TRACE: [WIRE] - >> Content-Type:*/* 12-12-2023 12:41:53: TRACE: [WIRE] - << 200 OK 12-12-2023 12:41:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:41:53: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:41:53: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:41:51:Client was returned control in 0 milliseconds from request 12-12-2023 12:41:53: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:41:53:Start time: 1702384913305 12-12-2023 12:41:53:Client was returned control in 0 milliseconds from request 12-12-2023 12:41:53: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postandwait 12-12-2023 12:41:53: TRACE: [WIRE] - >> Content-Type:*/* 12-12-2023 12:41:55: TRACE: [WIRE] - << 200 OK 12-12-2023 12:41:55: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:41:55: TRACE: [WIRE] - << Content-Length: 4 12-12-2023 12:41:55: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:41:55: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:41:55:FINISHED TEST : methodWithStringClassWithEntityWhileServerWaitTest() 12-12-2023 12:41:55:[JAXRSCommonClient] Test setup OK 12-12-2023 12:41:55:STARTING TEST : getWithGenericTypeThrowsProcessingExceptionTest() 12-12-2023 12:41:55: TRACE: [WIRE] - >> GET http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/get 12-12-2023 12:41:55: TRACE: [WIRE] - >> 12-12-2023 12:41:55:Start time: 1702384915316 12-12-2023 12:41:55:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 12-12-2023 12:41:55:ExecutionException.getCause is ProcessingException as expected 12-12-2023 12:41:55:FINISHED TEST : getWithGenericTypeThrowsProcessingExceptionTest() 12-12-2023 12:41:55:[JAXRSCommonClient] Test setup OK 12-12-2023 12:41:55:STARTING TEST : optionsWithStringCallbackWhileServerWaitTest()12-12-2023 12:41:55: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsandwait 12-12-2023 12:41:55: TRACE: [WIRE] - >> 12-12-2023 12:41:57: TRACE: [WIRE] - << 200 OK 12-12-2023 12:41:57: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:41:55:Start time: 1702384915325 12-12-2023 12:41:55:Client was returned control in 0 milliseconds from request 12-12-2023 12:41:57: TRACE: [WIRE] - << Content-Length: 7 12-12-2023 12:41:57: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:41:57: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:41:57:Callback#completed() called in 2003 milliseconds from request 12-12-2023 12:41:57:Callback completed() call ok 12-12-2023 12:41:57:FINISHED TEST : optionsWithStringCallbackWhileServerWaitTest() 12-12-2023 12:41:57:[JAXRSCommonClient] Test setup OK 12-12-2023 12:41:57:STARTING TEST : putWithGenericTypeThrowsWebApplicationExceptionTest()12-12-2023 12:41:57: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putnotok 12-12-2023 12:41:57: TRACE: [WIRE] - >> Content-Type:*/* 12-12-2023 12:41:57: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 12-12-2023 12:41:57: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:41:57: TRACE: [WIRE] - << Content-Length: 1172 12-12-2023 12:41:57: TRACE: [WIRE] - << Content-Language: 12-12-2023 12:41:57: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:41:57:Start time: 1702384917339 12-12-2023 12:41:57: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:41:57:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 12-12-2023 12:41:57:ExecutionException.getCause is WebApplicationException as expected 12-12-2023 12:41:57:FINISHED TEST : putWithGenericTypeThrowsWebApplicationExceptionTest() 12-12-2023 12:41:57:[JAXRSCommonClient] Test setup OK 12-12-2023 12:41:57:STARTING TEST : traceWithCallbackThrowsProcessingExceptionTest() 12-12-2023 12:41:57: TRACE: [WIRE] - >> TRACE http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/trace 12-12-2023 12:41:57: TRACE: [WIRE] - >> 12-12-2023 12:41:57:Start time: 1702384917350 12-12-2023 12:41:57:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 12-12-2023 12:41:57:ExecutionException.getCause is ProcessingException as expected 12-12-2023 12:41:57:FINISHED TEST : traceWithCallbackThrowsProcessingExceptionTest() 12-12-2023 12:41:57:[JAXRSCommonClient] Test setup OK 12-12-2023 12:41:57: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/delete 12-12-2023 12:41:57:STARTING TEST : deleteTest() 12-12-2023 12:41:57:Start time: 1702384917359 12-12-2023 12:41:57: TRACE: [WIRE] - >> 12-12-2023 12:41:57: TRACE: [WIRE] - << 200 OK 12-12-2023 12:41:57: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:41:57: TRACE: [WIRE] - << Content-Length: 6 12-12-2023 12:41:57: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:41:57: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:41:57:Returned status 200 (OK) 12-12-2023 12:41:57:FINISHED TEST : deleteTest() 12-12-2023 12:41:57:[JAXRSCommonClient] Test setup OK 12-12-2023 12:41:57:STARTING TEST : getWithGenericTypeResponseWhileServerWaitTest() 12-12-2023 12:41:57: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getandwait 12-12-2023 12:41:57: TRACE: [WIRE] - >> 12-12-2023 12:41:59: TRACE: [WIRE] - << 200 OK 12-12-2023 12:41:59: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:41:59: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:41:59: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:41:59: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:41:57:Start time: 1702384917368 12-12-2023 12:41:57:Client was returned control in 1 milliseconds from request 12-12-2023 12:41:59:Returned status 200 (OK) 12-12-2023 12:41:59:FINISHED TEST : getWithGenericTypeResponseWhileServerWaitTest() 12-12-2023 12:41:59:[JAXRSCommonClient] Test setup OK 12-12-2023 12:41:59:STARTING TEST : traceWithClassThrowsWebApplicationExceptionTest()12-12-2023 12:41:59: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/tracenotok 12-12-2023 12:41:59: TRACE: [WIRE] - >> 12-12-2023 12:41:59: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 12-12-2023 12:41:59: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:41:59: TRACE: [WIRE] - << Content-Length: 1172 12-12-2023 12:41:59: TRACE: [WIRE] - << Content-Language: 12-12-2023 12:41:59:Start time: 1702384919379 12-12-2023 12:41:59: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:41:59: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:41:59:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 12-12-2023 12:41:59:ExecutionException.getCause is WebApplicationException as expected 12-12-2023 12:41:59:FINISHED TEST : traceWithClassThrowsWebApplicationExceptionTest() 12-12-2023 12:41:59:[JAXRSCommonClient] Test setup OK 12-12-2023 12:41:59:STARTING TEST : postWithStringClassWhileServerWaitTest()12-12-2023 12:41:59: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postandwait 12-12-2023 12:41:59: TRACE: [WIRE] - >> Content-Type:*/* 12-12-2023 12:42:01: TRACE: [WIRE] - << 200 OK 12-12-2023 12:41:59:Start time: 1702384919394 12-12-2023 12:41:59:Client was returned control in 0 milliseconds from request 12-12-2023 12:42:01: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:01: TRACE: [WIRE] - << Content-Length: 4 12-12-2023 12:42:01: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:42:01: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:01:FINISHED TEST : postWithStringClassWhileServerWaitTest() 12-12-2023 12:42:01:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:01:STARTING TEST : methodWithCallbackStringWhileServerWaitTest()12-12-2023 12:42:01: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deleteandwait 12-12-2023 12:42:01: TRACE: [WIRE] - >> 12-12-2023 12:42:03: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:03: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:03: TRACE: [WIRE] - << Content-Length: 6 12-12-2023 12:42:01:Start time: 1702384921413 12-12-2023 12:42:01:Client was returned control in 1 milliseconds from request 12-12-2023 12:42:03: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:42:03: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:03:Callback#completed() called in 2003 milliseconds from request 12-12-2023 12:42:03:Callback completed() call ok 12-12-2023 12:42:03:Start time: 1702384923425 12-12-2023 12:42:03:Client was returned control in 0 milliseconds from request 12-12-2023 12:42:03: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getandwait 12-12-2023 12:42:03: TRACE: [WIRE] - >> 12-12-2023 12:42:05: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:05: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:05: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:42:05: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:42:05: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:05:Callback#completed() called in 2003 milliseconds from request 12-12-2023 12:42:05:Callback completed() call ok 12-12-2023 12:42:05:Start time: 1702384925538 12-12-2023 12:42:05:Client was returned control in 0 milliseconds from request 12-12-2023 12:42:05: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsandwait 12-12-2023 12:42:05: TRACE: [WIRE] - >> 12-12-2023 12:42:07: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:07: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:07: TRACE: [WIRE] - << Content-Length: 7 12-12-2023 12:42:07: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:42:07: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:07:Callback#completed() called in 2003 milliseconds from request 12-12-2023 12:42:07:Callback completed() call ok 12-12-2023 12:42:07:FINISHED TEST : methodWithCallbackStringWhileServerWaitTest() 12-12-2023 12:42:07:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:07:STARTING TEST : methodWithGenericTypeWithEntityThrowsProcessingExceptionTest() 12-12-2023 12:42:07: TRACE: [WIRE] - >> PUT http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/put 12-12-2023 12:42:07: TRACE: [WIRE] - >> Content-Type:*/* 12-12-2023 12:42:07:Start time: 1702384927652 12-12-2023 12:42:07:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 12-12-2023 12:42:07:ExecutionException.getCause is ProcessingException as expected 12-12-2023 12:42:07:Start time: 1702384927669 12-12-2023 12:42:07: TRACE: [WIRE] - >> POST http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/post 12-12-2023 12:42:07: TRACE: [WIRE] - >> Content-Type:*/* 12-12-2023 12:42:07:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 12-12-2023 12:42:07:ExecutionException.getCause is ProcessingException as expected 12-12-2023 12:42:07:FINISHED TEST : methodWithGenericTypeWithEntityThrowsProcessingExceptionTest() 12-12-2023 12:42:07:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:07:STARTING TEST : getWithClassThrowsProcessingExceptionTest()12-12-2023 12:42:07: TRACE: [WIRE] - >> GET http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/get 12-12-2023 12:42:07: TRACE: [WIRE] - >> 12-12-2023 12:42:07:Start time: 1702384927680 12-12-2023 12:42:07:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 12-12-2023 12:42:07:ExecutionException.getCause is ProcessingException as expected 12-12-2023 12:42:07:FINISHED TEST : getWithClassThrowsProcessingExceptionTest() 12-12-2023 12:42:07:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:07:STARTING TEST : postWithGenericTypeStringWhileServerWaitTest() 12-12-2023 12:42:07: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postandwait 12-12-2023 12:42:07: TRACE: [WIRE] - >> Content-Type:*/* 12-12-2023 12:42:09: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:07:Start time: 1702384927691 12-12-2023 12:42:07:Client was returned control in 0 milliseconds from request 12-12-2023 12:42:09: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:09: TRACE: [WIRE] - << Content-Length: 4 12-12-2023 12:42:09: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:42:09: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:09:FINISHED TEST : postWithGenericTypeStringWhileServerWaitTest() 12-12-2023 12:42:09:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:09:STARTING TEST : deleteWithCallbackStringThrowsProcessingExceptionTest() 12-12-2023 12:42:09: TRACE: [WIRE] - >> DELETE http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deleteandwait 12-12-2023 12:42:09:Start time: 1702384929703 12-12-2023 12:42:09: TRACE: [WIRE] - >> 12-12-2023 12:42:09:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 12-12-2023 12:42:09:ExecutionException.getCause is ProcessingException as expected 12-12-2023 12:42:09:FINISHED TEST : deleteWithCallbackStringThrowsProcessingExceptionTest() 12-12-2023 12:42:09:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:09:STARTING TEST : methodWithGenericTypeWithEntityThrowsNoWebApplicationExceptionForResponseTest()12-12-2023 12:42:09: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putnotok 12-12-2023 12:42:09: TRACE: [WIRE] - >> Content-Type:*/* 12-12-2023 12:42:09: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 12-12-2023 12:42:09: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:09:Start time: 1702384929718 12-12-2023 12:42:09: TRACE: [WIRE] - << Content-Length: 1172 12-12-2023 12:42:09: TRACE: [WIRE] - << Content-Language: 12-12-2023 12:42:09: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:42:09: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:09:Returned status 406 (NOT_ACCEPTABLE) 12-12-2023 12:42:09: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postnotok 12-12-2023 12:42:09: TRACE: [WIRE] - >> Content-Type:*/* 12-12-2023 12:42:09:Start time: 1702384929727 12-12-2023 12:42:09: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 12-12-2023 12:42:09: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:09: TRACE: [WIRE] - << Content-Length: 1172 12-12-2023 12:42:09: TRACE: [WIRE] - << Content-Language: 12-12-2023 12:42:09: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:42:09: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:09:Returned status 406 (NOT_ACCEPTABLE) 12-12-2023 12:42:09:FINISHED TEST : methodWithGenericTypeWithEntityThrowsNoWebApplicationExceptionForResponseTest() 12-12-2023 12:42:09:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:09: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putandwait 12-12-2023 12:42:09:STARTING TEST : methodWithCallbackStringWithEntityWhileServerWaitTest() 12-12-2023 12:42:09:Start time: 1702384929738 12-12-2023 12:42:09: TRACE: [WIRE] - >> Content-Type:*/* 12-12-2023 12:42:11: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:11: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:11: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:42:11: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:42:11: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:09:Client was returned control in 1 milliseconds from request 12-12-2023 12:42:11:Callback#completed() called in 2004 milliseconds from request 12-12-2023 12:42:11:Callback completed() call ok 12-12-2023 12:42:11:Start time: 1702384931848 12-12-2023 12:42:11:Client was returned control in 1 milliseconds from request12-12-2023 12:42:11: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postandwait 12-12-2023 12:42:11: TRACE: [WIRE] - >> Content-Type:*/* 12-12-2023 12:42:13: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:13: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:13: TRACE: [WIRE] - << Content-Length: 4 12-12-2023 12:42:13: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:42:13: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:13:Callback#completed() called in 2004 milliseconds from request 12-12-2023 12:42:13:Callback completed() call ok 12-12-2023 12:42:13:FINISHED TEST : methodWithCallbackStringWithEntityWhileServerWaitTest() 12-12-2023 12:42:13:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:13:STARTING TEST : headThrowsProcessingExceptionTest() 12-12-2023 12:42:13:Start time: 1702384933962 12-12-2023 12:42:13: TRACE: [WIRE] - >> HEAD http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/head 12-12-2023 12:42:13: TRACE: [WIRE] - >> 12-12-2023 12:42:13:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 12-12-2023 12:42:13:ExecutionException.getCause is ProcessingException as expected 12-12-2023 12:42:13:FINISHED TEST : headThrowsProcessingExceptionTest() 12-12-2023 12:42:13:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:13:STARTING TEST : optionsThrowsProcessingExceptionTest() 12-12-2023 12:42:13: TRACE: [WIRE] - >> OPTIONS http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/options 12-12-2023 12:42:13: TRACE: [WIRE] - >> 12-12-2023 12:42:13:Start time: 1702384933973 12-12-2023 12:42:13:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 12-12-2023 12:42:13:ExecutionException.getCause is ProcessingException as expected 12-12-2023 12:42:13:FINISHED TEST : optionsThrowsProcessingExceptionTest() 12-12-2023 12:42:13:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:13:STARTING TEST : optionsWithGenericTypeThrowsProcessingExceptionTest()12-12-2023 12:42:13: TRACE: [WIRE] - >> OPTIONS http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/options 12-12-2023 12:42:13: TRACE: [WIRE] - >> 12-12-2023 12:42:13:Start time: 1702384933984 12-12-2023 12:42:13:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 12-12-2023 12:42:13:ExecutionException.getCause is ProcessingException as expected 12-12-2023 12:42:13:FINISHED TEST : optionsWithGenericTypeThrowsProcessingExceptionTest() 12-12-2023 12:42:13:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:13:STARTING TEST : postWithGenericTypeThrowsProcessingExceptionTest() 12-12-2023 12:42:13: TRACE: [WIRE] - >> POST http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/post 12-12-2023 12:42:13: TRACE: [WIRE] - >> Content-Type:*/* 12-12-2023 12:42:13:Start time: 1702384933995 12-12-2023 12:42:13:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 12-12-2023 12:42:13:ExecutionException.getCause is ProcessingException as expected 12-12-2023 12:42:13:FINISHED TEST : postWithGenericTypeThrowsProcessingExceptionTest() 12-12-2023 12:42:13:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:13:STARTING TEST : putWithCallbackThrowsProcessingExceptionTest() 12-12-2023 12:42:14:Start time: 1702384934012 12-12-2023 12:42:14: TRACE: [WIRE] - >> PUT http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/put 12-12-2023 12:42:14: TRACE: [WIRE] - >> Content-Type:*/* 12-12-2023 12:42:14:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 12-12-2023 12:42:14:ExecutionException.getCause is ProcessingException as expected 12-12-2023 12:42:14:FINISHED TEST : putWithCallbackThrowsProcessingExceptionTest() [INFO] Tests run: 147, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 159.924 s - in ee.jakarta.tck.ws.rs.ee.rs.client.asyncinvoker.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.client.clientrequestcontext.JAXRSClientIT 12-12-2023 12:42:14:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:14:STARTING TEST : setUriTest() 12-12-2023 12:42:14: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_clientrequestcontext_web/resource/post 12-12-2023 12:42:14: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:42:14: TRACE: [WIRE] - >> ENTITY 12-12-2023 12:42:14: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:14: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:14: TRACE: [WIRE] - << Content-Length: 6 12-12-2023 12:42:14:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_client_clientrequestcontext_web/resource/qwerty' to target server at 'localhost:8080' 12-12-2023 12:42:14:############################### 12-12-2023 12:42:14:[Request] Adding entity: ENTITY 12-12-2023 12:42:14: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:14: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:14: TRACE: [WIRE] - << ENTITY 12-12-2023 12:42:14:Found expected substring: ENTITY 12-12-2023 12:42:14:FINISHED TEST : setUriTest() 12-12-2023 12:42:14:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:14:STARTING TEST : getHeadersIsMutableTest() 12-12-2023 12:42:14: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_clientrequestcontext_web/resource/headers 12-12-2023 12:42:14: TRACE: [WIRE] - >> Accept:*/*, Accept-Language:en_gb, Date:Tue, 15 Nov 1994 08:12:31 GMT, tck:cts 12-12-2023 12:42:14: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:14: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:14: TRACE: [WIRE] - << Content-Length: 59 12-12-2023 12:42:14: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:14: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:14:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_client_clientrequestcontext_web/resource/headers' to target server at 'localhost:8080' 12-12-2023 12:42:14:############################### 12-12-2023 12:42:14: TRACE: [WIRE] - << accept;accept-language;date;tck;user-agent;host;connection; 12-12-2023 12:42:14:Found expected substring: accept-language 12-12-2023 12:42:14:Found expected substring: date 12-12-2023 12:42:14:Found expected substring: tck 12-12-2023 12:42:14:FINISHED TEST : getHeadersIsMutableTest() 12-12-2023 12:42:14:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:14:STARTING TEST : setMethodTest()12-12-2023 12:42:14: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_clientrequestcontext_web/resource/put 12-12-2023 12:42:14: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:42:14: TRACE: [WIRE] - >> ENTITY 12-12-2023 12:42:14:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_client_clientrequestcontext_web/resource/put' to target server at 'localhost:8080' 12-12-2023 12:42:14:############################### 12-12-2023 12:42:14:[Request] Adding entity: ENTITY 12-12-2023 12:42:14: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:14: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:14: TRACE: [WIRE] - << Content-Length: 6 12-12-2023 12:42:14: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:14: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:14: TRACE: [WIRE] - << ENTITY 12-12-2023 12:42:14:Found expected substring: ENTITY 12-12-2023 12:42:14:FINISHED TEST : setMethodTest() 12-12-2023 12:42:14:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:14: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_clientrequestcontext_web/resource/post 12-12-2023 12:42:14: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:42:14: TRACE: [WIRE] - >> java.io.ByteArrayInputStream@4513b167 12-12-2023 12:42:14: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:14: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:14: TRACE: [WIRE] - << Content-Length: 8192 12-12-2023 12:42:14: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:14: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:14:STARTING TEST : getEntityStreamTest() 12-12-2023 12:42:14:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_client_clientrequestcontext_web/resource/post' to target server at 'localhost:8080' 12-12-2023 12:42:14:############################### 12-12-2023 12:42:14:[Request] Adding entity: java.io.ByteArrayInputStream@4513b167 12-12-2023 12:42:14: TRACE: [WIRE] - << ENTITY_STREAM_WORKS 12-12-2023 12:42:14:Found expected substring: ENTITY_STREAM_WORKS 12-12-2023 12:42:14:FINISHED TEST : getEntityStreamTest() [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.619 s - in ee.jakarta.tck.ws.rs.ee.rs.client.clientrequestcontext.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.client.invocationbuilder.JAXRSClientIT 12-12-2023 12:42:15:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:15: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_invocationbuilder_web/resource/headerstostring 12-12-2023 12:42:15:STARTING TEST : cacheControlTest() 12-12-2023 12:42:15: TRACE: [WIRE] - >> Cache-Control:no-transform, max-age=2 12-12-2023 12:42:15: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:15: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:15: TRACE: [WIRE] - << Content-Length: 191 12-12-2023 12:42:15: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:42:15: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:15:FINISHED TEST : cacheControlTest() 12-12-2023 12:42:15:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:15:STARTING TEST : headersMultivaluedMapIsNullReplacesAllTest() 12-12-2023 12:42:15: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_invocationbuilder_web/resource/headerstostring 12-12-2023 12:42:15: TRACE: [WIRE] - >> 12-12-2023 12:42:15: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:15: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:15: TRACE: [WIRE] - << Content-Length: 153 12-12-2023 12:42:15: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:42:15: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:15:FINISHED TEST : headersMultivaluedMapIsNullReplacesAllTest() 12-12-2023 12:42:15:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:15: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_invocationbuilder_web/resource/put 12-12-2023 12:42:15:STARTING TEST : buildWithEntityTest() 12-12-2023 12:42:15: TRACE: [WIRE] - >> Content-Type:*/* 12-12-2023 12:42:15: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:15: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:15: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:42:15: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:42:15: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:15: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_invocationbuilder_web/resource/post 12-12-2023 12:42:15: TRACE: [WIRE] - >> Content-Type:*/* 12-12-2023 12:42:15: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:15: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:15: TRACE: [WIRE] - << Content-Length: 4 12-12-2023 12:42:15: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:42:15: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:15:FINISHED TEST : buildWithEntityTest() 12-12-2023 12:42:15:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:15:STARTING TEST : asyncTest() 12-12-2023 12:42:15:FINISHED TEST : asyncTest() 12-12-2023 12:42:15:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:15: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_invocationbuilder_web/resource/put 12-12-2023 12:42:15:STARTING TEST : buildPutTest() 12-12-2023 12:42:15: TRACE: [WIRE] - >> Content-Type:*/* 12-12-2023 12:42:15: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:15: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:15: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:42:15: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:42:15: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:15:FINISHED TEST : buildPutTest() 12-12-2023 12:42:15:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:15:STARTING TEST : buildTest()12-12-2023 12:42:15: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_invocationbuilder_web/resource/delete 12-12-2023 12:42:15: TRACE: [WIRE] - >> 12-12-2023 12:42:15: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:15: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:15: TRACE: [WIRE] - << Content-Length: 6 12-12-2023 12:42:15: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:42:15: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:15: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_invocationbuilder_web/resource/get 12-12-2023 12:42:15: TRACE: [WIRE] - >> 12-12-2023 12:42:15: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:15: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:15: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:42:15: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:42:15: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:15: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_invocationbuilder_web/resource/options 12-12-2023 12:42:15: TRACE: [WIRE] - >> 12-12-2023 12:42:15: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:15: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:15: TRACE: [WIRE] - << Content-Length: 7 12-12-2023 12:42:15: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:42:15: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:15:FINISHED TEST : buildTest() 12-12-2023 12:42:15:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:15:STARTING TEST : buildGetTest() 12-12-2023 12:42:15: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_invocationbuilder_web/resource/get 12-12-2023 12:42:15: TRACE: [WIRE] - >> 12-12-2023 12:42:15: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:15: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:15: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:42:15: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:42:15: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:15:FINISHED TEST : buildGetTest() 12-12-2023 12:42:15:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:15:STARTING TEST : buildDeleteTest()12-12-2023 12:42:15: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_invocationbuilder_web/resource/delete 12-12-2023 12:42:15: TRACE: [WIRE] - >> 12-12-2023 12:42:15: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:15: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:15: TRACE: [WIRE] - << Content-Length: 6 12-12-2023 12:42:15: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:42:15: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:15:FINISHED TEST : buildDeleteTest() 12-12-2023 12:42:15:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:15:STARTING TEST : headersMultivaluedMapTest() 12-12-2023 12:42:15: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_invocationbuilder_web/resource/headerstostring 12-12-2023 12:42:15: TRACE: [WIRE] - >> tck-header:cts-header 12-12-2023 12:42:15: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:15: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:15: TRACE: [WIRE] - << Content-Length: 175 12-12-2023 12:42:15: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:42:15: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:15:FINISHED TEST : headersMultivaluedMapTest() 12-12-2023 12:42:15:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:15: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_invocationbuilder_web/resource/cookie 12-12-2023 12:42:15: TRACE: [WIRE] - >> Cookie:$Version=1;tck=cts 12-12-2023 12:42:15: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:15:STARTING TEST : cookieCookieTest() 12-12-2023 12:42:15: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:15: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:42:15: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:42:15: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:15:FINISHED TEST : cookieCookieTest() 12-12-2023 12:42:15:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:15:STARTING TEST : headerObjectTest() 12-12-2023 12:42:15: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_invocationbuilder_web/resource/headerstostring 12-12-2023 12:42:15: TRACE: [WIRE] - >> tck-header:cts-header 12-12-2023 12:42:15: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:15: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:15: TRACE: [WIRE] - << Content-Length: 175 12-12-2023 12:42:15: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:42:15: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:15:FINISHED TEST : headerObjectTest() 12-12-2023 12:42:15:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:15: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_invocationbuilder_web/resource/cookie 12-12-2023 12:42:15:STARTING TEST : cookieStringStringTest() 12-12-2023 12:42:15: TRACE: [WIRE] - >> Cookie:$Version=1;tck=cts 12-12-2023 12:42:15: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:15: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:15: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:42:15: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:42:15: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:15:FINISHED TEST : cookieStringStringTest() 12-12-2023 12:42:15:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:15:STARTING TEST : acceptLanguageByLocalesTest()12-12-2023 12:42:15: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_invocationbuilder_web/resource/languages 12-12-2023 12:42:15: TRACE: [WIRE] - >> Accept-Language:de it fr 12-12-2023 12:42:15: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:15: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:15: TRACE: [WIRE] - << Content-Length: 8 12-12-2023 12:42:15: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:42:15: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:15:FINISHED TEST : acceptLanguageByLocalesTest() 12-12-2023 12:42:15:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:15: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_invocationbuilder_web/resource/post 12-12-2023 12:42:15:STARTING TEST : buildPostTest() 12-12-2023 12:42:15: TRACE: [WIRE] - >> Content-Type:*/* 12-12-2023 12:42:15: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:15: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:15: TRACE: [WIRE] - << Content-Length: 4 12-12-2023 12:42:15: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:42:15: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:15:FINISHED TEST : buildPostTest() 12-12-2023 12:42:15:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:15:STARTING TEST : acceptLanguageByStringsTest()12-12-2023 12:42:15: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_invocationbuilder_web/resource/languages 12-12-2023 12:42:15: TRACE: [WIRE] - >> Accept-Language:de it fr 12-12-2023 12:42:15: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:15: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:15: TRACE: [WIRE] - << Content-Length: 8 12-12-2023 12:42:15: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:42:15: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:15:FINISHED TEST : acceptLanguageByStringsTest() [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.615 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-12-2023 12:42:15:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:15:STARTING TEST : methodWithStringClassThrowsWebApplicationExceptionTest()12-12-2023 12:42:15: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/deletenotok 12-12-2023 12:42:15: TRACE: [WIRE] - >> 12-12-2023 12:42:15: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 12-12-2023 12:42:15: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:15: TRACE: [WIRE] - << Content-Length: 1172 12-12-2023 12:42:15: TRACE: [WIRE] - << Content-Language: 12-12-2023 12:42:15: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:42:15: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:15: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/getnotok 12-12-2023 12:42:15: TRACE: [WIRE] - >> 12-12-2023 12:42:15: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 12-12-2023 12:42:15: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:15: TRACE: [WIRE] - << Content-Length: 1172 12-12-2023 12:42:15: TRACE: [WIRE] - << Content-Language: 12-12-2023 12:42:15: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:42:15: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:15: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/optionsnotok 12-12-2023 12:42:15: TRACE: [WIRE] - >> 12-12-2023 12:42:15: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 12-12-2023 12:42:15: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:15: TRACE: [WIRE] - << Content-Length: 1172 12-12-2023 12:42:15: TRACE: [WIRE] - << Content-Language: 12-12-2023 12:42:15: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:42:15: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:15:FINISHED TEST : methodWithStringClassThrowsWebApplicationExceptionTest() 12-12-2023 12:42:15:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:15: TRACE: [WIRE] - >> PUT http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 12-12-2023 12:42:15:STARTING TEST : putWithGenericTypeStringThrowsProcessingExceptionTest() 12-12-2023 12:42:15: TRACE: [WIRE] - >> Content-Type:*/* 12-12-2023 12:42:15:FINISHED TEST : putWithGenericTypeStringThrowsProcessingExceptionTest() 12-12-2023 12:42:15:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:15: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/postnotok 12-12-2023 12:42:15:STARTING TEST : postWithStringClassThrowsWebApplicationExceptionTest() 12-12-2023 12:42:15: TRACE: [WIRE] - >> Content-Type:*/* 12-12-2023 12:42:15: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 12-12-2023 12:42:15: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:15: TRACE: [WIRE] - << Content-Length: 1172 12-12-2023 12:42:15: TRACE: [WIRE] - << Content-Language: 12-12-2023 12:42:15: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:42:15: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:15:FINISHED TEST : postWithStringClassThrowsWebApplicationExceptionTest() 12-12-2023 12:42:15:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:15: TRACE: [WIRE] - >> DELETE http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 12-12-2023 12:42:15: TRACE: [WIRE] - >> 12-12-2023 12:42:15:STARTING TEST : deleteWithStringClassThrowsProcessingExceptionTest() 12-12-2023 12:42:15:FINISHED TEST : deleteWithStringClassThrowsProcessingExceptionTest() 12-12-2023 12:42:15:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:15: TRACE: [WIRE] - >> PUT http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 12-12-2023 12:42:15:STARTING TEST : methodWithGenericTypeStringWithEntityThrowsProcessingExceptionTest() 12-12-2023 12:42:15: TRACE: [WIRE] - >> Content-Type:*/* 12-12-2023 12:42:15: TRACE: [WIRE] - >> POST http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 12-12-2023 12:42:15: TRACE: [WIRE] - >> Content-Type:*/* 12-12-2023 12:42:15:FINISHED TEST : methodWithGenericTypeStringWithEntityThrowsProcessingExceptionTest() 12-12-2023 12:42:15:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:15: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/putnotok 12-12-2023 12:42:15:STARTING TEST : putWithGenericTypeStringThrowsWebApplicationExceptionTest() 12-12-2023 12:42:15: TRACE: [WIRE] - >> Content-Type:*/* 12-12-2023 12:42:15: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 12-12-2023 12:42:15: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:15: TRACE: [WIRE] - << Content-Length: 1172 12-12-2023 12:42:15: TRACE: [WIRE] - << Content-Language: 12-12-2023 12:42:15: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:42:15: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:15:FINISHED TEST : putWithGenericTypeStringThrowsWebApplicationExceptionTest() 12-12-2023 12:42:15:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:15:STARTING TEST : methodWithGenericTypeStringWithEntityTest()12-12-2023 12:42:15: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/put 12-12-2023 12:42:15: TRACE: [WIRE] - >> Content-Type:*/* 12-12-2023 12:42:15: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:15: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:15: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:42:15: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:42:15: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:15: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/post 12-12-2023 12:42:15: TRACE: [WIRE] - >> Content-Type:*/* 12-12-2023 12:42:15: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:15: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:15: TRACE: [WIRE] - << Content-Length: 4 12-12-2023 12:42:15: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:42:15: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:15:FINISHED TEST : methodWithGenericTypeStringWithEntityTest() 12-12-2023 12:42:15:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:15: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/post 12-12-2023 12:42:15: TRACE: [WIRE] - >> Content-Type:*/* 12-12-2023 12:42:15: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:15: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:15: TRACE: [WIRE] - << Content-Length: 4 12-12-2023 12:42:15: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:42:15: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:15:STARTING TEST : postWithGenericTypeStringTest() 12-12-2023 12:42:15:FINISHED TEST : postWithGenericTypeStringTest() 12-12-2023 12:42:15:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:15: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/putnotok 12-12-2023 12:42:15:STARTING TEST : putWithStringClassThrowsWebApplicationExceptionTest() 12-12-2023 12:42:15: TRACE: [WIRE] - >> Content-Type:*/* 12-12-2023 12:42:15: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 12-12-2023 12:42:15: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:15: TRACE: [WIRE] - << Content-Length: 1172 12-12-2023 12:42:15: TRACE: [WIRE] - << Content-Language: 12-12-2023 12:42:15: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:42:15: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:15:FINISHED TEST : putWithStringClassThrowsWebApplicationExceptionTest() 12-12-2023 12:42:15:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:15:STARTING TEST : methodWithStringClassWithEntityTest()12-12-2023 12:42:15: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/put 12-12-2023 12:42:15: TRACE: [WIRE] - >> Content-Type:*/* 12-12-2023 12:42:15: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:15: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:15: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:42:15: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:42:15: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:15: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/post 12-12-2023 12:42:15: TRACE: [WIRE] - >> Content-Type:*/* 12-12-2023 12:42:15: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:15: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:15: TRACE: [WIRE] - << Content-Length: 4 12-12-2023 12:42:15: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:42:15: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:15:FINISHED TEST : methodWithStringClassWithEntityTest() 12-12-2023 12:42:15:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:15: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/post 12-12-2023 12:42:15:STARTING TEST : postWithStringClassTest() 12-12-2023 12:42:15: TRACE: [WIRE] - >> Content-Type:*/* 12-12-2023 12:42:15: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:15: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:15: TRACE: [WIRE] - << Content-Length: 4 12-12-2023 12:42:15: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:42:15: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:15:FINISHED TEST : postWithStringClassTest() 12-12-2023 12:42:15:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:15: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/putnotok 12-12-2023 12:42:15:STARTING TEST : methodWithGenericTypeStringWithEntityThrowsWebApplicationExceptionTest() 12-12-2023 12:42:15: TRACE: [WIRE] - >> Content-Type:*/* 12-12-2023 12:42:15: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 12-12-2023 12:42:15: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:15: TRACE: [WIRE] - << Content-Length: 1172 12-12-2023 12:42:15: TRACE: [WIRE] - << Content-Language: 12-12-2023 12:42:15: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:42:15: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:15: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/postnotok 12-12-2023 12:42:15: TRACE: [WIRE] - >> Content-Type:*/* 12-12-2023 12:42:15: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 12-12-2023 12:42:15: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:15: TRACE: [WIRE] - << Content-Length: 1172 12-12-2023 12:42:15: TRACE: [WIRE] - << Content-Language: 12-12-2023 12:42:15: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:42:15: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:15:FINISHED TEST : methodWithGenericTypeStringWithEntityThrowsWebApplicationExceptionTest() 12-12-2023 12:42:15:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:15: TRACE: [WIRE] - >> GET http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 12-12-2023 12:42:15:STARTING TEST : getWithGenericTypeStringThrowsProcessingExceptionTest() 12-12-2023 12:42:15: TRACE: [WIRE] - >> 12-12-2023 12:42:15:FINISHED TEST : getWithGenericTypeStringThrowsProcessingExceptionTest() 12-12-2023 12:42:15:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:15:STARTING TEST : optionsWithGenericTypeStringThrowsProcessingExceptionTest() 12-12-2023 12:42:15: TRACE: [WIRE] - >> OPTIONS http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 12-12-2023 12:42:15: TRACE: [WIRE] - >> 12-12-2023 12:42:15:FINISHED TEST : optionsWithGenericTypeStringThrowsProcessingExceptionTest() 12-12-2023 12:42:15:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:16: TRACE: [WIRE] - >> HEAD http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/head 12-12-2023 12:42:16: TRACE: [WIRE] - >> 12-12-2023 12:42:16: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:16: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:16: TRACE: [WIRE] - << Content-Length: 4 12-12-2023 12:42:16: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:42:15:STARTING TEST : headTest() 12-12-2023 12:42:16: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:16:FINISHED TEST : headTest() 12-12-2023 12:42:16:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:16: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/trace 12-12-2023 12:42:16:STARTING TEST : traceWithStringClassTest() 12-12-2023 12:42:16: TRACE: [WIRE] - >> 12-12-2023 12:42:16: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:16: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:16: TRACE: [WIRE] - << Content-Length: 5 12-12-2023 12:42:16: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:42:16: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:16:FINISHED TEST : traceWithStringClassTest() 12-12-2023 12:42:16:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:16: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/trace 12-12-2023 12:42:16: TRACE: [WIRE] - >> 12-12-2023 12:42:16: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:16: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:16: TRACE: [WIRE] - << Content-Length: 5 12-12-2023 12:42:16: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:42:16: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:16:STARTING TEST : traceWithResponseClassTest() 12-12-2023 12:42:16:Returned status 200 (OK) 12-12-2023 12:42:16:FINISHED TEST : traceWithResponseClassTest() 12-12-2023 12:42:16:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:16:STARTING TEST : methodWithGenericTypeResponseWithEntityThrowsNoWebApplicationExceptionTest() 12-12-2023 12:42:16: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/putnotok 12-12-2023 12:42:16: TRACE: [WIRE] - >> Content-Type:*/* 12-12-2023 12:42:16: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 12-12-2023 12:42:16: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:16: TRACE: [WIRE] - << Content-Length: 1172 12-12-2023 12:42:16: TRACE: [WIRE] - << Content-Language: 12-12-2023 12:42:16: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:42:16: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:16: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/postnotok 12-12-2023 12:42:16: TRACE: [WIRE] - >> Content-Type:*/* 12-12-2023 12:42:16: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 12-12-2023 12:42:16: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:16: TRACE: [WIRE] - << Content-Length: 1172 12-12-2023 12:42:16: TRACE: [WIRE] - << Content-Language: 12-12-2023 12:42:16: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:42:16: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:16:Returned status 406 (NOT_ACCEPTABLE) 12-12-2023 12:42:16:Returned status 406 (NOT_ACCEPTABLE) 12-12-2023 12:42:16:FINISHED TEST : methodWithGenericTypeResponseWithEntityThrowsNoWebApplicationExceptionTest() 12-12-2023 12:42:16:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:16:STARTING TEST : getThrowsProcessingExceptionTest()12-12-2023 12:42:16: TRACE: [WIRE] - >> GET http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 12-12-2023 12:42:16: TRACE: [WIRE] - >> 12-12-2023 12:42:16:FINISHED TEST : getThrowsProcessingExceptionTest() 12-12-2023 12:42:16:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:16:STARTING TEST : methodWithResponseClassWithEntityTest() 12-12-2023 12:42:16: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/put 12-12-2023 12:42:16: TRACE: [WIRE] - >> Content-Type:*/* 12-12-2023 12:42:16: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:16: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:16: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:42:16: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:42:16: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:16: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/post 12-12-2023 12:42:16: TRACE: [WIRE] - >> Content-Type:*/* 12-12-2023 12:42:16: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:16: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:16: TRACE: [WIRE] - << Content-Length: 4 12-12-2023 12:42:16: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:42:16: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:16:FINISHED TEST : methodWithResponseClassWithEntityTest() 12-12-2023 12:42:16:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:16: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/delete 12-12-2023 12:42:16:STARTING TEST : deleteWithResponseClassTest() 12-12-2023 12:42:16: TRACE: [WIRE] - >> 12-12-2023 12:42:16: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:16: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:16: TRACE: [WIRE] - << Content-Length: 6 12-12-2023 12:42:16: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:42:16: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:16:Returned status 200 (OK) 12-12-2023 12:42:16:FINISHED TEST : deleteWithResponseClassTest() 12-12-2023 12:42:16:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:16: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/delete 12-12-2023 12:42:16:STARTING TEST : deleteWithStringClassTest() 12-12-2023 12:42:16: TRACE: [WIRE] - >> 12-12-2023 12:42:16: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:16: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:16: TRACE: [WIRE] - << Content-Length: 6 12-12-2023 12:42:16: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:42:16: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:16:FINISHED TEST : deleteWithStringClassTest() 12-12-2023 12:42:16:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:16:STARTING TEST : methodTest()12-12-2023 12:42:16: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/delete 12-12-2023 12:42:16: TRACE: [WIRE] - >> 12-12-2023 12:42:16: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:16: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:16: TRACE: [WIRE] - << Content-Length: 6 12-12-2023 12:42:16: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:42:16: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:16: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/get 12-12-2023 12:42:16: TRACE: [WIRE] - >> 12-12-2023 12:42:16:Returned status 200 (OK) 12-12-2023 12:42:16: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:16: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:16: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:42:16: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:42:16: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:16: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/options 12-12-2023 12:42:16:Returned status 200 (OK) 12-12-2023 12:42:16: TRACE: [WIRE] - >> 12-12-2023 12:42:16: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:16: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:16: TRACE: [WIRE] - << Content-Length: 7 12-12-2023 12:42:16: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:42:16: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:16:Returned status 200 (OK) 12-12-2023 12:42:16:FINISHED TEST : methodTest() 12-12-2023 12:42:16:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:16:STARTING TEST : getWithGenericTypeResponseTest()12-12-2023 12:42:16: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/get 12-12-2023 12:42:16: TRACE: [WIRE] - >> 12-12-2023 12:42:16: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:16: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:16: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:42:16: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:42:16: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:16:Returned status 200 (OK) 12-12-2023 12:42:16:FINISHED TEST : getWithGenericTypeResponseTest() 12-12-2023 12:42:16:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:16:STARTING TEST : deleteWithGenericTypeResponseTest() 12-12-2023 12:42:16: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/delete 12-12-2023 12:42:16: TRACE: [WIRE] - >> 12-12-2023 12:42:16: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:16: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:16: TRACE: [WIRE] - << Content-Length: 6 12-12-2023 12:42:16: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:42:16: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:16:Returned status 200 (OK) 12-12-2023 12:42:16:FINISHED TEST : deleteWithGenericTypeResponseTest() 12-12-2023 12:42:16:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:16:STARTING TEST : putWithStringClassThrowsProcessingExceptionTest()12-12-2023 12:42:16: TRACE: [WIRE] - >> PUT http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 12-12-2023 12:42:16: TRACE: [WIRE] - >> Content-Type:*/* 12-12-2023 12:42:16:FINISHED TEST : putWithStringClassThrowsProcessingExceptionTest() 12-12-2023 12:42:16:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:16: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/put 12-12-2023 12:42:16:STARTING TEST : putWithStringClassTest() 12-12-2023 12:42:16: TRACE: [WIRE] - >> Content-Type:*/* 12-12-2023 12:42:16: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:16: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:16: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:42:16: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:42:16: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:16:FINISHED TEST : putWithStringClassTest() 12-12-2023 12:42:16:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:16: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/deletenotok 12-12-2023 12:42:16:STARTING TEST : methodWithGenericTypeStringThrowsWebApplicationExceptionTest() 12-12-2023 12:42:16: TRACE: [WIRE] - >> 12-12-2023 12:42:16: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 12-12-2023 12:42:16: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:16: TRACE: [WIRE] - << Content-Length: 1172 12-12-2023 12:42:16: TRACE: [WIRE] - << Content-Language: 12-12-2023 12:42:16: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:42:16: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:16: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/getnotok 12-12-2023 12:42:16: TRACE: [WIRE] - >> 12-12-2023 12:42:16: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 12-12-2023 12:42:16: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:16: TRACE: [WIRE] - << Content-Length: 1172 12-12-2023 12:42:16: TRACE: [WIRE] - << Content-Language: 12-12-2023 12:42:16: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:42:16: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:16: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/optionsnotok 12-12-2023 12:42:16: TRACE: [WIRE] - >> 12-12-2023 12:42:16: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 12-12-2023 12:42:16: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:16: TRACE: [WIRE] - << Content-Length: 1172 12-12-2023 12:42:16: TRACE: [WIRE] - << Content-Language: 12-12-2023 12:42:16: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:42:16: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:16:FINISHED TEST : methodWithGenericTypeStringThrowsWebApplicationExceptionTest() 12-12-2023 12:42:16:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:16:STARTING TEST : putThrowsProcessingExceptionTest() 12-12-2023 12:42:16: TRACE: [WIRE] - >> PUT http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 12-12-2023 12:42:16: TRACE: [WIRE] - >> Content-Type:*/* 12-12-2023 12:42:16:FINISHED TEST : putThrowsProcessingExceptionTest() 12-12-2023 12:42:16:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:16:STARTING TEST : methodWithGenericTypeResponseWithEntityTest() 12-12-2023 12:42:16: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/put 12-12-2023 12:42:16: TRACE: [WIRE] - >> Content-Type:*/* 12-12-2023 12:42:16: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:16: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:16: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:42:16: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:42:16: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:16: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/post 12-12-2023 12:42:16: TRACE: [WIRE] - >> Content-Type:*/* 12-12-2023 12:42:16: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:16: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:16:Returned status 200 (OK) 12-12-2023 12:42:16: TRACE: [WIRE] - << Content-Length: 4 12-12-2023 12:42:16: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:42:16: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:16:Returned status 200 (OK) 12-12-2023 12:42:16:FINISHED TEST : methodWithGenericTypeResponseWithEntityTest() 12-12-2023 12:42:16:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:16:STARTING TEST : methodWithGenericTypeStringTest()12-12-2023 12:42:16: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/delete 12-12-2023 12:42:16: TRACE: [WIRE] - >> 12-12-2023 12:42:16: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:16: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:16: TRACE: [WIRE] - << Content-Length: 6 12-12-2023 12:42:16: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:42:16: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:16: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/get 12-12-2023 12:42:16: TRACE: [WIRE] - >> 12-12-2023 12:42:16: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:16: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:16: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:42:16: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:42:16: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:16: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/options 12-12-2023 12:42:16: TRACE: [WIRE] - >> 12-12-2023 12:42:16: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:16: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:16: TRACE: [WIRE] - << Content-Length: 7 12-12-2023 12:42:16: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:42:16: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:16:FINISHED TEST : methodWithGenericTypeStringTest() 12-12-2023 12:42:16:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:16: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/deletenotok 12-12-2023 12:42:16:STARTING TEST : methodWithResponseClassThrowsNoWebApplicationExceptionTest() 12-12-2023 12:42:16: TRACE: [WIRE] - >> 12-12-2023 12:42:16: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 12-12-2023 12:42:16: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:16: TRACE: [WIRE] - << Content-Length: 1172 12-12-2023 12:42:16: TRACE: [WIRE] - << Content-Language: 12-12-2023 12:42:16: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:42:16: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:16: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/getnotok 12-12-2023 12:42:16:Returned status 406 (NOT_ACCEPTABLE) 12-12-2023 12:42:16: TRACE: [WIRE] - >> 12-12-2023 12:42:16: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 12-12-2023 12:42:16: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:16: TRACE: [WIRE] - << Content-Length: 1172 12-12-2023 12:42:16: TRACE: [WIRE] - << Content-Language: 12-12-2023 12:42:16: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:42:16: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:16: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/optionsnotok 12-12-2023 12:42:16:Returned status 406 (NOT_ACCEPTABLE) 12-12-2023 12:42:16: TRACE: [WIRE] - >> 12-12-2023 12:42:16: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 12-12-2023 12:42:16: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:16: TRACE: [WIRE] - << Content-Length: 1172 12-12-2023 12:42:16: TRACE: [WIRE] - << Content-Language: 12-12-2023 12:42:16: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:42:16: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:16:Returned status 406 (NOT_ACCEPTABLE) 12-12-2023 12:42:16:FINISHED TEST : methodWithResponseClassThrowsNoWebApplicationExceptionTest() 12-12-2023 12:42:16:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:16:STARTING TEST : putWithResponseClassTest() 12-12-2023 12:42:16: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/put 12-12-2023 12:42:16: TRACE: [WIRE] - >> Content-Type:*/* 12-12-2023 12:42:16: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:16: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:16: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:42:16: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:42:16: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:16:Returned status 200 (OK) 12-12-2023 12:42:16:FINISHED TEST : putWithResponseClassTest() 12-12-2023 12:42:16:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:16:STARTING TEST : optionsTest()12-12-2023 12:42:16: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/options 12-12-2023 12:42:16: TRACE: [WIRE] - >> 12-12-2023 12:42:16: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:16: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:16: TRACE: [WIRE] - << Content-Length: 7 12-12-2023 12:42:16: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:42:16: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:16:Returned status 200 (OK) 12-12-2023 12:42:16:FINISHED TEST : optionsTest() 12-12-2023 12:42:16:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:16: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/options 12-12-2023 12:42:16: TRACE: [WIRE] - >> 12-12-2023 12:42:16: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:16: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:16: TRACE: [WIRE] - << Content-Length: 7 12-12-2023 12:42:16: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:42:16: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:16:STARTING TEST : optionsWithGenericTypeStringTest() 12-12-2023 12:42:16:FINISHED TEST : optionsWithGenericTypeStringTest() 12-12-2023 12:42:16:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:16: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/options 12-12-2023 12:42:16: TRACE: [WIRE] - >> 12-12-2023 12:42:16: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:16: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:16: TRACE: [WIRE] - << Content-Length: 7 12-12-2023 12:42:16: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:42:16: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:16:STARTING TEST : optionsWithResponseClassTest() 12-12-2023 12:42:16:Returned status 200 (OK) 12-12-2023 12:42:16:FINISHED TEST : optionsWithResponseClassTest() 12-12-2023 12:42:16:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:16: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/delete 12-12-2023 12:42:16: TRACE: [WIRE] - >> 12-12-2023 12:42:16: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:16: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:16: TRACE: [WIRE] - << Content-Length: 6 12-12-2023 12:42:16: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:42:16: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:16: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/get 12-12-2023 12:42:16: TRACE: [WIRE] - >> 12-12-2023 12:42:16: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:16: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:16: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:42:16: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:42:16: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:16: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/options 12-12-2023 12:42:16: TRACE: [WIRE] - >> 12-12-2023 12:42:16: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:16: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:16: TRACE: [WIRE] - << Content-Length: 7 12-12-2023 12:42:16: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:42:16: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:16:STARTING TEST : methodWithResponseClassTest() 12-12-2023 12:42:16:Returned status 200 (OK) 12-12-2023 12:42:16:Returned status 200 (OK) 12-12-2023 12:42:16:Returned status 200 (OK) 12-12-2023 12:42:16:FINISHED TEST : methodWithResponseClassTest() 12-12-2023 12:42:16:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:16: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/get 12-12-2023 12:42:16:STARTING TEST : getWithGenericTypeStringTest() 12-12-2023 12:42:16: TRACE: [WIRE] - >> 12-12-2023 12:42:16: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:16: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:16: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:42:16: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:42:16: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:16:FINISHED TEST : getWithGenericTypeStringTest() 12-12-2023 12:42:16:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:16:STARTING TEST : putTest()12-12-2023 12:42:16: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/put 12-12-2023 12:42:16: TRACE: [WIRE] - >> Content-Type:*/* 12-12-2023 12:42:16: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:16: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:16: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:42:16: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:42:16: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:16:Returned status 200 (OK) 12-12-2023 12:42:16:FINISHED TEST : putTest() 12-12-2023 12:42:16:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:16: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/get 12-12-2023 12:42:16:STARTING TEST : getTest() 12-12-2023 12:42:16: TRACE: [WIRE] - >> 12-12-2023 12:42:16: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:16: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:16: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:42:16: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:42:16: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:16:Returned status 200 (OK) 12-12-2023 12:42:16:FINISHED TEST : getTest() 12-12-2023 12:42:16:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:16:STARTING TEST : deleteWithGenericTypeStringThrowsWebApplicationExceptionTest() 12-12-2023 12:42:16: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/deletenotok 12-12-2023 12:42:16: TRACE: [WIRE] - >> 12-12-2023 12:42:16: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 12-12-2023 12:42:16: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:16: TRACE: [WIRE] - << Content-Length: 1172 12-12-2023 12:42:16: TRACE: [WIRE] - << Content-Language: 12-12-2023 12:42:16: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:42:16: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:16:FINISHED TEST : deleteWithGenericTypeStringThrowsWebApplicationExceptionTest() 12-12-2023 12:42:16:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:16:STARTING TEST : putWithGenericTypeStringTest() 12-12-2023 12:42:16: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/put 12-12-2023 12:42:16: TRACE: [WIRE] - >> Content-Type:*/* 12-12-2023 12:42:16: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:16: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:16: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:42:16: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:42:16: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:16:FINISHED TEST : putWithGenericTypeStringTest() 12-12-2023 12:42:16:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:16:STARTING TEST : methodThrowsProcessingExceptionTest() 12-12-2023 12:42:16: TRACE: [WIRE] - >> DELETE http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 12-12-2023 12:42:16: TRACE: [WIRE] - >> 12-12-2023 12:42:16: TRACE: [WIRE] - >> GET http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 12-12-2023 12:42:16: TRACE: [WIRE] - >> 12-12-2023 12:42:16: TRACE: [WIRE] - >> OPTIONS http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 12-12-2023 12:42:16: TRACE: [WIRE] - >> 12-12-2023 12:42:16:FINISHED TEST : methodThrowsProcessingExceptionTest() 12-12-2023 12:42:16:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:16: TRACE: [WIRE] - >> POST http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 12-12-2023 12:42:16: TRACE: [WIRE] - >> Content-Type:*/* 12-12-2023 12:42:16:STARTING TEST : postWithGenericTypeStringThrowsProcessingExceptionTest() 12-12-2023 12:42:16:FINISHED TEST : postWithGenericTypeStringThrowsProcessingExceptionTest() 12-12-2023 12:42:16:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:16:STARTING TEST : methodWithStringClassThrowsProcessingExceptionTest()12-12-2023 12:42:16: TRACE: [WIRE] - >> DELETE http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 12-12-2023 12:42:16: TRACE: [WIRE] - >> 12-12-2023 12:42:16: TRACE: [WIRE] - >> GET http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 12-12-2023 12:42:16: TRACE: [WIRE] - >> 12-12-2023 12:42:16: TRACE: [WIRE] - >> OPTIONS http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 12-12-2023 12:42:16: TRACE: [WIRE] - >> 12-12-2023 12:42:16:FINISHED TEST : methodWithStringClassThrowsProcessingExceptionTest() 12-12-2023 12:42:16:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:16: TRACE: [WIRE] - >> PUT http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 12-12-2023 12:42:16: TRACE: [WIRE] - >> Content-Type:*/* 12-12-2023 12:42:16: TRACE: [WIRE] - >> POST http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 12-12-2023 12:42:16: TRACE: [WIRE] - >> Content-Type:*/* 12-12-2023 12:42:16:STARTING TEST : methodWithEntityThrowsProcessingExceptionTest() 12-12-2023 12:42:16:FINISHED TEST : methodWithEntityThrowsProcessingExceptionTest() 12-12-2023 12:42:16:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:16:STARTING TEST : deleteWithStringClassThrowsWebApplicationExceptionTest() 12-12-2023 12:42:16: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/deletenotok 12-12-2023 12:42:16: TRACE: [WIRE] - >> 12-12-2023 12:42:16: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 12-12-2023 12:42:16: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:16: TRACE: [WIRE] - << Content-Length: 1172 12-12-2023 12:42:16: TRACE: [WIRE] - << Content-Language: 12-12-2023 12:42:16: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:42:16: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:16:FINISHED TEST : deleteWithStringClassThrowsWebApplicationExceptionTest() 12-12-2023 12:42:16:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:16:STARTING TEST : traceThrowsProcessingExceptionTest() 12-12-2023 12:42:16: TRACE: [WIRE] - >> TRACE http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 12-12-2023 12:42:16: TRACE: [WIRE] - >> 12-12-2023 12:42:16:FINISHED TEST : traceThrowsProcessingExceptionTest() 12-12-2023 12:42:16:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:16: TRACE: [WIRE] - >> GET http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 12-12-2023 12:42:16: TRACE: [WIRE] - >> 12-12-2023 12:42:16:STARTING TEST : getWithStringClassThrowsProcessingExceptionTest() 12-12-2023 12:42:16:FINISHED TEST : getWithStringClassThrowsProcessingExceptionTest() 12-12-2023 12:42:16:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:16:STARTING TEST : postWithGenericTypeStringThrowsWebApplicationExceptionTest() 12-12-2023 12:42:16: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/postnotok 12-12-2023 12:42:16: TRACE: [WIRE] - >> Content-Type:*/* 12-12-2023 12:42:16: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 12-12-2023 12:42:16: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:16: TRACE: [WIRE] - << Content-Length: 1172 12-12-2023 12:42:16: TRACE: [WIRE] - << Content-Language: 12-12-2023 12:42:16: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:42:16: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:16:FINISHED TEST : postWithGenericTypeStringThrowsWebApplicationExceptionTest() 12-12-2023 12:42:16:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:16:STARTING TEST : deleteWithGenericTypeStringThrowsProcessingExceptionTest()12-12-2023 12:42:16: TRACE: [WIRE] - >> DELETE http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 12-12-2023 12:42:16: TRACE: [WIRE] - >> 12-12-2023 12:42:16:FINISHED TEST : deleteWithGenericTypeStringThrowsProcessingExceptionTest() 12-12-2023 12:42:16:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:16: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/optionsnotok 12-12-2023 12:42:16:STARTING TEST : optionsWithGenericTypeStringThrowsWebApplicationExceptionTest() 12-12-2023 12:42:16: TRACE: [WIRE] - >> 12-12-2023 12:42:16: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 12-12-2023 12:42:16: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:16: TRACE: [WIRE] - << Content-Length: 1172 12-12-2023 12:42:16: TRACE: [WIRE] - << Content-Language: 12-12-2023 12:42:16: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:42:16: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:16:FINISHED TEST : optionsWithGenericTypeStringThrowsWebApplicationExceptionTest() 12-12-2023 12:42:16:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:16: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/deletenotok 12-12-2023 12:42:16:STARTING TEST : deleteWithGenericTypeResponseThrowsNoWebApplicationExceptionTest() 12-12-2023 12:42:16: TRACE: [WIRE] - >> 12-12-2023 12:42:16: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 12-12-2023 12:42:16: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:16: TRACE: [WIRE] - << Content-Length: 1172 12-12-2023 12:42:16: TRACE: [WIRE] - << Content-Language: 12-12-2023 12:42:16: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:42:16: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:16:Returned status 406 (NOT_ACCEPTABLE) 12-12-2023 12:42:16:FINISHED TEST : deleteWithGenericTypeResponseThrowsNoWebApplicationExceptionTest() 12-12-2023 12:42:16:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:16: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/optionsnotok 12-12-2023 12:42:16: TRACE: [WIRE] - >> 12-12-2023 12:42:16:STARTING TEST : optionsWithResponseThrowsNoWebApplicationExceptionTest() 12-12-2023 12:42:16: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 12-12-2023 12:42:16: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:16: TRACE: [WIRE] - << Content-Length: 1172 12-12-2023 12:42:16: TRACE: [WIRE] - << Content-Language: 12-12-2023 12:42:16: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:42:16: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:16:Returned status 406 (NOT_ACCEPTABLE) 12-12-2023 12:42:16:FINISHED TEST : optionsWithResponseThrowsNoWebApplicationExceptionTest() 12-12-2023 12:42:16:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:16:STARTING TEST : putWithGenericTypeResponseThrowsNoWebApplicationExceptionTest() 12-12-2023 12:42:16: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/putnotok 12-12-2023 12:42:16: TRACE: [WIRE] - >> Content-Type:*/* 12-12-2023 12:42:16: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 12-12-2023 12:42:16: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:16: TRACE: [WIRE] - << Content-Length: 1172 12-12-2023 12:42:16: TRACE: [WIRE] - << Content-Language: 12-12-2023 12:42:16: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:42:16: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:16:Returned status 406 (NOT_ACCEPTABLE) 12-12-2023 12:42:16:FINISHED TEST : putWithGenericTypeResponseThrowsNoWebApplicationExceptionTest() 12-12-2023 12:42:16:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:16: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/tracenotok 12-12-2023 12:42:16:STARTING TEST : traceWithStringClassThrowsWebApplicationExceptionTest() 12-12-2023 12:42:16: TRACE: [WIRE] - >> 12-12-2023 12:42:16: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 12-12-2023 12:42:16: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:16: TRACE: [WIRE] - << Content-Length: 1172 12-12-2023 12:42:16: TRACE: [WIRE] - << Content-Language: 12-12-2023 12:42:16: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:42:16: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:16:FINISHED TEST : traceWithStringClassThrowsWebApplicationExceptionTest() 12-12-2023 12:42:16:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:16:STARTING TEST : traceTest() 12-12-2023 12:42:16: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/trace 12-12-2023 12:42:16: TRACE: [WIRE] - >> 12-12-2023 12:42:16: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:16: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:16: TRACE: [WIRE] - << Content-Length: 5 12-12-2023 12:42:16: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:42:16: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:16:Returned status 200 (OK) 12-12-2023 12:42:16:FINISHED TEST : traceTest() 12-12-2023 12:42:16:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:16: TRACE: [WIRE] - >> OPTIONS http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 12-12-2023 12:42:16:STARTING TEST : optionsWithStringThrowsProcessingExceptionTest() 12-12-2023 12:42:16: TRACE: [WIRE] - >> 12-12-2023 12:42:16:FINISHED TEST : optionsWithStringThrowsProcessingExceptionTest() 12-12-2023 12:42:16:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:16: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/delete 12-12-2023 12:42:16:STARTING TEST : deleteWithGenericTypeStringTest() 12-12-2023 12:42:16: TRACE: [WIRE] - >> 12-12-2023 12:42:16: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:16: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:16: TRACE: [WIRE] - << Content-Length: 6 12-12-2023 12:42:16: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:42:16: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:16:FINISHED TEST : deleteWithGenericTypeStringTest() 12-12-2023 12:42:16:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:16: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/getnotok 12-12-2023 12:42:16:STARTING TEST : getWithResponseClassThrowsNoWebApplicationExceptionTest() 12-12-2023 12:42:16: TRACE: [WIRE] - >> 12-12-2023 12:42:16: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 12-12-2023 12:42:16: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:16: TRACE: [WIRE] - << Content-Length: 1172 12-12-2023 12:42:16: TRACE: [WIRE] - << Content-Language: 12-12-2023 12:42:16: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:42:16: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:16:Returned status 406 (NOT_ACCEPTABLE) 12-12-2023 12:42:16:FINISHED TEST : getWithResponseClassThrowsNoWebApplicationExceptionTest() 12-12-2023 12:42:16:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:16: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/post 12-12-2023 12:42:16:STARTING TEST : postTest() 12-12-2023 12:42:16: TRACE: [WIRE] - >> Content-Type:*/* 12-12-2023 12:42:16: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:16: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:16: TRACE: [WIRE] - << Content-Length: 4 12-12-2023 12:42:16: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:42:16: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:16:Returned status 200 (OK) 12-12-2023 12:42:16:FINISHED TEST : postTest() 12-12-2023 12:42:16:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:16:STARTING TEST : methodWithGenericTypeResponseTest() 12-12-2023 12:42:17: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/delete 12-12-2023 12:42:17: TRACE: [WIRE] - >> 12-12-2023 12:42:17: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:17: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:17: TRACE: [WIRE] - << Content-Length: 6 12-12-2023 12:42:17: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:42:17: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:17: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/get 12-12-2023 12:42:17:Returned status 200 (OK) 12-12-2023 12:42:17: TRACE: [WIRE] - >> 12-12-2023 12:42:17: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:17: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:17: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:42:17: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:42:17: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:17: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/options 12-12-2023 12:42:17:Returned status 200 (OK) 12-12-2023 12:42:17: TRACE: [WIRE] - >> 12-12-2023 12:42:17: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:17: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:17: TRACE: [WIRE] - << Content-Length: 7 12-12-2023 12:42:17: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:42:17: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:17:Returned status 200 (OK) 12-12-2023 12:42:17:FINISHED TEST : methodWithGenericTypeResponseTest() 12-12-2023 12:42:17:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:17: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/post 12-12-2023 12:42:17: TRACE: [WIRE] - >> Content-Type:*/* 12-12-2023 12:42:17: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:17: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:17: TRACE: [WIRE] - << Content-Length: 4 12-12-2023 12:42:17: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:42:17: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:17:STARTING TEST : postWithResponseClassTest() 12-12-2023 12:42:17:Returned status 200 (OK) 12-12-2023 12:42:17:FINISHED TEST : postWithResponseClassTest() 12-12-2023 12:42:17:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:17:STARTING TEST : methodWithEntityTest() 12-12-2023 12:42:17: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/put 12-12-2023 12:42:17: TRACE: [WIRE] - >> Content-Type:*/* 12-12-2023 12:42:17: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:17: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:17: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:42:17: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:42:17: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:17:Returned status 200 (OK)12-12-2023 12:42:17: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/post 12-12-2023 12:42:17: TRACE: [WIRE] - >> Content-Type:*/* 12-12-2023 12:42:17: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:17: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:17: TRACE: [WIRE] - << Content-Length: 4 12-12-2023 12:42:17: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:42:17: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:17:Returned status 200 (OK) 12-12-2023 12:42:17:FINISHED TEST : methodWithEntityTest() 12-12-2023 12:42:17:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:17:STARTING TEST : getWithStringClassThrowsWebApplicationExceptionTest()12-12-2023 12:42:17: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/getnotok 12-12-2023 12:42:17: TRACE: [WIRE] - >> 12-12-2023 12:42:17: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 12-12-2023 12:42:17: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:17: TRACE: [WIRE] - << Content-Length: 1172 12-12-2023 12:42:17: TRACE: [WIRE] - << Content-Language: 12-12-2023 12:42:17: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:42:17: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:17:FINISHED TEST : getWithStringClassThrowsWebApplicationExceptionTest() 12-12-2023 12:42:17:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:17:STARTING TEST : methodWithStringClassTest()12-12-2023 12:42:17: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/delete 12-12-2023 12:42:17: TRACE: [WIRE] - >> 12-12-2023 12:42:17: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:17: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:17: TRACE: [WIRE] - << Content-Length: 6 12-12-2023 12:42:17: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:42:17: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:17: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/get 12-12-2023 12:42:17: TRACE: [WIRE] - >> 12-12-2023 12:42:17: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:17: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:17: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:42:17: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:42:17: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:17: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/options 12-12-2023 12:42:17: TRACE: [WIRE] - >> 12-12-2023 12:42:17: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:17: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:17: TRACE: [WIRE] - << Content-Length: 7 12-12-2023 12:42:17: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:42:17: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:17:FINISHED TEST : methodWithStringClassTest() 12-12-2023 12:42:17:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:17:STARTING TEST : optionsWithGenericTypeResponseTest()12-12-2023 12:42:17: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/options 12-12-2023 12:42:17: TRACE: [WIRE] - >> 12-12-2023 12:42:17: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:17: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:17: TRACE: [WIRE] - << Content-Length: 7 12-12-2023 12:42:17: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:42:17: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:17:Returned status 200 (OK) 12-12-2023 12:42:17:FINISHED TEST : optionsWithGenericTypeResponseTest() 12-12-2023 12:42:17:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:17: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/tracenotok 12-12-2023 12:42:17:STARTING TEST : traceWithGenericTypeResponseThrowsNoWebApplicationExceptionTest() 12-12-2023 12:42:17: TRACE: [WIRE] - >> 12-12-2023 12:42:17: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 12-12-2023 12:42:17: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:17: TRACE: [WIRE] - << Content-Length: 1172 12-12-2023 12:42:17: TRACE: [WIRE] - << Content-Language: 12-12-2023 12:42:17: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:42:17: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:17:Returned status 406 (NOT_ACCEPTABLE) 12-12-2023 12:42:17:FINISHED TEST : traceWithGenericTypeResponseThrowsNoWebApplicationExceptionTest() 12-12-2023 12:42:17:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:17:STARTING TEST : methodWithStringClassWithEntityThrowsProcessingExceptionTest() 12-12-2023 12:42:17: TRACE: [WIRE] - >> PUT http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 12-12-2023 12:42:17: TRACE: [WIRE] - >> Content-Type:*/* 12-12-2023 12:42:17: TRACE: [WIRE] - >> POST http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 12-12-2023 12:42:17: TRACE: [WIRE] - >> Content-Type:*/* 12-12-2023 12:42:17:FINISHED TEST : methodWithStringClassWithEntityThrowsProcessingExceptionTest() 12-12-2023 12:42:17:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:17: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/deletenotok 12-12-2023 12:42:17: TRACE: [WIRE] - >> 12-12-2023 12:42:17: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 12-12-2023 12:42:17: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:17: TRACE: [WIRE] - << Content-Length: 1172 12-12-2023 12:42:17: TRACE: [WIRE] - << Content-Language: 12-12-2023 12:42:17: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:42:17: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:17: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/getnotok 12-12-2023 12:42:17: TRACE: [WIRE] - >> 12-12-2023 12:42:17:STARTING TEST : methodWithGenericTypeResponseThrowsNoWebApplicationExceptionTest() 12-12-2023 12:42:17:Returned status 406 (NOT_ACCEPTABLE) 12-12-2023 12:42:17: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 12-12-2023 12:42:17: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:17: TRACE: [WIRE] - << Content-Length: 1172 12-12-2023 12:42:17: TRACE: [WIRE] - << Content-Language: 12-12-2023 12:42:17: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:42:17: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:17: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/optionsnotok 12-12-2023 12:42:17:Returned status 406 (NOT_ACCEPTABLE)12-12-2023 12:42:17: TRACE: [WIRE] - >> 12-12-2023 12:42:17: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 12-12-2023 12:42:17: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:17: TRACE: [WIRE] - << Content-Length: 1172 12-12-2023 12:42:17: TRACE: [WIRE] - << Content-Language: 12-12-2023 12:42:17: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:42:17: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:17:Returned status 406 (NOT_ACCEPTABLE) 12-12-2023 12:42:17:FINISHED TEST : methodWithGenericTypeResponseThrowsNoWebApplicationExceptionTest() 12-12-2023 12:42:17:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:17: TRACE: [WIRE] - >> POST http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 12-12-2023 12:42:17:STARTING TEST : postWithStringClassThrowsProcessingExceptionTest() 12-12-2023 12:42:17: TRACE: [WIRE] - >> Content-Type:*/* 12-12-2023 12:42:17:FINISHED TEST : postWithStringClassThrowsProcessingExceptionTest() 12-12-2023 12:42:17:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:17: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/getnotok 12-12-2023 12:42:17:STARTING TEST : getWithGenericTypeResponseThrowsNoWebApplicationExceptionTest() 12-12-2023 12:42:17: TRACE: [WIRE] - >> 12-12-2023 12:42:17: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 12-12-2023 12:42:17: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:17: TRACE: [WIRE] - << Content-Length: 1172 12-12-2023 12:42:17: TRACE: [WIRE] - << Content-Language: 12-12-2023 12:42:17: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:42:17: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:17:Returned status 406 (NOT_ACCEPTABLE) 12-12-2023 12:42:17:FINISHED TEST : getWithGenericTypeResponseThrowsNoWebApplicationExceptionTest() 12-12-2023 12:42:17:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:17:STARTING TEST : postThrowsProcessingExceptionTest()12-12-2023 12:42:17: TRACE: [WIRE] - >> POST http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 12-12-2023 12:42:17: TRACE: [WIRE] - >> Content-Type:*/* 12-12-2023 12:42:17:FINISHED TEST : postThrowsProcessingExceptionTest() 12-12-2023 12:42:17:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:17: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/putnotok 12-12-2023 12:42:17:STARTING TEST : methodWithResponseClassWithEntityThrowsNoWebApplicationExceptionTest() 12-12-2023 12:42:17: TRACE: [WIRE] - >> Content-Type:*/* 12-12-2023 12:42:17: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 12-12-2023 12:42:17: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:17: TRACE: [WIRE] - << Content-Length: 1172 12-12-2023 12:42:17: TRACE: [WIRE] - << Content-Language: 12-12-2023 12:42:17: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:42:17: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:17: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/postnotok 12-12-2023 12:42:17:Returned status 406 (NOT_ACCEPTABLE) 12-12-2023 12:42:17: TRACE: [WIRE] - >> Content-Type:*/* 12-12-2023 12:42:17: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 12-12-2023 12:42:17: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:17: TRACE: [WIRE] - << Content-Length: 1172 12-12-2023 12:42:17: TRACE: [WIRE] - << Content-Language: 12-12-2023 12:42:17: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:42:17: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:17:Returned status 406 (NOT_ACCEPTABLE) 12-12-2023 12:42:17:FINISHED TEST : methodWithResponseClassWithEntityThrowsNoWebApplicationExceptionTest() 12-12-2023 12:42:17:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:17:STARTING TEST : getWithGenericTypeStringThrowsWebApplicationExceptionTest()12-12-2023 12:42:17: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/getnotok 12-12-2023 12:42:17: TRACE: [WIRE] - >> 12-12-2023 12:42:17: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 12-12-2023 12:42:17: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:17: TRACE: [WIRE] - << Content-Length: 1172 12-12-2023 12:42:17: TRACE: [WIRE] - << Content-Language: 12-12-2023 12:42:17: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:42:17: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:17:FINISHED TEST : getWithGenericTypeStringThrowsWebApplicationExceptionTest() 12-12-2023 12:42:17:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:17:STARTING TEST : postWithGenericTypeResponseThrowsNoWebApplicationExceptionTest()12-12-2023 12:42:17: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/postnotok 12-12-2023 12:42:17: TRACE: [WIRE] - >> Content-Type:*/* 12-12-2023 12:42:17: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 12-12-2023 12:42:17: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:17: TRACE: [WIRE] - << Content-Length: 1172 12-12-2023 12:42:17: TRACE: [WIRE] - << Content-Language: 12-12-2023 12:42:17: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:42:17: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:17:Returned status 406 (NOT_ACCEPTABLE) 12-12-2023 12:42:17:FINISHED TEST : postWithGenericTypeResponseThrowsNoWebApplicationExceptionTest() 12-12-2023 12:42:17:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:17:STARTING TEST : traceWithGenericTypeStringThrowsWebApplicationExceptionTest()12-12-2023 12:42:17: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/tracenotok 12-12-2023 12:42:17: TRACE: [WIRE] - >> 12-12-2023 12:42:17: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 12-12-2023 12:42:17: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:17: TRACE: [WIRE] - << Content-Length: 1172 12-12-2023 12:42:17: TRACE: [WIRE] - << Content-Language: 12-12-2023 12:42:17: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:42:17: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:17:FINISHED TEST : traceWithGenericTypeStringThrowsWebApplicationExceptionTest() 12-12-2023 12:42:17:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:17:STARTING TEST : putWithResponseClassThrowsNoWebApplicationExceptionTest()12-12-2023 12:42:17: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/putnotok 12-12-2023 12:42:17: TRACE: [WIRE] - >> Content-Type:*/* 12-12-2023 12:42:17: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 12-12-2023 12:42:17: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:17: TRACE: [WIRE] - << Content-Length: 1172 12-12-2023 12:42:17: TRACE: [WIRE] - << Content-Language: 12-12-2023 12:42:17: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:42:17: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:17:Returned status 406 (NOT_ACCEPTABLE) 12-12-2023 12:42:17:FINISHED TEST : putWithResponseClassThrowsNoWebApplicationExceptionTest() 12-12-2023 12:42:17:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:17: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/post 12-12-2023 12:42:17:STARTING TEST : postWithGenericTypeResponseTest() 12-12-2023 12:42:17: TRACE: [WIRE] - >> Content-Type:*/* 12-12-2023 12:42:17: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:17: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:17: TRACE: [WIRE] - << Content-Length: 4 12-12-2023 12:42:17: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:42:17: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:17:Returned status 200 (OK) 12-12-2023 12:42:17:FINISHED TEST : postWithGenericTypeResponseTest() 12-12-2023 12:42:17:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:17: TRACE: [WIRE] - >> DELETE http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 12-12-2023 12:42:17:STARTING TEST : deleteThrowsProcessingExceptionTest() 12-12-2023 12:42:17: TRACE: [WIRE] - >> 12-12-2023 12:42:17:FINISHED TEST : deleteThrowsProcessingExceptionTest() 12-12-2023 12:42:17:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:17:STARTING TEST : traceWithResponseClassThrowsNoWebApplicationExceptionTest() 12-12-2023 12:42:17: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/tracenotok 12-12-2023 12:42:17: TRACE: [WIRE] - >> 12-12-2023 12:42:17: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 12-12-2023 12:42:17: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:17: TRACE: [WIRE] - << Content-Length: 1172 12-12-2023 12:42:17: TRACE: [WIRE] - << Content-Language: 12-12-2023 12:42:17: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:42:17: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:17:Returned status 406 (NOT_ACCEPTABLE) 12-12-2023 12:42:17:FINISHED TEST : traceWithResponseClassThrowsNoWebApplicationExceptionTest() 12-12-2023 12:42:17:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:17:STARTING TEST : optionsWithStringThrowsWebApplicationExceptionTest()12-12-2023 12:42:17: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/optionsnotok 12-12-2023 12:42:17: TRACE: [WIRE] - >> 12-12-2023 12:42:17: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 12-12-2023 12:42:17: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:17: TRACE: [WIRE] - << Content-Length: 1172 12-12-2023 12:42:17: TRACE: [WIRE] - << Content-Language: 12-12-2023 12:42:17: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:42:17: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:17:FINISHED TEST : optionsWithStringThrowsWebApplicationExceptionTest() 12-12-2023 12:42:17:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:17:STARTING TEST : optionsWithStringClassTest()12-12-2023 12:42:17: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/options 12-12-2023 12:42:17: TRACE: [WIRE] - >> 12-12-2023 12:42:17: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:17: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:17: TRACE: [WIRE] - << Content-Length: 7 12-12-2023 12:42:17: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:42:17: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:17:FINISHED TEST : optionsWithStringClassTest() 12-12-2023 12:42:17:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:17:STARTING TEST : getWithStringClassTest()12-12-2023 12:42:17: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/get 12-12-2023 12:42:17: TRACE: [WIRE] - >> 12-12-2023 12:42:17: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:17: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:17: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:42:17: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:42:17: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:17:FINISHED TEST : getWithStringClassTest() 12-12-2023 12:42:17:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:17: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/putnotok 12-12-2023 12:42:17:STARTING TEST : methodWithStringClassWithEntityThrowsWebApplicationExceptionTest() 12-12-2023 12:42:17: TRACE: [WIRE] - >> Content-Type:*/* 12-12-2023 12:42:17: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 12-12-2023 12:42:17: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:17: TRACE: [WIRE] - << Content-Length: 1172 12-12-2023 12:42:17: TRACE: [WIRE] - << Content-Language: 12-12-2023 12:42:17: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:42:17: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:17: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/postnotok 12-12-2023 12:42:17: TRACE: [WIRE] - >> Content-Type:*/* 12-12-2023 12:42:17: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 12-12-2023 12:42:17: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:17: TRACE: [WIRE] - << Content-Length: 1172 12-12-2023 12:42:17: TRACE: [WIRE] - << Content-Language: 12-12-2023 12:42:17: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:42:17: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:17:FINISHED TEST : methodWithStringClassWithEntityThrowsWebApplicationExceptionTest() 12-12-2023 12:42:17:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:17: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/optionsnotok 12-12-2023 12:42:17:STARTING TEST : optionsWithGenericTypeResponseThrowsNoWebApplicationExceptionTest() 12-12-2023 12:42:17: TRACE: [WIRE] - >> 12-12-2023 12:42:17: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 12-12-2023 12:42:17: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:17: TRACE: [WIRE] - << Content-Length: 1172 12-12-2023 12:42:17: TRACE: [WIRE] - << Content-Language: 12-12-2023 12:42:17: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:42:17: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:17:Returned status 406 (NOT_ACCEPTABLE) 12-12-2023 12:42:17:FINISHED TEST : optionsWithGenericTypeResponseThrowsNoWebApplicationExceptionTest() 12-12-2023 12:42:17:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:17:STARTING TEST : traceWithStringClassThrowsProcessingExceptionTest()12-12-2023 12:42:17: TRACE: [WIRE] - >> TRACE http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 12-12-2023 12:42:17: TRACE: [WIRE] - >> 12-12-2023 12:42:17:FINISHED TEST : traceWithStringClassThrowsProcessingExceptionTest() 12-12-2023 12:42:17:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:17: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/trace 12-12-2023 12:42:17:STARTING TEST : traceWithGenericTypeResponseTest() 12-12-2023 12:42:17: TRACE: [WIRE] - >> 12-12-2023 12:42:17: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:17: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:17: TRACE: [WIRE] - << Content-Length: 5 12-12-2023 12:42:17: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:42:17: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:17:Returned status 200 (OK) 12-12-2023 12:42:17:FINISHED TEST : traceWithGenericTypeResponseTest() 12-12-2023 12:42:17:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:17: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/delete 12-12-2023 12:42:17:STARTING TEST : deleteTest() 12-12-2023 12:42:17: TRACE: [WIRE] - >> 12-12-2023 12:42:17: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:17: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:17: TRACE: [WIRE] - << Content-Length: 6 12-12-2023 12:42:17: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:42:17: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:17:Returned status 200 (OK) 12-12-2023 12:42:17:FINISHED TEST : deleteTest() 12-12-2023 12:42:17:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:17:STARTING TEST : getWithResponseClassTest() 12-12-2023 12:42:17: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/get 12-12-2023 12:42:17: TRACE: [WIRE] - >> 12-12-2023 12:42:17: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:17: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:17: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:42:17: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:42:17: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:17:Returned status 200 (OK) 12-12-2023 12:42:17:FINISHED TEST : getWithResponseClassTest() 12-12-2023 12:42:17:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:17: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/postnotok 12-12-2023 12:42:17: TRACE: [WIRE] - >> Content-Type:*/* 12-12-2023 12:42:17:STARTING TEST : postWithResponseClassThrowsNoWebApplicationExceptionTest() 12-12-2023 12:42:17: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 12-12-2023 12:42:17: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:17: TRACE: [WIRE] - << Content-Length: 1172 12-12-2023 12:42:17: TRACE: [WIRE] - << Content-Language: 12-12-2023 12:42:17: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:42:17: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:17:Returned status 406 (NOT_ACCEPTABLE) 12-12-2023 12:42:17:FINISHED TEST : postWithResponseClassThrowsNoWebApplicationExceptionTest() 12-12-2023 12:42:17:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:17:STARTING TEST : putWithGenericTypeResponseTest()12-12-2023 12:42:17: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/put 12-12-2023 12:42:17: TRACE: [WIRE] - >> Content-Type:*/* 12-12-2023 12:42:17: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:17: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:17: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:42:17: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:42:17: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:17:Returned status 200 (OK) 12-12-2023 12:42:17:FINISHED TEST : putWithGenericTypeResponseTest() 12-12-2023 12:42:17:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:17: TRACE: [WIRE] - >> TRACE http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 12-12-2023 12:42:17:STARTING TEST : traceWithGenericTypeStringThrowsProcessingExceptionTest() 12-12-2023 12:42:17: TRACE: [WIRE] - >> 12-12-2023 12:42:17:FINISHED TEST : traceWithGenericTypeStringThrowsProcessingExceptionTest() 12-12-2023 12:42:17:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:17:STARTING TEST : traceWithGenericTypeStringTest()12-12-2023 12:42:17: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/trace 12-12-2023 12:42:17: TRACE: [WIRE] - >> 12-12-2023 12:42:17: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:17: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:17: TRACE: [WIRE] - << Content-Length: 5 12-12-2023 12:42:17: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:42:17: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:17:FINISHED TEST : traceWithGenericTypeStringTest() 12-12-2023 12:42:17:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:17: TRACE: [WIRE] - >> HEAD http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 12-12-2023 12:42:17: TRACE: [WIRE] - >> 12-12-2023 12:42:17:STARTING TEST : headThrowsProcessingExceptionTest() 12-12-2023 12:42:17:FINISHED TEST : headThrowsProcessingExceptionTest() 12-12-2023 12:42:17:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:17: TRACE: [WIRE] - >> OPTIONS http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 12-12-2023 12:42:17:STARTING TEST : optionsThrowsProcessingExceptionTest() 12-12-2023 12:42:17: TRACE: [WIRE] - >> 12-12-2023 12:42:17:FINISHED TEST : optionsThrowsProcessingExceptionTest() 12-12-2023 12:42:17:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:17: TRACE: [WIRE] - >> DELETE http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 12-12-2023 12:42:17: TRACE: [WIRE] - >> 12-12-2023 12:42:17: TRACE: [WIRE] - >> GET http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 12-12-2023 12:42:17: TRACE: [WIRE] - >> 12-12-2023 12:42:17: TRACE: [WIRE] - >> OPTIONS http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 12-12-2023 12:42:17: TRACE: [WIRE] - >> 12-12-2023 12:42:17:STARTING TEST : methodWithGenericTypeStringThrowsProcessingExceptionTest() 12-12-2023 12:42:17:FINISHED TEST : methodWithGenericTypeStringThrowsProcessingExceptionTest() 12-12-2023 12:42:17:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:17: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/deletenotok 12-12-2023 12:42:17:STARTING TEST : deleteWithResponseClassThrowsNoWebApplicationExceptionTest() 12-12-2023 12:42:17: TRACE: [WIRE] - >> 12-12-2023 12:42:17: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 12-12-2023 12:42:17: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:17: TRACE: [WIRE] - << Content-Length: 1172 12-12-2023 12:42:17: TRACE: [WIRE] - << Content-Language: 12-12-2023 12:42:17: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:42:17: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:17:Returned status 406 (NOT_ACCEPTABLE) 12-12-2023 12:42:17:FINISHED TEST : deleteWithResponseClassThrowsNoWebApplicationExceptionTest() [INFO] Tests run: 98, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.448 s - in ee.jakarta.tck.ws.rs.ee.rs.client.syncinvoker.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.constrainedto.JAXRSClientIT 12-12-2023 12:42:18:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:18:STARTING TEST : serverSideReaderIsUsedOnServerTest() 12-12-2023 12:42:18:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_constrainedto_web/resource/echo' to target server at 'localhost:8080' 12-12-2023 12:42:18:############################### 12-12-2023 12:42:18:[Request] Adding entity: Anything 12-12-2023 12:42:18: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_constrainedto_web/resource/echo 12-12-2023 12:42:18: TRACE: [WIRE] - >> Accept:*/*, Content-Type:reader/serverside 12-12-2023 12:42:18: TRACE: [WIRE] - >> Anything 12-12-2023 12:42:18: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:18: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:18: TRACE: [WIRE] - << Content-Length: 30 12-12-2023 12:42:18: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:18: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:18: TRACE: [WIRE] - << The fake reader on server side 12-12-2023 12:42:18:FINISHED TEST : serverSideReaderIsUsedOnServerTest() 12-12-2023 12:42:18:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:18:STARTING TEST : serverSideReaderIsNotUsedOnClientTest() 12-12-2023 12:42:18: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_constrainedto_web/resource/media 12-12-2023 12:42:18: TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain 12-12-2023 12:42:18: TRACE: [WIRE] - >> reader/serverside 12-12-2023 12:42:18: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:18: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:18: TRACE: [WIRE] - << Content-Length: 21 12-12-2023 12:42:18: TRACE: [WIRE] - << Content-Type: reader/serverside 12-12-2023 12:42:18:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_constrainedto_web/resource/media' to target server at 'localhost:8080' 12-12-2023 12:42:18:############################### 12-12-2023 12:42:18:[Request] Adding entity: reader/serverside 12-12-2023 12:42:18: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:18: TRACE: [WIRE] - << ConstrainedTo message 12-12-2023 12:42:18:FINISHED TEST : serverSideReaderIsNotUsedOnClientTest() 12-12-2023 12:42:18:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:18:STARTING TEST : clientSideReaderIsNotUsedOnServerTest() 12-12-2023 12:42:18: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_constrainedto_web/resource/echo 12-12-2023 12:42:18: TRACE: [WIRE] - >> Accept:*/*, Content-Type:reader/clientside 12-12-2023 12:42:18: TRACE: [WIRE] - >> ConstrainedTo message 12-12-2023 12:42:18: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:18: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:18: TRACE: [WIRE] - << Content-Length: 21 12-12-2023 12:42:18: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:18: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:18:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_constrainedto_web/resource/echo' to target server at 'localhost:8080' 12-12-2023 12:42:18:############################### 12-12-2023 12:42:18:[Request] Adding entity: ConstrainedTo message 12-12-2023 12:42:18: TRACE: [WIRE] - << ConstrainedTo message 12-12-2023 12:42:18:FINISHED TEST : clientSideReaderIsNotUsedOnServerTest() 12-12-2023 12:42:18:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:18:STARTING TEST : clientSideWriterIsUsedOnClientTest() 12-12-2023 12:42:18: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_constrainedto_web/resource/clientwriter 12-12-2023 12:42:18: TRACE: [WIRE] - >> Accept:*/*, Content-Type:writer/clientside 12-12-2023 12:42:18: TRACE: [WIRE] - >> ConstrainedTo message 12-12-2023 12:42:18: TRACE: [WIRE] - << 204 NO_CONTENT 12-12-2023 12:42:18: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:18: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:18:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_constrainedto_web/resource/clientwriter' to target server at 'localhost:8080' 12-12-2023 12:42:18:############################### 12-12-2023 12:42:18:[Request] Adding entity: ConstrainedTo message 12-12-2023 12:42:18:FINISHED TEST : clientSideWriterIsUsedOnClientTest() 12-12-2023 12:42:18:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:18:STARTING TEST : serverSideWriterIsNotUsedOnClientTest() 12-12-2023 12:42:18: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_constrainedto_web/resource/media 12-12-2023 12:42:18: TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain 12-12-2023 12:42:18: TRACE: [WIRE] - >> writer/serverside 12-12-2023 12:42:18: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:18: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:18: TRACE: [WIRE] - << Content-Length: 21 12-12-2023 12:42:18:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_constrainedto_web/resource/media' to target server at 'localhost:8080' 12-12-2023 12:42:18:############################### 12-12-2023 12:42:18:[Request] Adding entity: writer/serverside 12-12-2023 12:42:18: TRACE: [WIRE] - << Content-Type: writer/serverside 12-12-2023 12:42:18: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:18: TRACE: [WIRE] - << ConstrainedTo message 12-12-2023 12:42:18:FINISHED TEST : serverSideWriterIsNotUsedOnClientTest() 12-12-2023 12:42:18:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:18:STARTING TEST : clientSideWriterIsNotUsedOnServerTest() 12-12-2023 12:42:18:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_constrainedto_web/resource/echo' to target server at 'localhost:8080' 12-12-2023 12:42:18: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_constrainedto_web/resource/echo 12-12-2023 12:42:18: TRACE: [WIRE] - >> Accept:*/*, Content-Type:writer/clientside 12-12-2023 12:42:18: TRACE: [WIRE] - >> ConstrainedTo message 12-12-2023 12:42:18: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:18: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:18: TRACE: [WIRE] - << Content-Length: 21 12-12-2023 12:42:18: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:18:############################### 12-12-2023 12:42:18:[Request] Adding entity: ConstrainedTo message 12-12-2023 12:42:18: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:18: TRACE: [WIRE] - << ConstrainedTo message 12-12-2023 12:42:18:FINISHED TEST : clientSideWriterIsNotUsedOnServerTest() 12-12-2023 12:42:18:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:18:STARTING TEST : clientSideReaderIsUsedOnClientTest() 12-12-2023 12:42:18: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_constrainedto_web/resource/media 12-12-2023 12:42:18: TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain 12-12-2023 12:42:18: TRACE: [WIRE] - >> reader/clientside 12-12-2023 12:42:18: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:18: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:18: TRACE: [WIRE] - << Content-Length: 21 12-12-2023 12:42:18:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_constrainedto_web/resource/media' to target server at 'localhost:8080' 12-12-2023 12:42:18:############################### 12-12-2023 12:42:18:[Request] Adding entity: reader/clientside 12-12-2023 12:42:18: TRACE: [WIRE] - << Content-Type: reader/clientside 12-12-2023 12:42:18: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:18: TRACE: [WIRE] - << ConstrainedTo message 12-12-2023 12:42:18:FINISHED TEST : clientSideReaderIsUsedOnClientTest() 12-12-2023 12:42:18:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:18:STARTING TEST : serverSideWriterIsUsedOnServerTest() 12-12-2023 12:42:18: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_constrainedto_web/resource/echo 12-12-2023 12:42:18: TRACE: [WIRE] - >> Accept:*/*, Content-Type:writer/serverside 12-12-2023 12:42:18: TRACE: [WIRE] - >> ConstrainedTo message 12-12-2023 12:42:18: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:18: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:18: TRACE: [WIRE] - << Content-Length: 30 12-12-2023 12:42:18: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:18:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_constrainedto_web/resource/echo' to target server at 'localhost:8080' 12-12-2023 12:42:18:############################### 12-12-2023 12:42:18:[Request] Adding entity: ConstrainedTo message 12-12-2023 12:42:18: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:18: TRACE: [WIRE] - << The fake writer on server side 12-12-2023 12:42:18:FINISHED TEST : serverSideWriterIsUsedOnServerTest() [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.678 s - in ee.jakarta.tck.ws.rs.ee.rs.constrainedto.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.container.requestcontext.illegalstate.JAXRSClientIT 12-12-2023 12:42:18:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:18:STARTING TEST : setSecurityContextTest() 12-12-2023 12:42:18: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_illegalstate_web/resource/setsecuritycontext 12-12-2023 12:42:18: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETSECURITYCONTEXT 12-12-2023 12:42:18: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:18: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:18: TRACE: [WIRE] - << OPERATION: SETSECURITYCONTEXT 12-12-2023 12:42:18: TRACE: [WIRE] - << Content-Length: 38 12-12-2023 12:42:18: TRACE: [WIRE] - << Content-Type: */* 12-12-2023 12:42:18:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_illegalstate_web/resource/setsecuritycontext' to target server at 'localhost:8080' 12-12-2023 12:42:18:############################### 12-12-2023 12:42:18: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:18: TRACE: [WIRE] - << IllegalSteateException has been thrown 12-12-2023 12:42:18:FINISHED TEST : setSecurityContextTest() 12-12-2023 12:42:18:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:18:STARTING TEST : abortWithTest() 12-12-2023 12:42:18: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_illegalstate_web/resource/abortwith 12-12-2023 12:42:18: TRACE: [WIRE] - >> Accept:*/*, OPERATION:ABORTWITH 12-12-2023 12:42:18: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:18: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:18: TRACE: [WIRE] - << OPERATION: ABORTWITH 12-12-2023 12:42:18: TRACE: [WIRE] - << Content-Length: 38 12-12-2023 12:42:18: TRACE: [WIRE] - << Content-Type: */* 12-12-2023 12:42:18:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_illegalstate_web/resource/abortwith' to target server at 'localhost:8080' 12-12-2023 12:42:18:############################### 12-12-2023 12:42:18: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:18: TRACE: [WIRE] - << IllegalSteateException has been thrown 12-12-2023 12:42:18:FINISHED TEST : abortWithTest() 12-12-2023 12:42:18:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:18:STARTING TEST : setRequestUriOneUriTest() 12-12-2023 12:42:18: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_illegalstate_web/resource/setrequesturi1 12-12-2023 12:42:18: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETREQUESTURI1 12-12-2023 12:42:18: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:18: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:18: TRACE: [WIRE] - << Content-Length: 38 12-12-2023 12:42:18: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:18:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_illegalstate_web/resource/setrequesturi1' to target server at 'localhost:8080' 12-12-2023 12:42:18:############################### 12-12-2023 12:42:18: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:18: TRACE: [WIRE] - << IllegalSteateException has been thrown 12-12-2023 12:42:18:FINISHED TEST : setRequestUriOneUriTest() 12-12-2023 12:42:18:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:18:STARTING TEST : setMethodTest() 12-12-2023 12:42:18: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_illegalstate_web/resource/setmethod 12-12-2023 12:42:18: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETMETHOD 12-12-2023 12:42:18: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:18: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:18: TRACE: [WIRE] - << Content-Length: 38 12-12-2023 12:42:18:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_illegalstate_web/resource/setmethod' to target server at 'localhost:8080' 12-12-2023 12:42:18:############################### 12-12-2023 12:42:18: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:18: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:18: TRACE: [WIRE] - << IllegalSteateException has been thrown 12-12-2023 12:42:18:FINISHED TEST : setMethodTest() 12-12-2023 12:42:18:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:18:STARTING TEST : setEntityStreamTest() 12-12-2023 12:42:18: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_illegalstate_web/resource/setentitystream 12-12-2023 12:42:18: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETENTITYSTREAM 12-12-2023 12:42:18: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:18: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:18: TRACE: [WIRE] - << OPERATION: SETENTITYSTREAM 12-12-2023 12:42:18: TRACE: [WIRE] - << Content-Length: 38 12-12-2023 12:42:18: TRACE: [WIRE] - << Content-Type: */* 12-12-2023 12:42:18: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:18:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_illegalstate_web/resource/setentitystream' to target server at 'localhost:8080' 12-12-2023 12:42:18:############################### 12-12-2023 12:42:18: TRACE: [WIRE] - << IllegalSteateException has been thrown 12-12-2023 12:42:18:FINISHED TEST : setEntityStreamTest() 12-12-2023 12:42:18:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:18:STARTING TEST : setRequestUriTwoUrisTest() 12-12-2023 12:42:18: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_illegalstate_web/resource/setrequesturi2 12-12-2023 12:42:18: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETREQUESTURI2 12-12-2023 12:42:18: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:18: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:18: TRACE: [WIRE] - << Content-Length: 38 12-12-2023 12:42:18:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_illegalstate_web/resource/setrequesturi2' to target server at 'localhost:8080' 12-12-2023 12:42:18:############################### 12-12-2023 12:42:18: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:18: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:18: TRACE: [WIRE] - << IllegalSteateException has been thrown 12-12-2023 12:42:18:FINISHED TEST : setRequestUriTwoUrisTest() [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.524 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-12-2023 12:42:20:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:20:STARTING TEST : noSecurityTest() 12-12-2023 12:42:20: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_requestcontext_security_web/resource/ 12-12-2023 12:42:20: TRACE: [WIRE] - >> Accept:*/* 12-12-2023 12:42:20: TRACE: [WIRE] - << 401 UNAUTHORIZED 12-12-2023 12:42:20: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:20: TRACE: [WIRE] - << WWW-Authenticate: Basic realm="" 12-12-2023 12:42:20: TRACE: [WIRE] - << Content-Length: 1052 12-12-2023 12:42:20: TRACE: [WIRE] - << Content-Language: 12-12-2023 12:42:20:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_requestcontext_security_web/resource/' to target server at 'localhost:8080' 12-12-2023 12:42:20:############################### 12-12-2023 12:42:20: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:42:20: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:20: TRACE: [WIRE] - << Eclipse GlassFish 7.0.6 - Error report

HTTP Status 401 - Unauthorized


type Status report

messageUnauthorized

descriptionThis request requires HTTP authentication.


Eclipse GlassFish 7.0.6

12-12-2023 12:42:20:FINISHED TEST : noSecurityTest() 12-12-2023 12:42:20:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:20:STARTING TEST : getSecurityContextTest() 12-12-2023 12:42:20: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_requestcontext_security_web/resource/ 12-12-2023 12:42:20: TRACE: [WIRE] - >> Accept:*/*, Authorization:Basic ajJlZTpqMmVl 12-12-2023 12:42:20: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:20: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:20: TRACE: [WIRE] - << Content-Length: 4 12-12-2023 12:42:20: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:20: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:20:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_requestcontext_security_web/resource/' to target server at 'localhost:8080' 12-12-2023 12:42:20:############################### 12-12-2023 12:42:20: TRACE: [WIRE] - << j2ee 12-12-2023 12:42:20:FINISHED TEST : getSecurityContextTest() [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.199 s - in ee.jakarta.tck.ws.rs.ee.rs.container.requestcontext.security.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.container.requestcontext.JAXRSClientIT 12-12-2023 12:42:20:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:20:STARTING TEST : getUriInfoTest() 12-12-2023 12:42:20: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/geturiinfo 12-12-2023 12:42:20: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETURIINFO 12-12-2023 12:42:20: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:20: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:20: TRACE: [WIRE] - << Content-Length: 93 12-12-2023 12:42:20: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:20: TRACE: [WIRE] - << http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/geturiinfo;GETURIINFO 12-12-2023 12:42:20:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/geturiinfo' to target server at 'localhost:8080' 12-12-2023 12:42:20:############################### 12-12-2023 12:42:20:FINISHED TEST : getUriInfoTest() 12-12-2023 12:42:20:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:20:STARTING TEST : getAcceptableLanguagesIsSortedTest() 12-12-2023 12:42:20:Check the #getAcceptableLanguages is sorted according to their q-value 12-12-2023 12:42:20: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getacceptablelanguages 12-12-2023 12:42:20: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETACCEPTABLELANGUAGES, Accept-Language:da, en-gb;q=0.6, en-us;q=0.7 12-12-2023 12:42:20: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:20: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:20: TRACE: [WIRE] - << Content-Length: 38 12-12-2023 12:42:20: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:20:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getacceptablelanguages' to target server at 'localhost:8080' 12-12-2023 12:42:20:############################### 12-12-2023 12:42:20: TRACE: [WIRE] - << da en-us en-gb ;GETACCEPTABLELANGUAGES 12-12-2023 12:42:20:FINISHED TEST : getAcceptableLanguagesIsSortedTest() 12-12-2023 12:42:20:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:20:STARTING TEST : getDateIsNullTest() 12-12-2023 12:42:20: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getdate 12-12-2023 12:42:20: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETDATE 12-12-2023 12:42:20: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:20: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:20: TRACE: [WIRE] - << Content-Length: 12 12-12-2023 12:42:20: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:20: TRACE: [WIRE] - << NULL;GETDATE 12-12-2023 12:42:20:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getdate' to target server at 'localhost:8080' 12-12-2023 12:42:20:############################### 12-12-2023 12:42:20:FINISHED TEST : getDateIsNullTest() 12-12-2023 12:42:20:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:20:STARTING TEST : setSecurityContextTest() 12-12-2023 12:42:20: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/setsecuritycontext 12-12-2023 12:42:20: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETSECURITYCONTEXT 12-12-2023 12:42:20: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:20: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:20: TRACE: [WIRE] - << Content-Length: 32 12-12-2023 12:42:20: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:20: TRACE: [WIRE] - << PrincipalName;SETSECURITYCONTEXT 12-12-2023 12:42:20:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/setsecuritycontext' to target server at 'localhost:8080' 12-12-2023 12:42:20:############################### 12-12-2023 12:42:20:FINISHED TEST : setSecurityContextTest() 12-12-2023 12:42:20:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:20:STARTING TEST : abortWithTest() 12-12-2023 12:42:20: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/abortwith 12-12-2023 12:42:20: TRACE: [WIRE] - >> Accept:*/*, OPERATION:ABORTWITH 12-12-2023 12:42:20: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:20: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:20: TRACE: [WIRE] - << Content-Length: 9 12-12-2023 12:42:20: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:20: TRACE: [WIRE] - << ABORTWITH 12-12-2023 12:42:20:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/abortwith' to target server at 'localhost:8080' 12-12-2023 12:42:20:############################### 12-12-2023 12:42:20:FINISHED TEST : abortWithTest() 12-12-2023 12:42:20:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:20:STARTING TEST : setPropertyIsReflectedInServletRequestTest() 12-12-2023 12:42:20: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/setpropertycontext 12-12-2023 12:42:20: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETPROPERTYCONTEXT 12-12-2023 12:42:20: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:20: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:20: TRACE: [WIRE] - << Content-Length: 33 12-12-2023 12:42:20: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:20:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/setpropertycontext' to target server at 'localhost:8080' 12-12-2023 12:42:20:############################### 12-12-2023 12:42:20: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:20: TRACE: [WIRE] - << getSetProperty SETPROPERTYCONTEXT 12-12-2023 12:42:20:FINISHED TEST : setPropertyIsReflectedInServletRequestTest() 12-12-2023 12:42:20:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:20:STARTING TEST : getMediaTypeTest() 12-12-2023 12:42:20: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getmediatype 12-12-2023 12:42:20: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETMEDIATYPE, Content-Type:application/svg+xml 12-12-2023 12:42:20: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:20: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:20: TRACE: [WIRE] - << Content-Length: 32 12-12-2023 12:42:20:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getmediatype' to target server at 'localhost:8080' 12-12-2023 12:42:20:############################### 12-12-2023 12:42:20: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:20: TRACE: [WIRE] - << application/svg+xml;GETMEDIATYPE 12-12-2023 12:42:20:FINISHED TEST : getMediaTypeTest() 12-12-2023 12:42:20:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:20:STARTING TEST : getMethodTest() 12-12-2023 12:42:20: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource 12-12-2023 12:42:20: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETMETHOD 12-12-2023 12:42:20: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:20: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:20: TRACE: [WIRE] - << Content-Length: 17 12-12-2023 12:42:20: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:20: TRACE: [WIRE] - << OPTIONS;GETMETHOD 12-12-2023 12:42:20:[Request] Dispatching request: 'OPTIONS http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource' to target server at 'localhost:8080' 12-12-2023 12:42:20:############################### 12-12-2023 12:42:20:FINISHED TEST : getMethodTest() 12-12-2023 12:42:20:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:20:STARTING TEST : hasEntityTest()12-12-2023 12:42:20: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/hasentity 12-12-2023 12:42:20: TRACE: [WIRE] - >> Accept:*/*, OPERATION:HASENTITY, Content-Type:*/* 12-12-2023 12:42:20: TRACE: [WIRE] - >> entity 12-12-2023 12:42:20: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:20:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/hasentity' to target server at 'localhost:8080' 12-12-2023 12:42:20:############################### 12-12-2023 12:42:20:[Request] Adding entity: entity 12-12-2023 12:42:20: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:20: TRACE: [WIRE] - << Content-Length: 14 12-12-2023 12:42:20: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:20: TRACE: [WIRE] - << true;HASENTITY 12-12-2023 12:42:20:FINISHED TEST : hasEntityTest() 12-12-2023 12:42:20:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:20:STARTING TEST : getHeadersIsMutableTest() 12-12-2023 12:42:20: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getheadersismutable 12-12-2023 12:42:20: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETHEADERSISMUTABLE 12-12-2023 12:42:20: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:20: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:20: TRACE: [WIRE] - << Content-Length: 56 12-12-2023 12:42:20: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:20: TRACE: [WIRE] - << #getHeaders() is mutable as expected;GETHEADERSISMUTABLE 12-12-2023 12:42:20:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getheadersismutable' to target server at 'localhost:8080' 12-12-2023 12:42:20:############################### 12-12-2023 12:42:20:FINISHED TEST : getHeadersIsMutableTest() 12-12-2023 12:42:20:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:20:STARTING TEST : getAcceptableMediaTypesIsSortedTest() 12-12-2023 12:42:20:Check the #getAcceptableMediaTypes is sorted according to their q-value12-12-2023 12:42:20: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getacceptablemediatypes 12-12-2023 12:42:20: 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 12-12-2023 12:42:20: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:20: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:20: TRACE: [WIRE] - << Content-Length: 105 12-12-2023 12:42:20: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:20:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getacceptablemediatypes' to target server at 'localhost:8080' 12-12-2023 12:42:20:############################### 12-12-2023 12:42:20: 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 12-12-2023 12:42:20:FINISHED TEST : getAcceptableMediaTypesIsSortedTest() 12-12-2023 12:42:20:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:20:STARTING TEST : getCookiesIsReadonlyTest() 12-12-2023 12:42:20: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getcookiesisreadonly 12-12-2023 12:42:20: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETCOOKIESISREADONLY 12-12-2023 12:42:20: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:20: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:20: TRACE: [WIRE] - << Content-Length: 57 12-12-2023 12:42:20: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:20: TRACE: [WIRE] - << #getCookies is read-only as expected;GETCOOKIESISREADONLY 12-12-2023 12:42:20:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getcookiesisreadonly' to target server at 'localhost:8080' 12-12-2023 12:42:20:############################### 12-12-2023 12:42:20:FINISHED TEST : getCookiesIsReadonlyTest() 12-12-2023 12:42:20:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:20:STARTING TEST : getLanguageTest() 12-12-2023 12:42:20:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getlanguage' to target server at 'localhost:8080' 12-12-2023 12:42:20: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getlanguage 12-12-2023 12:42:20: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETLANGUAGE, Content-Language:en-gb 12-12-2023 12:42:20: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:20: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:20: TRACE: [WIRE] - << Content-Length: 18 12-12-2023 12:42:20: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:20: TRACE: [WIRE] - << en-gb ;GETLANGUAGE 12-12-2023 12:42:20:############################### 12-12-2023 12:42:20:FINISHED TEST : getLanguageTest() 12-12-2023 12:42:20:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:20:STARTING TEST : setRequestUriOneUriTest() 12-12-2023 12:42:20: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/setrequesturi1 12-12-2023 12:42:20: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETREQUESTURI1 12-12-2023 12:42:20: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:20: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:20: TRACE: [WIRE] - << Content-Length: 49 12-12-2023 12:42:20: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:20: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:20:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/setrequesturi1' to target server at 'localhost:8080' 12-12-2023 12:42:20:############################### 12-12-2023 12:42:20: TRACE: [WIRE] - << http://xx.yy:888/base/resource/sub SETREQUESTURI1 12-12-2023 12:42:20:FINISHED TEST : setRequestUriOneUriTest() 12-12-2023 12:42:20:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:20:STARTING TEST : getDateTest() 12-12-2023 12:42:20: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getdate 12-12-2023 12:42:20: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETDATE, Date:Tue, 12 Dec 2023 12:42:20 GMT 12-12-2023 12:42:20: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:20: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:20: TRACE: [WIRE] - << Content-Length: 21 12-12-2023 12:42:20: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:20: TRACE: [WIRE] - << 1702384940000;GETDATE 12-12-2023 12:42:20:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getdate' to target server at 'localhost:8080' 12-12-2023 12:42:20:############################### 12-12-2023 12:42:20:FINISHED TEST : getDateTest() 12-12-2023 12:42:20:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:20:STARTING TEST : getLanguageIsNullTest() 12-12-2023 12:42:20: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getlanguage 12-12-2023 12:42:20: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETLANGUAGE 12-12-2023 12:42:20: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:20: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:20: TRACE: [WIRE] - << Content-Length: 16 12-12-2023 12:42:20: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:20:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getlanguage' to target server at 'localhost:8080' 12-12-2023 12:42:20:############################### 12-12-2023 12:42:20: TRACE: [WIRE] - << NULL;GETLANGUAGE 12-12-2023 12:42:20:FINISHED TEST : getLanguageIsNullTest() 12-12-2023 12:42:20:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:20: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getheaderstring2 12-12-2023 12:42:20:STARTING TEST : getHeaderStringTest() 12-12-2023 12:42:20:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getheaderstring2' to target server at 'localhost:8080' 12-12-2023 12:42:20: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETHEADERSTRING2 12-12-2023 12:42:20: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:20: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:20: TRACE: [WIRE] - << Content-Length: 33 12-12-2023 12:42:20: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:20: TRACE: [WIRE] - << GETHEADERSTRING2;GETHEADERSTRING2 12-12-2023 12:42:20:############################### 12-12-2023 12:42:20:FINISHED TEST : getHeaderStringTest() 12-12-2023 12:42:20:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:20:STARTING TEST : setMethodTest() 12-12-2023 12:42:20:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/setmethod' to target server at 'localhost:8080' 12-12-2023 12:42:20: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/setmethod 12-12-2023 12:42:20: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETMETHOD 12-12-2023 12:42:20: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:20: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:20: TRACE: [WIRE] - << Content-Length: 17 12-12-2023 12:42:20: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:20: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:20: TRACE: [WIRE] - << OPTIONS SETMETHOD 12-12-2023 12:42:20:############################### 12-12-2023 12:42:20:FINISHED TEST : setMethodTest() 12-12-2023 12:42:20:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:20:STARTING TEST : setPropertyNullTest() 12-12-2023 12:42:20: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/setpropertynull 12-12-2023 12:42:20: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETPROPERTYNULL 12-12-2023 12:42:20: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:20: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:20: TRACE: [WIRE] - << Content-Length: 20 12-12-2023 12:42:20: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:20:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/setpropertynull' to target server at 'localhost:8080' 12-12-2023 12:42:20:############################### 12-12-2023 12:42:20: TRACE: [WIRE] - << NULL;SETPROPERTYNULL 12-12-2023 12:42:20:FINISHED TEST : setPropertyNullTest() 12-12-2023 12:42:20:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:20:STARTING TEST : getAcceptableMediaTypesIsReadOnlyTest() 12-12-2023 12:42:20: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getacceptablemediatypesisreadonly 12-12-2023 12:42:20: TRACE: [WIRE] - >> Accept:text/xml, OPERATION:GETACCEPTABLEMEDIATYPESISREADONLY 12-12-2023 12:42:20: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:20: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:20: TRACE: [WIRE] - << Content-Length: 43 12-12-2023 12:42:20: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:20: TRACE: [WIRE] - << text/xml ;GETACCEPTABLEMEDIATYPESISREADONLY 12-12-2023 12:42:20:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getacceptablemediatypesisreadonly' to target server at 'localhost:8080' 12-12-2023 12:42:20:############################### 12-12-2023 12:42:20:FINISHED TEST : getAcceptableMediaTypesIsReadOnlyTest() 12-12-2023 12:42:20:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:20:STARTING TEST : getPropertyNamesIsReadOnlyTest() 12-12-2023 12:42:20: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getpropertynamesisreadonly 12-12-2023 12:42:20: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETPROPERTYNAMESISREADONLY 12-12-2023 12:42:20: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:20: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:20: TRACE: [WIRE] - << Content-Length: 28 12-12-2023 12:42:20: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:20: TRACE: [WIRE] - << 0;GETPROPERTYNAMESISREADONLY 12-12-2023 12:42:20:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getpropertynamesisreadonly' to target server at 'localhost:8080' 12-12-2023 12:42:20:############################### 12-12-2023 12:42:20:FINISHED TEST : getPropertyNamesIsReadOnlyTest() 12-12-2023 12:42:20:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:20:STARTING TEST : getLengthWhenNoEntityTest() 12-12-2023 12:42:20: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getlength 12-12-2023 12:42:20: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETLENGTH 12-12-2023 12:42:20:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getlength' to target server at 'localhost:8080' 12-12-2023 12:42:20:############################### 12-12-2023 12:42:20: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:20: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:20: TRACE: [WIRE] - << Content-Length: 12 12-12-2023 12:42:20: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:20: TRACE: [WIRE] - << -1;GETLENGTH 12-12-2023 12:42:20:FINISHED TEST : getLengthWhenNoEntityTest() 12-12-2023 12:42:20:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:20:STARTING TEST : getPropertyNamesTest() 12-12-2023 12:42:20: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getpropertynames 12-12-2023 12:42:20: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETPROPERTYNAMES 12-12-2023 12:42:20: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:20: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:20: TRACE: [WIRE] - << Content-Length: 187 12-12-2023 12:42:20: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:20:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getpropertynames' to target server at 'localhost:8080' 12-12-2023 12:42:20:############################### 12-12-2023 12:42:20: TRACE: [WIRE] - << getsetproperty2 getsetproperty1 org.glassfish.web.requestfacadehelper org.glassfish.jersey.message.internal.tracinglogger getsetproperty4 getsetproperty3 getsetproperty0 ;GETPROPERTYNAMES 12-12-2023 12:42:20:FINISHED TEST : getPropertyNamesTest() 12-12-2023 12:42:20:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:20: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource 12-12-2023 12:42:20:STARTING TEST : getRequestTest() 12-12-2023 12:42:20:[Request] Dispatching request: 'OPTIONS http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource' to target server at 'localhost:8080' 12-12-2023 12:42:20:############################### 12-12-2023 12:42:20: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETREQUEST 12-12-2023 12:42:20: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:20: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:20: TRACE: [WIRE] - << Content-Length: 18 12-12-2023 12:42:20: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:20: TRACE: [WIRE] - << OPTIONS;GETREQUEST 12-12-2023 12:42:20:FINISHED TEST : getRequestTest() 12-12-2023 12:42:20:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:20:STARTING TEST : setEntityStreamTest() 12-12-2023 12:42:20: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/setentitystream 12-12-2023 12:42:20: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETENTITYSTREAM 12-12-2023 12:42:20: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:20: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:20: TRACE: [WIRE] - << Content-Length: 37 12-12-2023 12:42:20:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/setentitystream' to target server at 'localhost:8080' 12-12-2023 12:42:20:############################### 12-12-2023 12:42:20: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:20: TRACE: [WIRE] - << SetEntityStreamEntity;SETENTITYSTREAM 12-12-2023 12:42:20:FINISHED TEST : setEntityStreamTest() 12-12-2023 12:42:20:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:20:STARTING TEST : getAcceptableMediaTypesTest() 12-12-2023 12:42:20: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getacceptablemediatypes 12-12-2023 12:42:20: TRACE: [WIRE] - >> Accept:application/json, OPERATION:GETACCEPTABLEMEDIATYPES 12-12-2023 12:42:20: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:20: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:20: TRACE: [WIRE] - << Content-Length: 41 12-12-2023 12:42:20: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:20:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getacceptablemediatypes' to target server at 'localhost:8080' 12-12-2023 12:42:20:############################### 12-12-2023 12:42:20: TRACE: [WIRE] - << application/json ;GETACCEPTABLEMEDIATYPES 12-12-2023 12:42:20:FINISHED TEST : getAcceptableMediaTypesTest() 12-12-2023 12:42:20:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:20:STARTING TEST : getHeadersTest() 12-12-2023 12:42:20: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getheaders 12-12-2023 12:42:20: TRACE: [WIRE] - >> Accept:*/*, header4:header4, header3:header3, header2:header2, header1:header1, OPERATION:GETHEADERS 12-12-2023 12:42:20: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:20: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:20: TRACE: [WIRE] - << Content-Length: 200 12-12-2023 12:42:20: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:20:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getheaders' to target server at 'localhost:8080' 12-12-2023 12:42:20:############################### 12-12-2023 12:42:20: TRACE: [WIRE] - << accept:*/*;header4:header4;header3:header3;header2:header2;header1:header1;operation:GETHEADERS;user-agent:Jersey/3.1.5 (HttpUrlConnection 11.0.2);host:localhost:8080;connection:keep-alive;;GETHEADERS 12-12-2023 12:42:20:FINISHED TEST : getHeadersTest() 12-12-2023 12:42:20:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:20:STARTING TEST : getPropertyIsNullTest() 12-12-2023 12:42:20: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getproperty 12-12-2023 12:42:20:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getproperty' to target server at 'localhost:8080' 12-12-2023 12:42:20:############################### 12-12-2023 12:42:20: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETPROPERTY 12-12-2023 12:42:20: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:20: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:20: TRACE: [WIRE] - << Content-Length: 16 12-12-2023 12:42:20: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:20: TRACE: [WIRE] - << NULL;GETPROPERTY 12-12-2023 12:42:20:FINISHED TEST : getPropertyIsNullTest() 12-12-2023 12:42:20:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:20:STARTING TEST : setRequestUriTwoUrisTest()12-12-2023 12:42:20: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/setrequesturi2 12-12-2023 12:42:20: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETREQUESTURI2 12-12-2023 12:42:20: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:20: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:20: TRACE: [WIRE] - << Content-Length: 49 12-12-2023 12:42:20:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/setrequesturi2' to target server at 'localhost:8080' 12-12-2023 12:42:20:############################### 12-12-2023 12:42:20: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:20: TRACE: [WIRE] - << http://xx.yy:888/base/resource/sub;SETREQUESTURI2 12-12-2023 12:42:20:FINISHED TEST : setRequestUriTwoUrisTest() 12-12-2023 12:42:20:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:20:STARTING TEST : getLengthTest()12-12-2023 12:42:20: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getlength 12-12-2023 12:42:20: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETLENGTH, Content-Type:*/* 12-12-2023 12:42:20: TRACE: [WIRE] - >> 12345678901234567890 12-12-2023 12:42:20: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:20: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:20: TRACE: [WIRE] - << Content-Length: 12 12-12-2023 12:42:20:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getlength' to target server at 'localhost:8080' 12-12-2023 12:42:20:############################### 12-12-2023 12:42:20:[Request] Adding entity: 12345678901234567890 12-12-2023 12:42:20: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:20: TRACE: [WIRE] - << 20;GETLENGTH 12-12-2023 12:42:20:FINISHED TEST : getLengthTest() 12-12-2023 12:42:20:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:20:STARTING TEST : getSecurityContextPrincipalIsNullTest() 12-12-2023 12:42:20:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getsecuritycontext' to target server at 'localhost:8080'12-12-2023 12:42:20: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getsecuritycontext 12-12-2023 12:42:20: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETSECURITYCONTEXT 12-12-2023 12:42:20: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:20: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:20: TRACE: [WIRE] - << Content-Length: 23 12-12-2023 12:42:20: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:20: TRACE: [WIRE] - << NULL;GETSECURITYCONTEXT 12-12-2023 12:42:20:############################### 12-12-2023 12:42:20:FINISHED TEST : getSecurityContextPrincipalIsNullTest() 12-12-2023 12:42:20:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:20: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getacceptablelanguages 12-12-2023 12:42:20:STARTING TEST : getAcceptableLanguagesTest() 12-12-2023 12:42:20:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getacceptablelanguages' to target server at 'localhost:8080' 12-12-2023 12:42:20: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETACCEPTABLELANGUAGES, Accept-Language:en-us 12-12-2023 12:42:20: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:20: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:20: TRACE: [WIRE] - << Content-Length: 29 12-12-2023 12:42:20:############################### 12-12-2023 12:42:20: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:20: TRACE: [WIRE] - << en-us ;GETACCEPTABLELANGUAGES 12-12-2023 12:42:20:FINISHED TEST : getAcceptableLanguagesTest() 12-12-2023 12:42:20:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:20:STARTING TEST : getMediaTypeIsNullTest() 12-12-2023 12:42:20: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getmediatype 12-12-2023 12:42:20: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETMEDIATYPE 12-12-2023 12:42:20: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:20: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:20: TRACE: [WIRE] - << Content-Length: 17 12-12-2023 12:42:20: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:20: TRACE: [WIRE] - << NULL;GETMEDIATYPE 12-12-2023 12:42:20:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getmediatype' to target server at 'localhost:8080' 12-12-2023 12:42:20:############################### 12-12-2023 12:42:20:FINISHED TEST : getMediaTypeIsNullTest() 12-12-2023 12:42:20:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:20:STARTING TEST : setPropertyTest() 12-12-2023 12:42:20:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/setproperty' to target server at 'localhost:8080' 12-12-2023 12:42:20: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/setproperty 12-12-2023 12:42:20: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETPROPERTY 12-12-2023 12:42:20: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:20: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:20: TRACE: [WIRE] - << Content-Length: 26 12-12-2023 12:42:20: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:20: TRACE: [WIRE] - << getSetProperty;SETPROPERTY 12-12-2023 12:42:20:############################### 12-12-2023 12:42:20:FINISHED TEST : setPropertyTest() 12-12-2023 12:42:20:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:20:STARTING TEST : removePropertyTest() 12-12-2023 12:42:20: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/removeproperty 12-12-2023 12:42:20: TRACE: [WIRE] - >> Accept:*/*, OPERATION:REMOVEPROPERTY 12-12-2023 12:42:20: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:20: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:20: TRACE: [WIRE] - << Content-Length: 19 12-12-2023 12:42:20: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:20: TRACE: [WIRE] - << NULL;REMOVEPROPERTY 12-12-2023 12:42:20:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/removeproperty' to target server at 'localhost:8080' 12-12-2023 12:42:20:############################### 12-12-2023 12:42:20:FINISHED TEST : removePropertyTest() 12-12-2023 12:42:20:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:20:STARTING TEST : getCookiesTest() 12-12-2023 12:42:20: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getcookies 12-12-2023 12:42:20: TRACE: [WIRE] - >> Accept:*/*, Cookie:$Version=1; cookie1=cookie1;, OPERATION:GETCOOKIES 12-12-2023 12:42:20: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:20: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:20: TRACE: [WIRE] - << Content-Length: 38 12-12-2023 12:42:20: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:20:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getcookies' to target server at 'localhost:8080' 12-12-2023 12:42:20:############################### 12-12-2023 12:42:20: TRACE: [WIRE] - << $version=1;cookie1=cookie1 ;GETCOOKIES 12-12-2023 12:42:20:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getcookies' to target server at 'localhost:8080' 12-12-2023 12:42:20:###############################12-12-2023 12:42:20: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getcookies 12-12-2023 12:42:20: TRACE: [WIRE] - >> Accept:*/*, Cookie:$Version=1; coookkkie99=coookkkie99;, OPERATION:GETCOOKIES 12-12-2023 12:42:20: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:20: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:20: TRACE: [WIRE] - << Content-Length: 46 12-12-2023 12:42:20: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:20: TRACE: [WIRE] - << $version=1;coookkkie99=coookkkie99 ;GETCOOKIES 12-12-2023 12:42:20:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getcookies' to target server at 'localhost:8080' 12-12-2023 12:42:20: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getcookies 12-12-2023 12:42:20:############################### 12-12-2023 12:42:20: TRACE: [WIRE] - >> Accept:*/*, Cookie:$Version=1; cookiiieee999=cookiiieee999;, OPERATION:GETCOOKIES 12-12-2023 12:42:20: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:20: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:20: TRACE: [WIRE] - << Content-Length: 50 12-12-2023 12:42:20: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:20: TRACE: [WIRE] - << $version=1;cookiiieee999=cookiiieee999 ;GETCOOKIES 12-12-2023 12:42:20:FINISHED TEST : getCookiesTest() 12-12-2023 12:42:20:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:20:STARTING TEST : hasEntityWhenNoEntityTest() 12-12-2023 12:42:20: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/hasentity 12-12-2023 12:42:20: TRACE: [WIRE] - >> Accept:*/*, OPERATION:HASENTITY 12-12-2023 12:42:20: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:20: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:20: TRACE: [WIRE] - << Content-Length: 15 12-12-2023 12:42:20: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:20: TRACE: [WIRE] - << false;HASENTITY 12-12-2023 12:42:20:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/hasentity' to target server at 'localhost:8080' 12-12-2023 12:42:20:############################### 12-12-2023 12:42:20:FINISHED TEST : hasEntityWhenNoEntityTest() 12-12-2023 12:42:20:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:20: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getentitystream 12-12-2023 12:42:20:STARTING TEST : getEntityStreamTest() 12-12-2023 12:42:20:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getentitystream' to target server at 'localhost:8080' 12-12-2023 12:42:20:############################### 12-12-2023 12:42:20:[Request] Adding entity: EnTiTyStReAmTeSt 12-12-2023 12:42:20: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETENTITYSTREAM, Content-Type:*/* 12-12-2023 12:42:20: TRACE: [WIRE] - >> EnTiTyStReAmTeSt 12-12-2023 12:42:20: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:20: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:20: TRACE: [WIRE] - << Content-Length: 32 12-12-2023 12:42:20: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:20: TRACE: [WIRE] - << EnTiTyStReAmTeSt;GETENTITYSTREAM 12-12-2023 12:42:20:FINISHED TEST : getEntityStreamTest() 12-12-2023 12:42:20:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:20:STARTING TEST : getAcceptableLanguagesIsReadOnlyTest()12-12-2023 12:42:21: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getacceptablelanguagesisreadonly 12-12-2023 12:42:21: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETACCEPTABLELANGUAGESISREADONLY, Accept-Language:da, en-gb;q=0.6, en-us;q=0.7 12-12-2023 12:42:21: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:21: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:21: TRACE: [WIRE] - << Content-Length: 48 12-12-2023 12:42:21: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:20:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getacceptablelanguagesisreadonly' to target server at 'localhost:8080' 12-12-2023 12:42:20:############################### 12-12-2023 12:42:21: TRACE: [WIRE] - << da en-us en-gb ;GETACCEPTABLELANGUAGESISREADONLY 12-12-2023 12:42:21:FINISHED TEST : getAcceptableLanguagesIsReadOnlyTest() [INFO] Tests run: 39, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.927 s - in ee.jakarta.tck.ws.rs.ee.rs.container.requestcontext.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.container.resourceinfo.JAXRSClientIT 12-12-2023 12:42:21:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:21:STARTING TEST : getResourceMethodTest() 12-12-2023 12:42:21: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_resourceinfo_web/resource/method 12-12-2023 12:42:21: TRACE: [WIRE] - >> Accept:*/* 12-12-2023 12:42:21: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:21: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:21: TRACE: [WIRE] - << Content-Length: 17 12-12-2023 12:42:21: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:21: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:21:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_resourceinfo_web/resource/method' to target server at 'localhost:8080' 12-12-2023 12:42:21:############################### 12-12-2023 12:42:21: TRACE: [WIRE] - << getResourceMethod 12-12-2023 12:42:21:Found expected resource method name 12-12-2023 12:42:21:FINISHED TEST : getResourceMethodTest() 12-12-2023 12:42:21:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:21:STARTING TEST : getResourceClassTest() 12-12-2023 12:42:21: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_resourceinfo_web/resource/clazz 12-12-2023 12:42:21: TRACE: [WIRE] - >> Accept:*/* 12-12-2023 12:42:21: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:21: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:21: TRACE: [WIRE] - << Content-Length: 58 12-12-2023 12:42:21: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:21: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:21: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.ee.rs.container.resourceinfo.Resource 12-12-2023 12:42:21:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_resourceinfo_web/resource/clazz' to target server at 'localhost:8080' 12-12-2023 12:42:21:############################### 12-12-2023 12:42:21:Found expected resource class name 12-12-2023 12:42:21:FINISHED TEST : getResourceClassTest() [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.471 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-12-2023 12:42:21:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:21:STARTING TEST : getStringsHeaderMoreItemsTest()12-12-2023 12:42:21: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstringheaders 12-12-2023 12:42:21: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:42:21: TRACE: [WIRE] - >> commaSeparated 12-12-2023 12:42:21:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstringheaders' to target server at 'localhost:8080' 12-12-2023 12:42:21:############################### 12-12-2023 12:42:21:[Request] Adding entity: commaSeparated 12-12-2023 12:42:21: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:21: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:21: TRACE: [WIRE] - << OPERATION: GETSTRINGHEADERS 12-12-2023 12:42:21: TRACE: [WIRE] - << HEADER: ResponseFilterEntity,ResponseFilterEntity 12-12-2023 12:42:21: TRACE: [WIRE] - << Content-Length: 42 12-12-2023 12:42:21: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:21: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:21: TRACE: [WIRE] - << responsefilterentity responsefilterentity 12-12-2023 12:42:21:FINISHED TEST : getStringsHeaderMoreItemsTest() 12-12-2023 12:42:21:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:21:STARTING TEST : getEntityAnnotationsWhenNoAnnotationsTest()12-12-2023 12:42:21: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentityannotations 12-12-2023 12:42:21: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:42:21: TRACE: [WIRE] - >> false 12-12-2023 12:42:21:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentityannotations' to target server at 'localhost:8080' 12-12-2023 12:42:21:############################### 12-12-2023 12:42:21:[Request] Adding entity: false 12-12-2023 12:42:21: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:21: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:21: TRACE: [WIRE] - << OPERATION: GETENTITYANNOTATIONS 12-12-2023 12:42:21: TRACE: [WIRE] - << Content-Length: 38 12-12-2023 12:42:21: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:21: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:21: TRACE: [WIRE] - << jakarta.ws.rs.post jakarta.ws.rs.path 12-12-2023 12:42:21:FINISHED TEST : getEntityAnnotationsWhenNoAnnotationsTest() 12-12-2023 12:42:21:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:21:STARTING TEST : getEntityTest() 12-12-2023 12:42:21: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentity 12-12-2023 12:42:21: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:42:21: TRACE: [WIRE] - >> ee.jakarta.tck.ws.rs.ee.rs.container.responsecontext.JAXRSClientITentity 12-12-2023 12:42:21: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:21: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:21: TRACE: [WIRE] - << OPERATION: GETENTITY 12-12-2023 12:42:21: TRACE: [WIRE] - << Content-Length: 144 12-12-2023 12:42:21: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:21: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:21:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentity' to target server at 'localhost:8080' 12-12-2023 12:42:21:############################### 12-12-2023 12:42:21:[Request] Adding entity: ee.jakarta.tck.ws.rs.ee.rs.container.responsecontext.JAXRSClientITentity 12-12-2023 12:42:21: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.ee.rs.container.responsecontext.JAXRSClientITentityee.jakarta.tck.ws.rs.ee.rs.container.responsecontext.JAXRSClientITentity 12-12-2023 12:42:21:FINISHED TEST : getEntityTest() 12-12-2023 12:42:21:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:21:STARTING TEST : getDateIsNullTest()12-12-2023 12:42:21: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getdate 12-12-2023 12:42:21: TRACE: [WIRE] - >> Accept:*/* 12-12-2023 12:42:21: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:21: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:21: TRACE: [WIRE] - << OPERATION: GETDATE 12-12-2023 12:42:21: TRACE: [WIRE] - << Content-Length: 1 12-12-2023 12:42:21:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getdate' to target server at 'localhost:8080' 12-12-2023 12:42:21:############################### 12-12-2023 12:42:21: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:21: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:21: TRACE: [WIRE] - << 0 12-12-2023 12:42:21:FINISHED TEST : getDateIsNullTest() 12-12-2023 12:42:21:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:21:STARTING TEST : getLinksTest() 12-12-2023 12:42:22: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlinks 12-12-2023 12:42:22: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:42:22: TRACE: [WIRE] - >> http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource;html://localhost:8080/nohttp 12-12-2023 12:42:22: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:22: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:22: TRACE: [WIRE] - << OPERATION: GETLINKS 12-12-2023 12:42:22: TRACE: [WIRE] - << Content-Length: 105 12-12-2023 12:42:21:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlinks' to target server at 'localhost:8080' 12-12-2023 12:42:21:############################### 12-12-2023 12:42:22:[Request] Adding entity: http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource;html://localhost:8080/nohttp 12-12-2023 12:42:22: TRACE: [WIRE] - << Link: , 12-12-2023 12:42:22: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:22: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:22: TRACE: [WIRE] - << ; 12-12-2023 12:42:22:FINISHED TEST : getLinksTest() 12-12-2023 12:42:22:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:22:STARTING TEST : getStringHeadersUsesHeaderDelegateTest() 12-12-2023 12:42:22:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstringbeanruntime' to target server at 'localhost:8080'12-12-2023 12:42:22: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstringbeanruntime 12-12-2023 12:42:22: TRACE: [WIRE] - >> Accept:*/* 12-12-2023 12:42:22: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:22: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:22: TRACE: [WIRE] - << OPERATION: SETSTRINGBEANRUNTIME 12-12-2023 12:42:22: TRACE: [WIRE] - << Content-Length: 0 12-12-2023 12:42:22: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:22:############################### 12-12-2023 12:42:22:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstringheaders' to target server at 'localhost:8080' 12-12-2023 12:42:22:############################### 12-12-2023 12:42:22:[Request] Adding entity: headerDelegate 12-12-2023 12:42:22: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstringheaders 12-12-2023 12:42:22: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:42:22: TRACE: [WIRE] - >> headerDelegate 12-12-2023 12:42:22: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:22: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:22: TRACE: [WIRE] - << OPERATION: GETSTRINGHEADERS 12-12-2023 12:42:22: TRACE: [WIRE] - << HEADER: ResponseFilterEntity 12-12-2023 12:42:22: TRACE: [WIRE] - << Content-Length: 20 12-12-2023 12:42:22: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:22: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:22: TRACE: [WIRE] - << ResponseFilterEntity 12-12-2023 12:42:22: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setoriginalruntime 12-12-2023 12:42:22: TRACE: [WIRE] - >> Accept:*/* 12-12-2023 12:42:22: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:22:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setoriginalruntime' to target server at 'localhost:8080' 12-12-2023 12:42:22:############################### 12-12-2023 12:42:22: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:22: TRACE: [WIRE] - << OPERATION: SETORIGINALRUNTIME 12-12-2023 12:42:22: TRACE: [WIRE] - << Content-Length: 0 12-12-2023 12:42:22: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:22:FINISHED TEST : getStringHeadersUsesHeaderDelegateTest() 12-12-2023 12:42:22:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:22:STARTING TEST : getLinkBuilderWhenNoLinkTest() 12-12-2023 12:42:22: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlinkbuilder 12-12-2023 12:42:22: TRACE: [WIRE] - >> Accept:*/* 12-12-2023 12:42:22: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:22: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:22: TRACE: [WIRE] - << OPERATION: GETLINKBUILDER 12-12-2023 12:42:22: TRACE: [WIRE] - << Content-Length: 4 12-12-2023 12:42:22: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:22: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:22: TRACE: [WIRE] - << NULL 12-12-2023 12:42:22:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlinkbuilder' to target server at 'localhost:8080' 12-12-2023 12:42:22:############################### 12-12-2023 12:42:22:FINISHED TEST : getLinkBuilderWhenNoLinkTest() 12-12-2023 12:42:22:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:22:STARTING TEST : getEntityClassByteArrayTest() 12-12-2023 12:42:22: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentityclass 12-12-2023 12:42:22: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:42:22: TRACE: [WIRE] - >> bytearray 12-12-2023 12:42:22: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:22: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:22:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentityclass' to target server at 'localhost:8080' 12-12-2023 12:42:22:############################### 12-12-2023 12:42:22:[Request] Adding entity: bytearray 12-12-2023 12:42:22: TRACE: [WIRE] - << OPERATION: GETENTITYCLASS 12-12-2023 12:42:22: TRACE: [WIRE] - << Content-Length: 2 12-12-2023 12:42:22: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:22: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:22: TRACE: [WIRE] - << [B 12-12-2023 12:42:22:FINISHED TEST : getEntityClassByteArrayTest() 12-12-2023 12:42:22:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:22:STARTING TEST : getStringHeadersTest()12-12-2023 12:42:22: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstringheaders 12-12-2023 12:42:22: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:42:22: TRACE: [WIRE] - >> EnTITY 12-12-2023 12:42:22:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstringheaders' to target server at 'localhost:8080' 12-12-2023 12:42:22:############################### 12-12-2023 12:42:22:[Request] Adding entity: EnTITY 12-12-2023 12:42:22: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:22: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:22: TRACE: [WIRE] - << OPERATION: GETSTRINGHEADERS 12-12-2023 12:42:22: TRACE: [WIRE] - << HEADER: EnTITY 12-12-2023 12:42:22: TRACE: [WIRE] - << Content-Length: 6 12-12-2023 12:42:22: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:22: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:22: TRACE: [WIRE] - << EnTITY 12-12-2023 12:42:22:FINISHED TEST : getStringHeadersTest() 12-12-2023 12:42:22:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:22: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getmediatype 12-12-2023 12:42:22: TRACE: [WIRE] - >> Accept:*/* 12-12-2023 12:42:22: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:22: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:22: TRACE: [WIRE] - << OPERATION: GETMEDIATYPE 12-12-2023 12:42:22: TRACE: [WIRE] - << Content-Length: 4 12-12-2023 12:42:22: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:22: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:22: TRACE: [WIRE] - << NULL 12-12-2023 12:42:22:STARTING TEST : getMediaTypeWhenNoMediaTypeTest() 12-12-2023 12:42:22:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getmediatype' to target server at 'localhost:8080' 12-12-2023 12:42:22:############################### 12-12-2023 12:42:22:FINISHED TEST : getMediaTypeWhenNoMediaTypeTest() 12-12-2023 12:42:22:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:22:STARTING TEST : getLinksWhenNoLinkTest()12-12-2023 12:42:22: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlinks 12-12-2023 12:42:22: TRACE: [WIRE] - >> Accept:*/* 12-12-2023 12:42:22: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:22: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:22: TRACE: [WIRE] - << OPERATION: GETLINKS 12-12-2023 12:42:22: TRACE: [WIRE] - << Content-Length: 4 12-12-2023 12:42:22: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:22:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlinks' to target server at 'localhost:8080' 12-12-2023 12:42:22:############################### 12-12-2023 12:42:22: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:22: TRACE: [WIRE] - << NULL 12-12-2023 12:42:22:FINISHED TEST : getLinksWhenNoLinkTest() 12-12-2023 12:42:22:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:22:STARTING TEST : getMediaTypeTest()12-12-2023 12:42:22: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getmediatype 12-12-2023 12:42:22: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:42:22: TRACE: [WIRE] - >> application/svg+xml 12-12-2023 12:42:22: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:22:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getmediatype' to target server at 'localhost:8080' 12-12-2023 12:42:22:############################### 12-12-2023 12:42:22:[Request] Adding entity: application/svg+xml 12-12-2023 12:42:22: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:22: TRACE: [WIRE] - << OPERATION: GETMEDIATYPE 12-12-2023 12:42:22: TRACE: [WIRE] - << Content-Length: 19 12-12-2023 12:42:22: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:22: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:22: TRACE: [WIRE] - << application/svg+xml 12-12-2023 12:42:22:FINISHED TEST : getMediaTypeTest() 12-12-2023 12:42:22:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:22:STARTING TEST : getEntityAnnotationsTest() 12-12-2023 12:42:22: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentityannotations 12-12-2023 12:42:22: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:42:22: TRACE: [WIRE] - >> true 12-12-2023 12:42:22: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:22:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentityannotations' to target server at 'localhost:8080' 12-12-2023 12:42:22:############################### 12-12-2023 12:42:22:[Request] Adding entity: true 12-12-2023 12:42:22: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:22: TRACE: [WIRE] - << OPERATION: GETENTITYANNOTATIONS 12-12-2023 12:42:22: TRACE: [WIRE] - << Content-Length: 93 12-12-2023 12:42:22: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:22: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:22: TRACE: [WIRE] - << jakarta.ws.rs.post jakarta.ws.rs.path jakarta.ws.rs.ext.provider jakarta.annotation.priority 12-12-2023 12:42:22:FINISHED TEST : getEntityAnnotationsTest() 12-12-2023 12:42:22:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:22:STARTING TEST : getLinkTest()12-12-2023 12:42:22: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlink 12-12-2023 12:42:22: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:42:22: TRACE: [WIRE] - >> http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource 12-12-2023 12:42:22: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:22:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlink' to target server at 'localhost:8080' 12-12-2023 12:42:22:############################### 12-12-2023 12:42:22:[Request] Adding entity: http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource 12-12-2023 12:42:22: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:22: TRACE: [WIRE] - << OPERATION: GETLINK 12-12-2023 12:42:22: TRACE: [WIRE] - << Content-Length: 72 12-12-2023 12:42:22: TRACE: [WIRE] - << Link: ; rel="relation" 12-12-2023 12:42:22: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:22: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:22: TRACE: [WIRE] - << http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource 12-12-2023 12:42:22:FINISHED TEST : getLinkTest() 12-12-2023 12:42:22:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:22: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setentity 12-12-2023 12:42:22: TRACE: [WIRE] - >> Accept:*/* 12-12-2023 12:42:22: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:22: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:22: TRACE: [WIRE] - << OPERATION: SETENTITY 12-12-2023 12:42:22: TRACE: [WIRE] - << Content-Length: 20 12-12-2023 12:42:22: TRACE: [WIRE] - << Content-Type: application/svg+xml 12-12-2023 12:42:22: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:22: TRACE: [WIRE] - << ResponseFilterEntity 12-12-2023 12:42:22:STARTING TEST : setEntityTest() 12-12-2023 12:42:22:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setentity' to target server at 'localhost:8080' 12-12-2023 12:42:22:############################### 12-12-2023 12:42:22:FINISHED TEST : setEntityTest() 12-12-2023 12:42:22:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:22:STARTING TEST : hasEntityTest() 12-12-2023 12:42:22: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/hasentity 12-12-2023 12:42:22: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:42:22: TRACE: [WIRE] - >> ResponseFilterEntity 12-12-2023 12:42:22: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:22:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/hasentity' to target server at 'localhost:8080' 12-12-2023 12:42:22:############################### 12-12-2023 12:42:22:[Request] Adding entity: ResponseFilterEntity 12-12-2023 12:42:22: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:22: TRACE: [WIRE] - << OPERATION: HASENTITY 12-12-2023 12:42:22: TRACE: [WIRE] - << Content-Length: 4 12-12-2023 12:42:22: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:22: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:22: TRACE: [WIRE] - << true 12-12-2023 12:42:22:FINISHED TEST : hasEntityTest() 12-12-2023 12:42:22:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:22:STARTING TEST : getHeadersIsMutableTest() 12-12-2023 12:42:22: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getheadersismutable 12-12-2023 12:42:22: TRACE: [WIRE] - >> Accept:*/* 12-12-2023 12:42:22: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:22: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:22: TRACE: [WIRE] - << OPERATION: GETHEADERSISMUTABLE 12-12-2023 12:42:22: TRACE: [WIRE] - << HEADER: HEADER 12-12-2023 12:42:22: TRACE: [WIRE] - << Content-Length: 24 12-12-2023 12:42:22:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getheadersismutable' to target server at 'localhost:8080' 12-12-2023 12:42:22:############################### 12-12-2023 12:42:22: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:22: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:22: TRACE: [WIRE] - << HEADER found as expected 12-12-2023 12:42:22:FINISHED TEST : getHeadersIsMutableTest() 12-12-2023 12:42:22:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:22: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/haslink 12-12-2023 12:42:22:STARTING TEST : hasLinkWhenNoLinkTest() 12-12-2023 12:42:22:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/haslink' to target server at 'localhost:8080' 12-12-2023 12:42:22: TRACE: [WIRE] - >> Accept:*/* 12-12-2023 12:42:22: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:22: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:22: TRACE: [WIRE] - << OPERATION: HASLINK 12-12-2023 12:42:22: TRACE: [WIRE] - << Content-Length: 5 12-12-2023 12:42:22: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:22: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:22: TRACE: [WIRE] - << false 12-12-2023 12:42:22:############################### 12-12-2023 12:42:22:FINISHED TEST : hasLinkWhenNoLinkTest() 12-12-2023 12:42:22:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:22:STARTING TEST : getLanguageTest() 12-12-2023 12:42:22: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlanguage 12-12-2023 12:42:22: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:42:22: TRACE: [WIRE] - >> fr-ca 12-12-2023 12:42:22: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:22: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:22: TRACE: [WIRE] - << OPERATION: GETLANGUAGE 12-12-2023 12:42:22: TRACE: [WIRE] - << Content-Length: 5 12-12-2023 12:42:22: TRACE: [WIRE] - << Content-Language: fr-ca 12-12-2023 12:42:22:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlanguage' to target server at 'localhost:8080' 12-12-2023 12:42:22:############################### 12-12-2023 12:42:22:[Request] Adding entity: fr-ca 12-12-2023 12:42:22: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:22: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:22: TRACE: [WIRE] - << fr_CA 12-12-2023 12:42:22:FINISHED TEST : getLanguageTest() 12-12-2023 12:42:22:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:22:STARTING TEST : getStringHeadersUsesToStringMethodTest() 12-12-2023 12:42:22: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstringheaders 12-12-2023 12:42:22: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:42:22: TRACE: [WIRE] - >> toString 12-12-2023 12:42:22: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:22: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:22: TRACE: [WIRE] - << OPERATION: GETSTRINGHEADERS 12-12-2023 12:42:22: TRACE: [WIRE] - << HEADER: ResponseFilterEntity 12-12-2023 12:42:22: TRACE: [WIRE] - << Content-Length: 20 12-12-2023 12:42:22:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstringheaders' to target server at 'localhost:8080' 12-12-2023 12:42:22:############################### 12-12-2023 12:42:22:[Request] Adding entity: toString 12-12-2023 12:42:22: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:22: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:22: TRACE: [WIRE] - << ResponseFilterEntity 12-12-2023 12:42:22:FINISHED TEST : getStringHeadersUsesToStringMethodTest() 12-12-2023 12:42:22:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:22:STARTING TEST : getDateTest() 12-12-2023 12:42:22: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getdate 12-12-2023 12:42:22: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:42:22: TRACE: [WIRE] - >> 1702384942000 12-12-2023 12:42:22: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:22: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:22: TRACE: [WIRE] - << OPERATION: GETDATE 12-12-2023 12:42:22:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getdate' to target server at 'localhost:8080' 12-12-2023 12:42:22:############################### 12-12-2023 12:42:22:[Request] Adding entity: 1702384942000 12-12-2023 12:42:22: TRACE: [WIRE] - << Content-Length: 13 12-12-2023 12:42:22: TRACE: [WIRE] - << Date: Tue, 12 Dec 2023 12:42:22 GMT 12-12-2023 12:42:22: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:22: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:22: TRACE: [WIRE] - << 1702384942000 12-12-2023 12:42:22:FINISHED TEST : getDateTest() 12-12-2023 12:42:22:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:22:STARTING TEST : getCookiesIsReadOnlyTest() 12-12-2023 12:42:22: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getcookiesisreadonly 12-12-2023 12:42:22: TRACE: [WIRE] - >> Accept:*/* 12-12-2023 12:42:22: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:22: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:22: TRACE: [WIRE] - << OPERATION: GETCOOKIESISREADONLY 12-12-2023 12:42:22: TRACE: [WIRE] - << Content-Length: 35 12-12-2023 12:42:22:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getcookiesisreadonly' to target server at 'localhost:8080' 12-12-2023 12:42:22:############################### 12-12-2023 12:42:22: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:22: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:22: TRACE: [WIRE] - << getCookies is read-only as expected 12-12-2023 12:42:22:FINISHED TEST : getCookiesIsReadOnlyTest() 12-12-2023 12:42:22:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:22:STARTING TEST : getLanguageIsNullTest() 12-12-2023 12:42:22: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlanguage 12-12-2023 12:42:22: TRACE: [WIRE] - >> Accept:*/* 12-12-2023 12:42:22: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:22: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:22: TRACE: [WIRE] - << OPERATION: GETLANGUAGE 12-12-2023 12:42:22: TRACE: [WIRE] - << Content-Length: 4 12-12-2023 12:42:22: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:22: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:22: TRACE: [WIRE] - << NULL 12-12-2023 12:42:22:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlanguage' to target server at 'localhost:8080' 12-12-2023 12:42:22:############################### 12-12-2023 12:42:22:FINISHED TEST : getLanguageIsNullTest() 12-12-2023 12:42:22:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:22:STARTING TEST : getHeaderStringTest() 12-12-2023 12:42:22: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getheaderstringoperation 12-12-2023 12:42:22: TRACE: [WIRE] - >> Accept:*/* 12-12-2023 12:42:22: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:22: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:22: TRACE: [WIRE] - << OPERATION: GETHEADERSTRINGOPERATION 12-12-2023 12:42:22:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getheaderstringoperation' to target server at 'localhost:8080' 12-12-2023 12:42:22:############################### 12-12-2023 12:42:22: TRACE: [WIRE] - << Content-Length: 24 12-12-2023 12:42:22: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:22: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:22: TRACE: [WIRE] - << GETHEADERSTRINGOPERATION 12-12-2023 12:42:22:FINISHED TEST : getHeaderStringTest() 12-12-2023 12:42:22:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:22: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 12-12-2023 12:42:22:STARTING TEST : setStatusInfoTest() 12-12-2023 12:42:22:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 12-12-2023 12:42:22:###############################12-12-2023 12:42:22: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:42:22: TRACE: [WIRE] - >> 200 12-12-2023 12:42:22: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:22: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:22: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 12-12-2023 12:42:22: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:42:22: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:22: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:22: TRACE: [WIRE] - << 200 12-12-2023 12:42:22:[Request] Adding entity: 200 12-12-2023 12:42:22:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 12-12-2023 12:42:22:############################### 12-12-2023 12:42:22:[Request] Adding entity: 201 12-12-2023 12:42:22: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 12-12-2023 12:42:22: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:42:22: TRACE: [WIRE] - >> 201 12-12-2023 12:42:22: TRACE: [WIRE] - << 201 CREATED 12-12-2023 12:42:22: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:22: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 12-12-2023 12:42:22: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:42:22: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:22: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:22: TRACE: [WIRE] - << 201 12-12-2023 12:42:22: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 12-12-2023 12:42:22:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 12-12-2023 12:42:22:############################### 12-12-2023 12:42:22:[Request] Adding entity: 202 12-12-2023 12:42:22: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:42:22: TRACE: [WIRE] - >> 202 12-12-2023 12:42:22: TRACE: [WIRE] - << 202 ACCEPTED 12-12-2023 12:42:22: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:22: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 12-12-2023 12:42:22: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:42:22: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:22: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:22: TRACE: [WIRE] - << 202 12-12-2023 12:42:22:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 12-12-2023 12:42:22: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 12-12-2023 12:42:22: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:42:22: TRACE: [WIRE] - >> 204 12-12-2023 12:42:22: TRACE: [WIRE] - << 204 NO_CONTENT 12-12-2023 12:42:22: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:22: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 12-12-2023 12:42:22: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:22: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 12-12-2023 12:42:22: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:42:22: TRACE: [WIRE] - >> 205 12-12-2023 12:42:22: TRACE: [WIRE] - << 205 RESET_CONTENT 12-12-2023 12:42:22: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:22: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 12-12-2023 12:42:22: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:53: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 12-12-2023 12:42:53: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:42:53: TRACE: [WIRE] - >> 206 12-12-2023 12:42:53: TRACE: [WIRE] - << 206 PARTIAL_CONTENT 12-12-2023 12:42:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:53: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 12-12-2023 12:42:53: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:42:53: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:53: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:53: TRACE: [WIRE] - << 206 12-12-2023 12:42:53: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 12-12-2023 12:42:53: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:42:53: TRACE: [WIRE] - >> 300 12-12-2023 12:42:53: TRACE: [WIRE] - << 300 MULTIPLE_CHOICES 12-12-2023 12:42:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:53: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 12-12-2023 12:42:53: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:42:53: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:53: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:53: TRACE: [WIRE] - << 300 12-12-2023 12:42:53: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 12-12-2023 12:42:22:############################### 12-12-2023 12:42:22:[Request] Adding entity: 204 12-12-2023 12:42:22:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 12-12-2023 12:42:22:############################### 12-12-2023 12:42:22:[Request] Adding entity: 205 12-12-2023 12:42:53:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 12-12-2023 12:42:53:############################### 12-12-2023 12:42:53:[Request] Adding entity: 206 12-12-2023 12:42:53:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 12-12-2023 12:42:53:############################### 12-12-2023 12:42:53:[Request] Adding entity: 300 12-12-2023 12:42:53:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 12-12-2023 12:42:53:############################### 12-12-2023 12:42:53:[Request] Adding entity: 301 12-12-2023 12:42:53: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:42:53: TRACE: [WIRE] - >> 301 12-12-2023 12:42:53: TRACE: [WIRE] - << 301 MOVED_PERMANENTLY 12-12-2023 12:42:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:53: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 12-12-2023 12:42:53: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:42:53: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:53: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:53: TRACE: [WIRE] - << 301 12-12-2023 12:42:53: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 12-12-2023 12:42:53: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:42:53: TRACE: [WIRE] - >> 302 12-12-2023 12:42:53: TRACE: [WIRE] - << 302 FOUND 12-12-2023 12:42:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:53: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 12-12-2023 12:42:53: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:42:53: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:53: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:53: TRACE: [WIRE] - << 302 12-12-2023 12:42:53:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 12-12-2023 12:42:53:############################### 12-12-2023 12:42:53:[Request] Adding entity: 302 12-12-2023 12:42:53:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 12-12-2023 12:42:53:############################### 12-12-2023 12:42:53: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 12-12-2023 12:42:53:[Request] Adding entity: 303 12-12-2023 12:42:53: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:42:53: TRACE: [WIRE] - >> 303 12-12-2023 12:42:53: TRACE: [WIRE] - << 303 SEE_OTHER 12-12-2023 12:42:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:53: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 12-12-2023 12:42:53: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:42:53: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:53: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:53: TRACE: [WIRE] - << 303 12-12-2023 12:42:53:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 12-12-2023 12:42:53:############################### 12-12-2023 12:42:53:[Request] Adding entity: 304 12-12-2023 12:42:53: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 12-12-2023 12:42:53: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:42:53: TRACE: [WIRE] - >> 304 12-12-2023 12:42:53: TRACE: [WIRE] - << 304 NOT_MODIFIED 12-12-2023 12:42:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:53: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 12-12-2023 12:42:53: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:53:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 12-12-2023 12:42:53:############################### 12-12-2023 12:42:53:[Request] Adding entity: 305 12-12-2023 12:42:53: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 12-12-2023 12:42:53: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:42:53: TRACE: [WIRE] - >> 305 12-12-2023 12:42:53: TRACE: [WIRE] - << 305 USE_PROXY 12-12-2023 12:42:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:53: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 12-12-2023 12:42:53: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:42:53: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:53: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:53: TRACE: [WIRE] - << 305 12-12-2023 12:42:53:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 12-12-2023 12:42:53:############################### 12-12-2023 12:42:53:[Request] Adding entity: 307 12-12-2023 12:42:53: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 12-12-2023 12:42:53: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:42:53: TRACE: [WIRE] - >> 307 12-12-2023 12:42:53: TRACE: [WIRE] - << 307 TEMPORARY_REDIRECT 12-12-2023 12:42:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:53: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 12-12-2023 12:42:53: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:42:53: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:53: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:53: TRACE: [WIRE] - << 307 12-12-2023 12:42:53:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 12-12-2023 12:42:53:############################### 12-12-2023 12:42:53:[Request] Adding entity: 30812-12-2023 12:42:53: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 12-12-2023 12:42:53: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:42:53: TRACE: [WIRE] - >> 308 12-12-2023 12:42:53: TRACE: [WIRE] - << 308 PERMANENT_REDIRECT 12-12-2023 12:42:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:53: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 12-12-2023 12:42:53: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:42:53: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:53: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:53: TRACE: [WIRE] - << 308 12-12-2023 12:42:53:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 12-12-2023 12:42:53:############################### 12-12-2023 12:42:53:[Request] Adding entity: 400 12-12-2023 12:42:53: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 12-12-2023 12:42:53: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:42:53: TRACE: [WIRE] - >> 400 12-12-2023 12:42:53: TRACE: [WIRE] - << 400 BAD_REQUEST 12-12-2023 12:42:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:53: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 12-12-2023 12:42:53: TRACE: [WIRE] - << Connection: close 12-12-2023 12:42:53: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:42:53: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:53: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:53: TRACE: [WIRE] - << 400 12-12-2023 12:42:53:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 12-12-2023 12:42:53:############################### 12-12-2023 12:42:53:[Request] Adding entity: 401 12-12-2023 12:42:53: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 12-12-2023 12:42:53: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:42:53: TRACE: [WIRE] - >> 401 12-12-2023 12:42:53: TRACE: [WIRE] - << 401 UNAUTHORIZED 12-12-2023 12:42:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:53: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 12-12-2023 12:42:53: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:42:53: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:53: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:53: TRACE: [WIRE] - << 401 12-12-2023 12:42:53:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 12-12-2023 12:42:53:############################### 12-12-2023 12:42:53:[Request] Adding entity: 402 12-12-2023 12:42:53: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 12-12-2023 12:42:53: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:42:53: TRACE: [WIRE] - >> 402 12-12-2023 12:42:53: TRACE: [WIRE] - << 402 PAYMENT_REQUIRED 12-12-2023 12:42:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:53: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 12-12-2023 12:42:53: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:42:53: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:53: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:53: TRACE: [WIRE] - << 402 12-12-2023 12:42:53: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 12-12-2023 12:42:53: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:42:53:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 12-12-2023 12:42:53:############################### 12-12-2023 12:42:53:[Request] Adding entity: 403 12-12-2023 12:42:53: TRACE: [WIRE] - >> 403 12-12-2023 12:42:53: TRACE: [WIRE] - << 403 FORBIDDEN 12-12-2023 12:42:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:53: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 12-12-2023 12:42:53: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:42:53: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:53: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:53: TRACE: [WIRE] - << 403 12-12-2023 12:42:53:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 12-12-2023 12:42:53:############################### 12-12-2023 12:42:53:[Request] Adding entity: 404 12-12-2023 12:42:53: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 12-12-2023 12:42:53: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:42:53: TRACE: [WIRE] - >> 404 12-12-2023 12:42:53: TRACE: [WIRE] - << 404 NOT_FOUND 12-12-2023 12:42:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:53: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 12-12-2023 12:42:53: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:42:53: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:53: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:53: TRACE: [WIRE] - << 404 12-12-2023 12:42:53:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 12-12-2023 12:42:53:############################### 12-12-2023 12:42:53:[Request] Adding entity: 405 12-12-2023 12:42:53: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 12-12-2023 12:42:53: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:42:53: TRACE: [WIRE] - >> 405 12-12-2023 12:42:53: TRACE: [WIRE] - << 405 METHOD_NOT_ALLOWED 12-12-2023 12:42:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:53: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 12-12-2023 12:42:53: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:42:53: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:53: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:53: TRACE: [WIRE] - << 405 12-12-2023 12:42:53:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 12-12-2023 12:42:53:############################### 12-12-2023 12:42:53:[Request] Adding entity: 406 12-12-2023 12:42:53: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 12-12-2023 12:42:53: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:42:53: TRACE: [WIRE] - >> 406 12-12-2023 12:42:53: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 12-12-2023 12:42:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:53: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 12-12-2023 12:42:53: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:42:53: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:53: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:53: TRACE: [WIRE] - << 406 12-12-2023 12:42:53:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 12-12-2023 12:42:53: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 12-12-2023 12:42:53: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:42:53:############################### 12-12-2023 12:42:53:[Request] Adding entity: 407 12-12-2023 12:42:53: TRACE: [WIRE] - >> 407 12-12-2023 12:42:53: TRACE: [WIRE] - << 407 PROXY_AUTHENTICATION_REQUIRED 12-12-2023 12:42:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:53: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 12-12-2023 12:42:53: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:42:53: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:53: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:53: TRACE: [WIRE] - << 407 12-12-2023 12:42:53: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 12-12-2023 12:42:53: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:42:53: TRACE: [WIRE] - >> 408 12-12-2023 12:42:53: TRACE: [WIRE] - << 408 REQUEST_TIMEOUT 12-12-2023 12:42:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:53: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 12-12-2023 12:42:53: TRACE: [WIRE] - << Connection: close 12-12-2023 12:42:53: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:42:53: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:53: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:53: TRACE: [WIRE] - << 408 12-12-2023 12:42:53: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 12-12-2023 12:42:53: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:42:53: TRACE: [WIRE] - >> 409 12-12-2023 12:42:53: TRACE: [WIRE] - << 409 CONFLICT 12-12-2023 12:42:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:53: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 12-12-2023 12:42:53: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:42:53: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:53: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:53: TRACE: [WIRE] - << 409 12-12-2023 12:42:53: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 12-12-2023 12:42:53: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:42:53: TRACE: [WIRE] - >> 410 12-12-2023 12:42:53: TRACE: [WIRE] - << 410 GONE 12-12-2023 12:42:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:53: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 12-12-2023 12:42:53: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:42:53: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:53: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:53: TRACE: [WIRE] - << 410 12-12-2023 12:42:53: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 12-12-2023 12:42:53: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:42:53: TRACE: [WIRE] - >> 411 12-12-2023 12:42:53: TRACE: [WIRE] - << 411 LENGTH_REQUIRED 12-12-2023 12:42:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:53: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 12-12-2023 12:42:53: TRACE: [WIRE] - << Connection: close 12-12-2023 12:42:53: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:42:53: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:53: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:53: TRACE: [WIRE] - << 411 12-12-2023 12:42:53: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 12-12-2023 12:42:53: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:42:53: TRACE: [WIRE] - >> 412 12-12-2023 12:42:53: TRACE: [WIRE] - << 412 PRECONDITION_FAILED 12-12-2023 12:42:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:53: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 12-12-2023 12:42:53: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:42:53: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:53: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:53: TRACE: [WIRE] - << 412 12-12-2023 12:42:53: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 12-12-2023 12:42:53: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:42:53:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 12-12-2023 12:42:53:############################### 12-12-2023 12:42:53:[Request] Adding entity: 408 12-12-2023 12:42:53:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 12-12-2023 12:42:53:############################### 12-12-2023 12:42:53:[Request] Adding entity: 409 12-12-2023 12:42:53:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 12-12-2023 12:42:53:############################### 12-12-2023 12:42:53:[Request] Adding entity: 410 12-12-2023 12:42:53:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 12-12-2023 12:42:53:############################### 12-12-2023 12:42:53:[Request] Adding entity: 411 12-12-2023 12:42:53:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 12-12-2023 12:42:53:############################### 12-12-2023 12:42:53:[Request] Adding entity: 412 12-12-2023 12:42:53:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 12-12-2023 12:42:53:############################### 12-12-2023 12:42:53:[Request] Adding entity: 413 12-12-2023 12:42:53: TRACE: [WIRE] - >> 413 12-12-2023 12:42:53: TRACE: [WIRE] - << 413 REQUEST_ENTITY_TOO_LARGE 12-12-2023 12:42:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:53: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 12-12-2023 12:42:53: TRACE: [WIRE] - << Connection: close 12-12-2023 12:42:53: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:42:53: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:53: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:53: TRACE: [WIRE] - << 413 12-12-2023 12:42:53:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 12-12-2023 12:42:53:############################### 12-12-2023 12:42:53:[Request] Adding entity: 414 12-12-2023 12:42:53: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 12-12-2023 12:42:53: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:42:53: TRACE: [WIRE] - >> 414 12-12-2023 12:42:53: TRACE: [WIRE] - << 414 REQUEST_URI_TOO_LONG 12-12-2023 12:42:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:53: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 12-12-2023 12:42:53: TRACE: [WIRE] - << Connection: close 12-12-2023 12:42:53: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:42:53: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:53: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:53: TRACE: [WIRE] - << 414 12-12-2023 12:42:53:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 12-12-2023 12:42:53: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 12-12-2023 12:42:53: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:42:53: TRACE: [WIRE] - >> 415 12-12-2023 12:42:53: TRACE: [WIRE] - << 415 UNSUPPORTED_MEDIA_TYPE 12-12-2023 12:42:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:53: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 12-12-2023 12:42:53: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:42:53: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:53:############################### 12-12-2023 12:42:53:[Request] Adding entity: 415 12-12-2023 12:42:53: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:53: TRACE: [WIRE] - << 415 12-12-2023 12:42:53:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 12-12-2023 12:42:53:############################### 12-12-2023 12:42:53:[Request] Adding entity: 416 12-12-2023 12:42:53: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 12-12-2023 12:42:53: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:42:53: TRACE: [WIRE] - >> 416 12-12-2023 12:42:53: TRACE: [WIRE] - << 416 REQUESTED_RANGE_NOT_SATISFIABLE 12-12-2023 12:42:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:53: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 12-12-2023 12:42:53: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:42:53: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:53: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:53: TRACE: [WIRE] - << 416 12-12-2023 12:42:53: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 12-12-2023 12:42:53: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:42:53: TRACE: [WIRE] - >> 417 12-12-2023 12:42:53: TRACE: [WIRE] - << 417 EXPECTATION_FAILED 12-12-2023 12:42:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:53: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 12-12-2023 12:42:53: TRACE: [WIRE] - << Connection: close 12-12-2023 12:42:53: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:42:53: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:53: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:53: TRACE: [WIRE] - << 417 12-12-2023 12:42:53: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 12-12-2023 12:42:53: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:42:53:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 12-12-2023 12:42:53:############################### 12-12-2023 12:42:53:[Request] Adding entity: 417 12-12-2023 12:42:53:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 12-12-2023 12:42:53:############################### 12-12-2023 12:42:53:[Request] Adding entity: 428 12-12-2023 12:42:53: TRACE: [WIRE] - >> 428 12-12-2023 12:42:53: TRACE: [WIRE] - << 428 PRECONDITION_REQUIRED 12-12-2023 12:42:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:53: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 12-12-2023 12:42:53: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:42:53: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:53: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:53: TRACE: [WIRE] - << 428 12-12-2023 12:42:53:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 12-12-2023 12:42:53:############################### 12-12-2023 12:42:53: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 12-12-2023 12:42:53: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:42:53: TRACE: [WIRE] - >> 429 12-12-2023 12:42:53: TRACE: [WIRE] - << 429 TOO_MANY_REQUESTS 12-12-2023 12:42:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:53:[Request] Adding entity: 429 12-12-2023 12:42:53: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 12-12-2023 12:42:53: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:42:53: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:53: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:53: TRACE: [WIRE] - << 429 12-12-2023 12:42:53: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 12-12-2023 12:42:53: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:42:53: TRACE: [WIRE] - >> 431 12-12-2023 12:42:53: TRACE: [WIRE] - << 431 REQUEST_HEADER_FIELDS_TOO_LARGE 12-12-2023 12:42:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:53: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 12-12-2023 12:42:53: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:42:53:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 12-12-2023 12:42:53:############################### 12-12-2023 12:42:53:[Request] Adding entity: 431 12-12-2023 12:42:53: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:53: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:53: TRACE: [WIRE] - << 431 12-12-2023 12:42:53: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 12-12-2023 12:42:53:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 12-12-2023 12:42:53:############################### 12-12-2023 12:42:53:[Request] Adding entity: 451 12-12-2023 12:42:53: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:42:53: TRACE: [WIRE] - >> 451 12-12-2023 12:42:53: TRACE: [WIRE] - << 451 UNAVAILABLE_FOR_LEGAL_REASONS 12-12-2023 12:42:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:53: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 12-12-2023 12:42:53: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:42:53: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:53: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:53: TRACE: [WIRE] - << 451 12-12-2023 12:42:53: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 12-12-2023 12:42:53:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 12-12-2023 12:42:53:############################### 12-12-2023 12:42:53:[Request] Adding entity: 500 12-12-2023 12:42:53: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:42:53: TRACE: [WIRE] - >> 500 12-12-2023 12:42:53: TRACE: [WIRE] - << 500 INTERNAL_SERVER_ERROR 12-12-2023 12:42:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:53: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 12-12-2023 12:42:53: TRACE: [WIRE] - << Connection: close 12-12-2023 12:42:53: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:42:53: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:53: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:53: TRACE: [WIRE] - << 500 12-12-2023 12:42:53: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 12-12-2023 12:42:53: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:42:53: TRACE: [WIRE] - >> 501 12-12-2023 12:42:53: TRACE: [WIRE] - << 501 NOT_IMPLEMENTED 12-12-2023 12:42:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:53: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 12-12-2023 12:42:53: TRACE: [WIRE] - << Connection: close 12-12-2023 12:42:53: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:42:53: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:53: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:53: TRACE: [WIRE] - << 501 12-12-2023 12:42:53: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 12-12-2023 12:42:53: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:42:53: TRACE: [WIRE] - >> 502 12-12-2023 12:42:53: TRACE: [WIRE] - << 502 BAD_GATEWAY 12-12-2023 12:42:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:53: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 12-12-2023 12:42:53: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:42:53: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:53: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:53: TRACE: [WIRE] - << 502 12-12-2023 12:42:53: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 12-12-2023 12:42:53: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:42:53: TRACE: [WIRE] - >> 503 12-12-2023 12:42:53: TRACE: [WIRE] - << 503 SERVICE_UNAVAILABLE 12-12-2023 12:42:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:53: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 12-12-2023 12:42:53: TRACE: [WIRE] - << Connection: close 12-12-2023 12:42:53: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:42:53: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:53: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:53: TRACE: [WIRE] - << 503 12-12-2023 12:42:53: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 12-12-2023 12:42:53: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:42:53:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 12-12-2023 12:42:53:############################### 12-12-2023 12:42:53:[Request] Adding entity: 501 12-12-2023 12:42:53:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 12-12-2023 12:42:53:############################### 12-12-2023 12:42:53:[Request] Adding entity: 502 12-12-2023 12:42:53:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 12-12-2023 12:42:53:############################### 12-12-2023 12:42:53:[Request] Adding entity: 503 12-12-2023 12:42:53:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 12-12-2023 12:42:53:############################### 12-12-2023 12:42:53:[Request] Adding entity: 504 12-12-2023 12:42:53: TRACE: [WIRE] - >> 504 12-12-2023 12:42:53: TRACE: [WIRE] - << 504 GATEWAY_TIMEOUT 12-12-2023 12:42:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:53: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 12-12-2023 12:42:53: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:42:53: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:53: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:53: TRACE: [WIRE] - << 504 12-12-2023 12:42:53: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 12-12-2023 12:42:53: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:42:53: TRACE: [WIRE] - >> 505 12-12-2023 12:42:53: TRACE: [WIRE] - << 505 HTTP_VERSION_NOT_SUPPORTED 12-12-2023 12:42:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:53: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 12-12-2023 12:42:53: TRACE: [WIRE] - << Connection: close 12-12-2023 12:42:53: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:42:53: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:53: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:53: TRACE: [WIRE] - << 505 12-12-2023 12:42:53: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 12-12-2023 12:42:53:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 12-12-2023 12:42:53:############################### 12-12-2023 12:42:53:[Request] Adding entity: 505 12-12-2023 12:42:53:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 12-12-2023 12:42:53:############################### 12-12-2023 12:42:53:[Request] Adding entity: 511 12-12-2023 12:42:53: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:42:53: TRACE: [WIRE] - >> 511 12-12-2023 12:42:53: TRACE: [WIRE] - << 511 NETWORK_AUTHENTICATION_REQUIRED 12-12-2023 12:42:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:53: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 12-12-2023 12:42:53: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:42:53: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:53: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:53: TRACE: [WIRE] - << 511 12-12-2023 12:42:53:FINISHED TEST : setStatusInfoTest() 12-12-2023 12:42:53:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:53:STARTING TEST : hasLinkTest() 12-12-2023 12:42:53: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/haslink 12-12-2023 12:42:53: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:42:53: TRACE: [WIRE] - >> http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource 12-12-2023 12:42:53: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:53:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/haslink' to target server at 'localhost:8080' 12-12-2023 12:42:53:############################### 12-12-2023 12:42:53:[Request] Adding entity: http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource 12-12-2023 12:42:53: TRACE: [WIRE] - << OPERATION: HASLINK 12-12-2023 12:42:53: TRACE: [WIRE] - << Content-Length: 4 12-12-2023 12:42:53: TRACE: [WIRE] - << Link: ; rel="relation" 12-12-2023 12:42:53: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:53: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:53: TRACE: [WIRE] - << true 12-12-2023 12:42:53:FINISHED TEST : hasLinkTest() 12-12-2023 12:42:53:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:53:STARTING TEST : getAllowedMethodsTest() 12-12-2023 12:42:53: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getallowedmethods 12-12-2023 12:42:53: TRACE: [WIRE] - >> Accept:*/* 12-12-2023 12:42:53: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:53: TRACE: [WIRE] - << OPERATION: GETALLOWEDMETHODS 12-12-2023 12:42:53:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getallowedmethods' to target server at 'localhost:8080' 12-12-2023 12:42:53:############################### 12-12-2023 12:42:53: TRACE: [WIRE] - << Content-Length: 14 12-12-2023 12:42:53: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:53: TRACE: [WIRE] - << Allow: TRACE,OPTIONS 12-12-2023 12:42:53: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:53: TRACE: [WIRE] - << trace options 12-12-2023 12:42:53:FINISHED TEST : getAllowedMethodsTest() 12-12-2023 12:42:53:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:53:STARTING TEST : getStatusTest()12-12-2023 12:42:53: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 12-12-2023 12:42:53: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:42:53: TRACE: [WIRE] - >> 200 12-12-2023 12:42:53: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:53: TRACE: [WIRE] - << OPERATION: GETSTATUS 12-12-2023 12:42:53: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:42:53: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:53: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:53: TRACE: [WIRE] - << 200 12-12-2023 12:42:53: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 12-12-2023 12:42:53: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:42:53: TRACE: [WIRE] - >> 201 12-12-2023 12:42:53: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:53: TRACE: [WIRE] - << OPERATION: GETSTATUS 12-12-2023 12:42:53: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:42:53: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:53: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:53: TRACE: [WIRE] - << 201 12-12-2023 12:42:53: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 12-12-2023 12:42:53: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:42:53: TRACE: [WIRE] - >> 202 12-12-2023 12:42:53: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:53: TRACE: [WIRE] - << OPERATION: GETSTATUS 12-12-2023 12:42:53: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:42:53: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:53: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:53: TRACE: [WIRE] - << 202 12-12-2023 12:42:53: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 12-12-2023 12:42:53: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:42:53: TRACE: [WIRE] - >> 204 12-12-2023 12:42:53: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:53: TRACE: [WIRE] - << OPERATION: GETSTATUS 12-12-2023 12:42:53: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:42:53: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:53: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:53: TRACE: [WIRE] - << 204 12-12-2023 12:42:53: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 12-12-2023 12:42:53: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:42:53: TRACE: [WIRE] - >> 205 12-12-2023 12:42:53: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:53: TRACE: [WIRE] - << OPERATION: GETSTATUS 12-12-2023 12:42:53: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:42:53: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:53: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:53: TRACE: [WIRE] - << 205 12-12-2023 12:42:53: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 12-12-2023 12:42:53: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:42:53: TRACE: [WIRE] - >> 206 12-12-2023 12:42:53: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:53: TRACE: [WIRE] - << OPERATION: GETSTATUS 12-12-2023 12:42:53: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:42:53: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:53: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:53: TRACE: [WIRE] - << 206 12-12-2023 12:42:53: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 12-12-2023 12:42:53: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:42:53: TRACE: [WIRE] - >> 300 12-12-2023 12:42:53: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:53: TRACE: [WIRE] - << OPERATION: GETSTATUS 12-12-2023 12:42:53: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:42:53: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:53: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:53: TRACE: [WIRE] - << 300 12-12-2023 12:42:53: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 12-12-2023 12:42:53: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:42:53: TRACE: [WIRE] - >> 301 12-12-2023 12:42:53: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:53: TRACE: [WIRE] - << OPERATION: GETSTATUS 12-12-2023 12:42:53: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:42:53: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:53: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:53: TRACE: [WIRE] - << 301 12-12-2023 12:42:53: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 12-12-2023 12:42:53: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:42:53: TRACE: [WIRE] - >> 302 12-12-2023 12:42:53: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:53: TRACE: [WIRE] - << OPERATION: GETSTATUS 12-12-2023 12:42:53: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:42:53: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:53: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:53: TRACE: [WIRE] - << 302 12-12-2023 12:42:53: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 12-12-2023 12:42:53: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:42:53: TRACE: [WIRE] - >> 303 12-12-2023 12:42:53: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:53: TRACE: [WIRE] - << OPERATION: GETSTATUS 12-12-2023 12:42:53: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:42:53: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:53: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:53: TRACE: [WIRE] - << 303 12-12-2023 12:42:53: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 12-12-2023 12:42:53: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:42:53: TRACE: [WIRE] - >> 304 12-12-2023 12:42:53: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:53: TRACE: [WIRE] - << OPERATION: GETSTATUS 12-12-2023 12:42:53: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:42:53: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:53: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:53: TRACE: [WIRE] - << 304 12-12-2023 12:42:53: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 12-12-2023 12:42:53: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:42:53: TRACE: [WIRE] - >> 305 12-12-2023 12:42:53: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:53: TRACE: [WIRE] - << OPERATION: GETSTATUS 12-12-2023 12:42:53: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:42:53: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:53: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:53: TRACE: [WIRE] - << 305 12-12-2023 12:42:53: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 12-12-2023 12:42:53: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:42:53: TRACE: [WIRE] - >> 307 12-12-2023 12:42:53: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:53: TRACE: [WIRE] - << OPERATION: GETSTATUS 12-12-2023 12:42:53: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:42:53: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:53: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:53: TRACE: [WIRE] - << 307 12-12-2023 12:42:53: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 12-12-2023 12:42:53: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:42:53: TRACE: [WIRE] - >> 308 12-12-2023 12:42:53: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:53: TRACE: [WIRE] - << OPERATION: GETSTATUS 12-12-2023 12:42:53: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:42:53: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:53: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:53: TRACE: [WIRE] - << 308 12-12-2023 12:42:53: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 12-12-2023 12:42:53: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:42:53: TRACE: [WIRE] - >> 400 12-12-2023 12:42:53: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:53: TRACE: [WIRE] - << OPERATION: GETSTATUS 12-12-2023 12:42:53: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:42:53: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:53: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:53: TRACE: [WIRE] - << 400 12-12-2023 12:42:53: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 12-12-2023 12:42:53: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:42:53: TRACE: [WIRE] - >> 401 12-12-2023 12:42:53: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:53: TRACE: [WIRE] - << OPERATION: GETSTATUS 12-12-2023 12:42:53: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:42:53: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:53: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:53: TRACE: [WIRE] - << 401 12-12-2023 12:42:53: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 12-12-2023 12:42:53: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:42:53: TRACE: [WIRE] - >> 402 12-12-2023 12:42:53: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:53: TRACE: [WIRE] - << OPERATION: GETSTATUS 12-12-2023 12:42:53: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:42:53: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:53: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:53: TRACE: [WIRE] - << 402 12-12-2023 12:42:53: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 12-12-2023 12:42:53: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:42:53: TRACE: [WIRE] - >> 403 12-12-2023 12:42:53: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:53: TRACE: [WIRE] - << OPERATION: GETSTATUS 12-12-2023 12:42:53: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:42:53: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:53: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:53: TRACE: [WIRE] - << 403 12-12-2023 12:42:53: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 12-12-2023 12:42:53: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:42:53: TRACE: [WIRE] - >> 404 12-12-2023 12:42:53: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:53: TRACE: [WIRE] - << OPERATION: GETSTATUS 12-12-2023 12:42:53: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:42:53: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:53: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:53: TRACE: [WIRE] - << 404 12-12-2023 12:42:53: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 12-12-2023 12:42:53: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:42:53: TRACE: [WIRE] - >> 405 12-12-2023 12:42:53: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:53: TRACE: [WIRE] - << OPERATION: GETSTATUS 12-12-2023 12:42:53: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:42:53: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:53: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:53: TRACE: [WIRE] - << 405 12-12-2023 12:42:54: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 12-12-2023 12:42:54: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:42:54: TRACE: [WIRE] - >> 406 12-12-2023 12:42:54: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:54: TRACE: [WIRE] - << OPERATION: GETSTATUS 12-12-2023 12:42:54: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:42:54: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:54: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:54: TRACE: [WIRE] - << 406 12-12-2023 12:42:54: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 12-12-2023 12:42:54: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:42:54: TRACE: [WIRE] - >> 407 12-12-2023 12:42:54: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:54: TRACE: [WIRE] - << OPERATION: GETSTATUS 12-12-2023 12:42:54: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:42:54: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:54: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:54: TRACE: [WIRE] - << 407 12-12-2023 12:42:54: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 12-12-2023 12:42:54: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:42:54: TRACE: [WIRE] - >> 408 12-12-2023 12:42:54: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:54: TRACE: [WIRE] - << OPERATION: GETSTATUS 12-12-2023 12:42:54: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:42:54: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:54: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:54: TRACE: [WIRE] - << 408 12-12-2023 12:42:54: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 12-12-2023 12:42:54: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:42:54: TRACE: [WIRE] - >> 409 12-12-2023 12:42:54: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:54: TRACE: [WIRE] - << OPERATION: GETSTATUS 12-12-2023 12:42:54: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:42:54: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:54: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:54: TRACE: [WIRE] - << 409 12-12-2023 12:42:54: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 12-12-2023 12:42:54: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:42:54: TRACE: [WIRE] - >> 410 12-12-2023 12:42:54: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:54: TRACE: [WIRE] - << OPERATION: GETSTATUS 12-12-2023 12:42:54: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:42:54: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:54: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:54: TRACE: [WIRE] - << 410 12-12-2023 12:42:54: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 12-12-2023 12:42:54: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:42:54: TRACE: [WIRE] - >> 411 12-12-2023 12:42:54: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:54: TRACE: [WIRE] - << OPERATION: GETSTATUS 12-12-2023 12:42:54: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:42:54: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:54: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:54: TRACE: [WIRE] - << 411 12-12-2023 12:42:54: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 12-12-2023 12:42:54: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:42:54: TRACE: [WIRE] - >> 412 12-12-2023 12:42:54: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:54: TRACE: [WIRE] - << OPERATION: GETSTATUS 12-12-2023 12:42:54: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:42:54: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:54: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:54: TRACE: [WIRE] - << 412 12-12-2023 12:42:54: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 12-12-2023 12:42:54: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:42:54: TRACE: [WIRE] - >> 413 12-12-2023 12:42:54: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:54: TRACE: [WIRE] - << OPERATION: GETSTATUS 12-12-2023 12:42:54: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:42:54: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:54: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:54: TRACE: [WIRE] - << 413 12-12-2023 12:42:54: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 12-12-2023 12:42:54: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:42:54: TRACE: [WIRE] - >> 414 12-12-2023 12:42:54: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:54: TRACE: [WIRE] - << OPERATION: GETSTATUS 12-12-2023 12:42:54: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:42:54: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:54: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:54: TRACE: [WIRE] - << 414 12-12-2023 12:42:54: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 12-12-2023 12:42:54: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:42:54: TRACE: [WIRE] - >> 415 12-12-2023 12:42:54: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:54: TRACE: [WIRE] - << OPERATION: GETSTATUS 12-12-2023 12:42:54: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:42:54: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:54: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:54: TRACE: [WIRE] - << 415 12-12-2023 12:42:54: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 12-12-2023 12:42:54: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:42:54: TRACE: [WIRE] - >> 416 12-12-2023 12:42:54: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:54: TRACE: [WIRE] - << OPERATION: GETSTATUS 12-12-2023 12:42:54: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:42:54: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:54: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:54: TRACE: [WIRE] - << 416 12-12-2023 12:42:53:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 12-12-2023 12:42:53:############################### 12-12-2023 12:42:53:[Request] Adding entity: 200 12-12-2023 12:42:53:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 12-12-2023 12:42:53:############################### 12-12-2023 12:42:53:[Request] Adding entity: 201 12-12-2023 12:42:53:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 12-12-2023 12:42:53:############################### 12-12-2023 12:42:53:[Request] Adding entity: 202 12-12-2023 12:42:53:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 12-12-2023 12:42:53:############################### 12-12-2023 12:42:53:[Request] Adding entity: 204 12-12-2023 12:42:53:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 12-12-2023 12:42:53:############################### 12-12-2023 12:42:53:[Request] Adding entity: 205 12-12-2023 12:42:53:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 12-12-2023 12:42:53:############################### 12-12-2023 12:42:53:[Request] Adding entity: 206 12-12-2023 12:42:53:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 12-12-2023 12:42:53:############################### 12-12-2023 12:42:53:[Request] Adding entity: 300 12-12-2023 12:42:53:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 12-12-2023 12:42:53:############################### 12-12-2023 12:42:53:[Request] Adding entity: 301 12-12-2023 12:42:53:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 12-12-2023 12:42:53:############################### 12-12-2023 12:42:53:[Request] Adding entity: 302 12-12-2023 12:42:53:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 12-12-2023 12:42:53:############################### 12-12-2023 12:42:53:[Request] Adding entity: 303 12-12-2023 12:42:53:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 12-12-2023 12:42:53:############################### 12-12-2023 12:42:53:[Request] Adding entity: 304 12-12-2023 12:42:53:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 12-12-2023 12:42:53:############################### 12-12-2023 12:42:53:[Request] Adding entity: 305 12-12-2023 12:42:53:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 12-12-2023 12:42:53:############################### 12-12-2023 12:42:53:[Request] Adding entity: 307 12-12-2023 12:42:53:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 12-12-2023 12:42:53:############################### 12-12-2023 12:42:53:[Request] Adding entity: 308 12-12-2023 12:42:53:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 12-12-2023 12:42:53:############################### 12-12-2023 12:42:53:[Request] Adding entity: 400 12-12-2023 12:42:53:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 12-12-2023 12:42:53:############################### 12-12-2023 12:42:53:[Request] Adding entity: 401 12-12-2023 12:42:53:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 12-12-2023 12:42:53:############################### 12-12-2023 12:42:53:[Request] Adding entity: 402 12-12-2023 12:42:53:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 12-12-2023 12:42:53:############################### 12-12-2023 12:42:53:[Request] Adding entity: 403 12-12-2023 12:42:53:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 12-12-2023 12:42:53:############################### 12-12-2023 12:42:53:[Request] Adding entity: 404 12-12-2023 12:42:53:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 12-12-2023 12:42:53:############################### 12-12-2023 12:42:53:[Request] Adding entity: 405 12-12-2023 12:42:53:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 12-12-2023 12:42:53:############################### 12-12-2023 12:42:54:[Request] Adding entity: 406 12-12-2023 12:42:54:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 12-12-2023 12:42:54:############################### 12-12-2023 12:42:54:[Request] Adding entity: 407 12-12-2023 12:42:54:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 12-12-2023 12:42:54:############################### 12-12-2023 12:42:54:[Request] Adding entity: 408 12-12-2023 12:42:54:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 12-12-2023 12:42:54:############################### 12-12-2023 12:42:54:[Request] Adding entity: 409 12-12-2023 12:42:54:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 12-12-2023 12:42:54:############################### 12-12-2023 12:42:54:[Request] Adding entity: 410 12-12-2023 12:42:54:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 12-12-2023 12:42:54:############################### 12-12-2023 12:42:54:[Request] Adding entity: 411 12-12-2023 12:42:54:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 12-12-2023 12:42:54:############################### 12-12-2023 12:42:54:[Request] Adding entity: 412 12-12-2023 12:42:54:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 12-12-2023 12:42:54:############################### 12-12-2023 12:42:54:[Request] Adding entity: 413 12-12-2023 12:42:54:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 12-12-2023 12:42:54:############################### 12-12-2023 12:42:54:[Request] Adding entity: 414 12-12-2023 12:42:54:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 12-12-2023 12:42:54:############################### 12-12-2023 12:42:54:[Request] Adding entity: 415 12-12-2023 12:42:54:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 12-12-2023 12:42:54:############################### 12-12-2023 12:42:54:[Request] Adding entity: 416 12-12-2023 12:42:54:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 12-12-2023 12:42:54:###############################12-12-2023 12:42:54: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 12-12-2023 12:42:54: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:42:54: TRACE: [WIRE] - >> 417 12-12-2023 12:42:54: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:54:[Request] Adding entity: 417 12-12-2023 12:42:54: TRACE: [WIRE] - << OPERATION: GETSTATUS 12-12-2023 12:42:54: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:42:54: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:54: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:54: TRACE: [WIRE] - << 417 12-12-2023 12:42:54:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 12-12-2023 12:42:54:############################### 12-12-2023 12:42:54: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 12-12-2023 12:42:54: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:42:54:[Request] Adding entity: 428 12-12-2023 12:42:54: TRACE: [WIRE] - >> 428 12-12-2023 12:42:54: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:54: TRACE: [WIRE] - << OPERATION: GETSTATUS 12-12-2023 12:42:54: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:42:54: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:54: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:54: TRACE: [WIRE] - << 428 12-12-2023 12:42:54: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 12-12-2023 12:42:54: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:42:54: TRACE: [WIRE] - >> 429 12-12-2023 12:42:54: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:54: TRACE: [WIRE] - << OPERATION: GETSTATUS 12-12-2023 12:42:54: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:42:54: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:54: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:54: TRACE: [WIRE] - << 429 12-12-2023 12:42:54: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 12-12-2023 12:42:54: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:42:54: TRACE: [WIRE] - >> 431 12-12-2023 12:42:54:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 12-12-2023 12:42:54:############################### 12-12-2023 12:42:54:[Request] Adding entity: 429 12-12-2023 12:42:54:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 12-12-2023 12:42:54:############################### 12-12-2023 12:42:54:[Request] Adding entity: 431 12-12-2023 12:42:54: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:54: TRACE: [WIRE] - << OPERATION: GETSTATUS 12-12-2023 12:42:54: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:42:54: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:54: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:54: TRACE: [WIRE] - << 431 12-12-2023 12:42:54: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 12-12-2023 12:42:54: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:42:54: TRACE: [WIRE] - >> 451 12-12-2023 12:42:54:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 12-12-2023 12:42:54:############################### 12-12-2023 12:42:54:[Request] Adding entity: 451 12-12-2023 12:42:54: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:54: TRACE: [WIRE] - << OPERATION: GETSTATUS 12-12-2023 12:42:54: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:42:54: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:54: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:54: TRACE: [WIRE] - << 451 12-12-2023 12:42:54: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 12-12-2023 12:42:54: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:42:54: TRACE: [WIRE] - >> 500 12-12-2023 12:42:54:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 12-12-2023 12:42:54:############################### 12-12-2023 12:42:54:[Request] Adding entity: 500 12-12-2023 12:42:54: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:54: TRACE: [WIRE] - << OPERATION: GETSTATUS 12-12-2023 12:42:54: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:42:54: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:54: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:54: TRACE: [WIRE] - << 500 12-12-2023 12:42:54: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 12-12-2023 12:42:54: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:42:54:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 12-12-2023 12:42:54:############################### 12-12-2023 12:42:54:[Request] Adding entity: 501 12-12-2023 12:42:54: TRACE: [WIRE] - >> 501 12-12-2023 12:42:54: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:54: TRACE: [WIRE] - << OPERATION: GETSTATUS 12-12-2023 12:42:54: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:42:54: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:54: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:54: TRACE: [WIRE] - << 501 12-12-2023 12:42:54:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 12-12-2023 12:42:54:############################### 12-12-2023 12:42:54:[Request] Adding entity: 502 12-12-2023 12:42:54: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 12-12-2023 12:42:54: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:42:54: TRACE: [WIRE] - >> 502 12-12-2023 12:42:54: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:54: TRACE: [WIRE] - << OPERATION: GETSTATUS 12-12-2023 12:42:54: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:42:54: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:54: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:54: TRACE: [WIRE] - << 502 12-12-2023 12:42:54:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 12-12-2023 12:42:54: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 12-12-2023 12:42:54: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:42:54:############################### 12-12-2023 12:42:54:[Request] Adding entity: 503 12-12-2023 12:42:54: TRACE: [WIRE] - >> 503 12-12-2023 12:42:54: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:54: TRACE: [WIRE] - << OPERATION: GETSTATUS 12-12-2023 12:42:54: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:42:54: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:54: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:54: TRACE: [WIRE] - << 503 12-12-2023 12:42:54:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 12-12-2023 12:42:54: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 12-12-2023 12:42:54: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:42:54: TRACE: [WIRE] - >> 504 12-12-2023 12:42:54: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:54: TRACE: [WIRE] - << OPERATION: GETSTATUS 12-12-2023 12:42:54:############################### 12-12-2023 12:42:54:[Request] Adding entity: 504 12-12-2023 12:42:54: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:42:54: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:54: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:54: TRACE: [WIRE] - << 504 12-12-2023 12:42:54:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 12-12-2023 12:42:54:############################### 12-12-2023 12:42:54:[Request] Adding entity: 505 12-12-2023 12:42:54: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 12-12-2023 12:42:54: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:42:54: TRACE: [WIRE] - >> 505 12-12-2023 12:42:54: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:54: TRACE: [WIRE] - << OPERATION: GETSTATUS 12-12-2023 12:42:54: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:42:54: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:54: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:54: TRACE: [WIRE] - << 505 12-12-2023 12:42:54:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 12-12-2023 12:42:54:############################### 12-12-2023 12:42:54:[Request] Adding entity: 511 12-12-2023 12:42:54: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 12-12-2023 12:42:54: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:42:54: TRACE: [WIRE] - >> 511 12-12-2023 12:42:54: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:54: TRACE: [WIRE] - << OPERATION: GETSTATUS 12-12-2023 12:42:54: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:42:54: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:54: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:54: TRACE: [WIRE] - << 511 12-12-2023 12:42:54:FINISHED TEST : getStatusTest() 12-12-2023 12:42:54:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:54: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getheaderstringheader 12-12-2023 12:42:54: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:42:54: TRACE: [WIRE] - >> commaSeparated 12-12-2023 12:42:54: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:54: TRACE: [WIRE] - << OPERATION: GETHEADERSTRINGHEADER 12-12-2023 12:42:54: TRACE: [WIRE] - << HEADER: ResponseFilterEntity,ResponseFilterEntity 12-12-2023 12:42:54: TRACE: [WIRE] - << Content-Length: 41 12-12-2023 12:42:54: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:54: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:54: TRACE: [WIRE] - << ResponseFilterEntity,ResponseFilterEntity 12-12-2023 12:42:54:STARTING TEST : getHeaderStringHeaderIsCommaSepearatedTest() 12-12-2023 12:42:54:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getheaderstringheader' to target server at 'localhost:8080' 12-12-2023 12:42:54:############################### 12-12-2023 12:42:54:[Request] Adding entity: commaSeparated 12-12-2023 12:42:54:FINISHED TEST : getHeaderStringHeaderIsCommaSepearatedTest() 12-12-2023 12:42:54:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:54:STARTING TEST : getLengthWhenNoEntityTest() 12-12-2023 12:42:54: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlength 12-12-2023 12:42:54: TRACE: [WIRE] - >> Accept:*/* 12-12-2023 12:42:54: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:54: TRACE: [WIRE] - << OPERATION: GETLENGTH 12-12-2023 12:42:54: TRACE: [WIRE] - << Content-Length: 2 12-12-2023 12:42:54: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:54: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:54: TRACE: [WIRE] - << -1 12-12-2023 12:42:54:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlength' to target server at 'localhost:8080' 12-12-2023 12:42:54:############################### 12-12-2023 12:42:54:FINISHED TEST : getLengthWhenNoEntityTest() 12-12-2023 12:42:54:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:54:STARTING TEST : getEntityClassInputStreamTest() 12-12-2023 12:42:54: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentityclass 12-12-2023 12:42:54: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:42:54: TRACE: [WIRE] - >> inputstream 12-12-2023 12:42:54: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:54: TRACE: [WIRE] - << OPERATION: GETENTITYCLASS 12-12-2023 12:42:54:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentityclass' to target server at 'localhost:8080' 12-12-2023 12:42:54:############################### 12-12-2023 12:42:54:[Request] Adding entity: inputstream 12-12-2023 12:42:54: TRACE: [WIRE] - << Content-Length: 28 12-12-2023 12:42:54: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:54: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:54: TRACE: [WIRE] - << java.io.ByteArrayInputStream 12-12-2023 12:42:54:FINISHED TEST : getEntityClassInputStreamTest() 12-12-2023 12:42:54:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:54: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstringbeanruntime 12-12-2023 12:42:54: TRACE: [WIRE] - >> Accept:*/* 12-12-2023 12:42:54: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:54: TRACE: [WIRE] - << OPERATION: SETSTRINGBEANRUNTIME 12-12-2023 12:42:54: TRACE: [WIRE] - << Content-Length: 0 12-12-2023 12:42:54: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:54: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getheaderstringheader 12-12-2023 12:42:54: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:42:54: TRACE: [WIRE] - >> headerDelegate 12-12-2023 12:42:54: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:54: TRACE: [WIRE] - << OPERATION: GETHEADERSTRINGHEADER 12-12-2023 12:42:54: TRACE: [WIRE] - << HEADER: ResponseFilterEntity 12-12-2023 12:42:54: TRACE: [WIRE] - << Content-Length: 20 12-12-2023 12:42:54: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:54: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:54: TRACE: [WIRE] - << ResponseFilterEntity 12-12-2023 12:42:54: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setoriginalruntime 12-12-2023 12:42:54: TRACE: [WIRE] - >> Accept:*/* 12-12-2023 12:42:54: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:54: TRACE: [WIRE] - << OPERATION: SETORIGINALRUNTIME 12-12-2023 12:42:54: TRACE: [WIRE] - << Content-Length: 0 12-12-2023 12:42:54: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:54:STARTING TEST : getHeaderStringHeaderUsesHeaderDelegateTest() 12-12-2023 12:42:54:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstringbeanruntime' to target server at 'localhost:8080' 12-12-2023 12:42:54:############################### 12-12-2023 12:42:54:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getheaderstringheader' to target server at 'localhost:8080' 12-12-2023 12:42:54:############################### 12-12-2023 12:42:54:[Request] Adding entity: headerDelegate 12-12-2023 12:42:54:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setoriginalruntime' to target server at 'localhost:8080' 12-12-2023 12:42:54:############################### 12-12-2023 12:42:54:FINISHED TEST : getHeaderStringHeaderUsesHeaderDelegateTest() 12-12-2023 12:42:54:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:54:STARTING TEST : getHeaderStringHeaderIsNullTest() 12-12-2023 12:42:54:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getheaderstringheader' to target server at 'localhost:8080' 12-12-2023 12:42:54:############################### 12-12-2023 12:42:54:[Request] Adding entity: null 12-12-2023 12:42:54: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getheaderstringheader 12-12-2023 12:42:54: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:42:54: TRACE: [WIRE] - >> null 12-12-2023 12:42:54: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:54: TRACE: [WIRE] - << OPERATION: GETHEADERSTRINGHEADER 12-12-2023 12:42:54: TRACE: [WIRE] - << Content-Length: 4 12-12-2023 12:42:54: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:54: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:54: TRACE: [WIRE] - << NULL 12-12-2023 12:42:54:FINISHED TEST : getHeaderStringHeaderIsNullTest() 12-12-2023 12:42:54:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:54:STARTING TEST : getLastModifiedIsNullTest() 12-12-2023 12:42:54: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlastmodified 12-12-2023 12:42:54: TRACE: [WIRE] - >> Accept:*/* 12-12-2023 12:42:54: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:54:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlastmodified' to target server at 'localhost:8080' 12-12-2023 12:42:54:############################### 12-12-2023 12:42:54: TRACE: [WIRE] - << OPERATION: GETLASTMODIFIED 12-12-2023 12:42:54: TRACE: [WIRE] - << Content-Length: 4 12-12-2023 12:42:54: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:54: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:54: TRACE: [WIRE] - << NULL 12-12-2023 12:42:54:FINISHED TEST : getLastModifiedIsNullTest() 12-12-2023 12:42:54:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:54:STARTING TEST : getEntityTypeInputStreamTest() 12-12-2023 12:42:54: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentitytype 12-12-2023 12:42:54: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:42:54: TRACE: [WIRE] - >> inputstream 12-12-2023 12:42:54: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:54:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentitytype' to target server at 'localhost:8080' 12-12-2023 12:42:54:############################### 12-12-2023 12:42:54:[Request] Adding entity: inputstream 12-12-2023 12:42:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:54: TRACE: [WIRE] - << OPERATION: GETENTITYTYPE 12-12-2023 12:42:54: TRACE: [WIRE] - << Content-Length: 28 12-12-2023 12:42:54: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:54: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:54: TRACE: [WIRE] - << java.io.ByteArrayInputStream 12-12-2023 12:42:54:FINISHED TEST : getEntityTypeInputStreamTest() 12-12-2023 12:42:54:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:54:STARTING TEST : getEntityTagTest()12-12-2023 12:42:54: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentitytag 12-12-2023 12:42:54:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentitytag' to target server at 'localhost:8080' 12-12-2023 12:42:54:############################### 12-12-2023 12:42:54:[Request] Adding entity: ResponseFilterEntity 12-12-2023 12:42:54: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:42:54: TRACE: [WIRE] - >> ResponseFilterEntity 12-12-2023 12:42:54: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:54: TRACE: [WIRE] - << ETag: "ResponseFilterEntity" 12-12-2023 12:42:54: TRACE: [WIRE] - << OPERATION: GETENTITYTAG 12-12-2023 12:42:54: TRACE: [WIRE] - << Content-Length: 20 12-12-2023 12:42:54: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:54: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:54: TRACE: [WIRE] - << ResponseFilterEntity 12-12-2023 12:42:54:FINISHED TEST : getEntityTagTest() 12-12-2023 12:42:54:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:54:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:54:STARTING TEST : getEntityIsNullTest()12-12-2023 12:42:54: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentity 12-12-2023 12:42:54: TRACE: [WIRE] - >> Accept:*/* 12-12-2023 12:42:54: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:54:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentity' to target server at 'localhost:8080' 12-12-2023 12:42:54:############################### 12-12-2023 12:42:54: TRACE: [WIRE] - << OPERATION: GETENTITY 12-12-2023 12:42:54: TRACE: [WIRE] - << Content-Length: 4 12-12-2023 12:42:54: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:54: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:54: TRACE: [WIRE] - << NULL 12-12-2023 12:42:54:FINISHED TEST : getEntityIsNullTest() 12-12-2023 12:42:54:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:54: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getheaders 12-12-2023 12:42:54: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:42:54: TRACE: [WIRE] - >> header 12-12-2023 12:42:54: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:54: TRACE: [WIRE] - << header4: header 12-12-2023 12:42:54: TRACE: [WIRE] - << header3: header 12-12-2023 12:42:54: TRACE: [WIRE] - << header2: header 12-12-2023 12:42:54: TRACE: [WIRE] - << header1: header 12-12-2023 12:42:54: TRACE: [WIRE] - << header0: header 12-12-2023 12:42:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:54: TRACE: [WIRE] - << OPERATION: GETHEADERS 12-12-2023 12:42:54: TRACE: [WIRE] - << Content-Length: 50 12-12-2023 12:42:54: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:54: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:54: TRACE: [WIRE] - << operation header0 header1 header2 header3 header4 12-12-2023 12:42:54:STARTING TEST : getHeadersTest() 12-12-2023 12:42:54:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getheaders' to target server at 'localhost:8080' 12-12-2023 12:42:54:############################### 12-12-2023 12:42:54:[Request] Adding entity: header 12-12-2023 12:42:54:FINISHED TEST : getHeadersTest() 12-12-2023 12:42:54:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:54:STARTING TEST : getEntityClassStringTest() 12-12-2023 12:42:54: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentityclass 12-12-2023 12:42:54: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:42:54: TRACE: [WIRE] - >> string 12-12-2023 12:42:54: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:54:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentityclass' to target server at 'localhost:8080' 12-12-2023 12:42:54:############################### 12-12-2023 12:42:54:[Request] Adding entity: string 12-12-2023 12:42:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:54: TRACE: [WIRE] - << OPERATION: GETENTITYCLASS 12-12-2023 12:42:54: TRACE: [WIRE] - << Content-Length: 16 12-12-2023 12:42:54: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:54: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:54: TRACE: [WIRE] - << java.lang.String 12-12-2023 12:42:54:FINISHED TEST : getEntityClassStringTest() 12-12-2023 12:42:54:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:54:STARTING TEST : getStatusInfoTest()12-12-2023 12:42:54: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 12-12-2023 12:42:54:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 12-12-2023 12:42:54:############################### 12-12-2023 12:42:54:[Request] Adding entity: 200 12-12-2023 12:42:54: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:42:54: TRACE: [WIRE] - >> 200 12-12-2023 12:42:54: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:54: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 12-12-2023 12:42:54: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:42:54: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:54: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:54: TRACE: [WIRE] - << 200 12-12-2023 12:42:54:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 12-12-2023 12:42:54:############################### 12-12-2023 12:42:54:[Request] Adding entity: 201 12-12-2023 12:42:54: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 12-12-2023 12:42:54: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:42:54: TRACE: [WIRE] - >> 201 12-12-2023 12:42:54: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:54: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 12-12-2023 12:42:54: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:42:54: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:54: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:54: TRACE: [WIRE] - << 201 12-12-2023 12:42:54:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 12-12-2023 12:42:54:############################### 12-12-2023 12:42:54:[Request] Adding entity: 202 12-12-2023 12:42:54: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 12-12-2023 12:42:54: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:42:54: TRACE: [WIRE] - >> 202 12-12-2023 12:42:54: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:54: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 12-12-2023 12:42:54: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:42:54: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:54: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:54: TRACE: [WIRE] - << 202 12-12-2023 12:42:55: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 12-12-2023 12:42:55: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:42:55: TRACE: [WIRE] - >> 204 12-12-2023 12:42:55: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:55: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:54:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 12-12-2023 12:42:54:############################### 12-12-2023 12:42:55:[Request] Adding entity: 204 12-12-2023 12:42:55: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 12-12-2023 12:42:55: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:42:55: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:55: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:55: TRACE: [WIRE] - << 204 12-12-2023 12:42:55:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 12-12-2023 12:42:55:############################### 12-12-2023 12:42:55:[Request] Adding entity: 205 12-12-2023 12:42:55: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 12-12-2023 12:42:55: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:42:55: TRACE: [WIRE] - >> 205 12-12-2023 12:42:55: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:55: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:55: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 12-12-2023 12:42:55: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:42:55: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:55: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:55: TRACE: [WIRE] - << 205 12-12-2023 12:42:55:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 12-12-2023 12:42:55:############################### 12-12-2023 12:42:55:[Request] Adding entity: 206 12-12-2023 12:42:55: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 12-12-2023 12:42:55: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:42:55: TRACE: [WIRE] - >> 206 12-12-2023 12:42:55: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:55: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:55: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 12-12-2023 12:42:55: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:42:55: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:55: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:55: TRACE: [WIRE] - << 206 12-12-2023 12:42:55:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 12-12-2023 12:42:55:############################### 12-12-2023 12:42:55:[Request] Adding entity: 300 12-12-2023 12:42:55: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 12-12-2023 12:42:55: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:42:55: TRACE: [WIRE] - >> 300 12-12-2023 12:42:55: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:55: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:55: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 12-12-2023 12:42:55: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:42:55: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:55: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:55: TRACE: [WIRE] - << 300 12-12-2023 12:42:55: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 12-12-2023 12:42:55: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:42:55:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 12-12-2023 12:42:55:############################### 12-12-2023 12:42:55:[Request] Adding entity: 301 12-12-2023 12:42:55: TRACE: [WIRE] - >> 301 12-12-2023 12:42:55: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:55: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:55: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 12-12-2023 12:42:55: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:42:55: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:55: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:55: TRACE: [WIRE] - << 301 12-12-2023 12:42:55:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 12-12-2023 12:42:55:############################### 12-12-2023 12:42:55:[Request] Adding entity: 302 12-12-2023 12:42:55: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 12-12-2023 12:42:55: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:42:55: TRACE: [WIRE] - >> 302 12-12-2023 12:42:55: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:55: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:55: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 12-12-2023 12:42:55: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:42:55: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:55: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:55: TRACE: [WIRE] - << 302 12-12-2023 12:42:55: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 12-12-2023 12:42:55: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:42:55: TRACE: [WIRE] - >> 303 12-12-2023 12:42:55: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:55:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 12-12-2023 12:42:55:############################### 12-12-2023 12:42:55:[Request] Adding entity: 303 12-12-2023 12:42:55: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:55: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 12-12-2023 12:42:55: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:42:55: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:55: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:55: TRACE: [WIRE] - << 303 12-12-2023 12:42:55:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 12-12-2023 12:42:55:############################### 12-12-2023 12:42:55:[Request] Adding entity: 304 12-12-2023 12:42:55: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 12-12-2023 12:42:55: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:42:55: TRACE: [WIRE] - >> 304 12-12-2023 12:42:55: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:55: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:55: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 12-12-2023 12:42:55: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:42:55: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:55: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:55: TRACE: [WIRE] - << 304 12-12-2023 12:42:55:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 12-12-2023 12:42:55:############################### 12-12-2023 12:42:55:[Request] Adding entity: 305 12-12-2023 12:42:55: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 12-12-2023 12:42:55: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:42:55: TRACE: [WIRE] - >> 305 12-12-2023 12:42:55: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:55: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:55: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 12-12-2023 12:42:55: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:42:55: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:55: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:55: TRACE: [WIRE] - << 305 12-12-2023 12:42:55: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 12-12-2023 12:42:55: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:42:55:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 12-12-2023 12:42:55:############################### 12-12-2023 12:42:55:[Request] Adding entity: 307 12-12-2023 12:42:55: TRACE: [WIRE] - >> 307 12-12-2023 12:42:55: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:55: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:55: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 12-12-2023 12:42:55: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:42:55: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:55: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:55: TRACE: [WIRE] - << 307 12-12-2023 12:42:55: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 12-12-2023 12:42:55: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:42:55: TRACE: [WIRE] - >> 308 12-12-2023 12:42:55:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 12-12-2023 12:42:55:############################### 12-12-2023 12:42:55:[Request] Adding entity: 308 12-12-2023 12:42:55: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:55: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:55: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 12-12-2023 12:42:55: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:42:55: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:55: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:55: TRACE: [WIRE] - << 308 12-12-2023 12:42:55:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 12-12-2023 12:42:55:############################### 12-12-2023 12:42:55:[Request] Adding entity: 400 12-12-2023 12:42:55: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 12-12-2023 12:42:55: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:42:55: TRACE: [WIRE] - >> 400 12-12-2023 12:42:55: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:55: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:55: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 12-12-2023 12:42:55: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:42:55: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:55: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:55: TRACE: [WIRE] - << 400 12-12-2023 12:42:55: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 12-12-2023 12:42:55: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:42:55: TRACE: [WIRE] - >> 401 12-12-2023 12:42:55: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:55: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:55: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 12-12-2023 12:42:55: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:42:55: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:55: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:55: TRACE: [WIRE] - << 401 12-12-2023 12:42:55: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 12-12-2023 12:42:55: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:42:55: TRACE: [WIRE] - >> 402 12-12-2023 12:42:55: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:55: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:55: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 12-12-2023 12:42:55: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:42:55: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:55: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:55: TRACE: [WIRE] - << 402 12-12-2023 12:42:55: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 12-12-2023 12:42:55: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:42:55: TRACE: [WIRE] - >> 403 12-12-2023 12:42:55: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:55: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:55: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 12-12-2023 12:42:55: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:42:55: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:55: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:55: TRACE: [WIRE] - << 403 12-12-2023 12:42:55: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 12-12-2023 12:42:55: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:42:55: TRACE: [WIRE] - >> 404 12-12-2023 12:42:55: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:55: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:55: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 12-12-2023 12:42:55: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:42:55: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:55: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:55: TRACE: [WIRE] - << 404 12-12-2023 12:42:55: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 12-12-2023 12:42:55: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:42:55: TRACE: [WIRE] - >> 405 12-12-2023 12:42:55: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:55: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:55: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 12-12-2023 12:42:55: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:42:55: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:55: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:55: TRACE: [WIRE] - << 405 12-12-2023 12:42:55: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 12-12-2023 12:42:55: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:42:55: TRACE: [WIRE] - >> 406 12-12-2023 12:42:55: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:55: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:55: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 12-12-2023 12:42:55: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:42:55: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:55: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:55: TRACE: [WIRE] - << 406 12-12-2023 12:42:55: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 12-12-2023 12:42:55: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:42:55: TRACE: [WIRE] - >> 407 12-12-2023 12:42:55: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:55: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:55: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 12-12-2023 12:42:55: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:42:55: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:55: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:55: TRACE: [WIRE] - << 407 12-12-2023 12:42:55: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 12-12-2023 12:42:55: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:42:55: TRACE: [WIRE] - >> 408 12-12-2023 12:42:55: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:55: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:55: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 12-12-2023 12:42:55: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:42:55: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:55: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:55: TRACE: [WIRE] - << 408 12-12-2023 12:42:55: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 12-12-2023 12:42:55: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:42:55: TRACE: [WIRE] - >> 409 12-12-2023 12:42:55: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:55: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:55: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 12-12-2023 12:42:55: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:42:55: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:55: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:55: TRACE: [WIRE] - << 409 12-12-2023 12:42:55: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 12-12-2023 12:42:55: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:42:55: TRACE: [WIRE] - >> 410 12-12-2023 12:42:55: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:55: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:55: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 12-12-2023 12:42:55: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:42:55: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:55: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:55: TRACE: [WIRE] - << 410 12-12-2023 12:42:55: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 12-12-2023 12:42:55: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:42:55: TRACE: [WIRE] - >> 411 12-12-2023 12:42:55: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:55: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:55: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 12-12-2023 12:42:55: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:42:55: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:55: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:55: TRACE: [WIRE] - << 411 12-12-2023 12:42:55: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 12-12-2023 12:42:55: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:42:55: TRACE: [WIRE] - >> 412 12-12-2023 12:42:55: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:55: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:55: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 12-12-2023 12:42:55: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:42:55:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 12-12-2023 12:42:55:############################### 12-12-2023 12:42:55:[Request] Adding entity: 401 12-12-2023 12:42:55:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 12-12-2023 12:42:55:############################### 12-12-2023 12:42:55:[Request] Adding entity: 402 12-12-2023 12:42:55:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 12-12-2023 12:42:55:############################### 12-12-2023 12:42:55:[Request] Adding entity: 403 12-12-2023 12:42:55:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 12-12-2023 12:42:55:############################### 12-12-2023 12:42:55:[Request] Adding entity: 404 12-12-2023 12:42:55:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 12-12-2023 12:42:55:############################### 12-12-2023 12:42:55:[Request] Adding entity: 405 12-12-2023 12:42:55:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 12-12-2023 12:42:55:############################### 12-12-2023 12:42:55:[Request] Adding entity: 406 12-12-2023 12:42:55:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 12-12-2023 12:42:55:############################### 12-12-2023 12:42:55:[Request] Adding entity: 407 12-12-2023 12:42:55:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 12-12-2023 12:42:55:############################### 12-12-2023 12:42:55:[Request] Adding entity: 408 12-12-2023 12:42:55:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 12-12-2023 12:42:55:############################### 12-12-2023 12:42:55:[Request] Adding entity: 409 12-12-2023 12:42:55:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 12-12-2023 12:42:55:############################### 12-12-2023 12:42:55:[Request] Adding entity: 410 12-12-2023 12:42:55:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 12-12-2023 12:42:55:############################### 12-12-2023 12:42:55:[Request] Adding entity: 411 12-12-2023 12:42:55:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 12-12-2023 12:42:55:############################### 12-12-2023 12:42:55:[Request] Adding entity: 412 12-12-2023 12:42:55: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:55: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:55: TRACE: [WIRE] - << 412 12-12-2023 12:42:55:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 12-12-2023 12:42:55: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 12-12-2023 12:42:55: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:42:55: TRACE: [WIRE] - >> 413 12-12-2023 12:42:55: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:55: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:55:############################### 12-12-2023 12:42:55:[Request] Adding entity: 413 12-12-2023 12:42:55: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 12-12-2023 12:42:55: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:42:55: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:55: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:55: TRACE: [WIRE] - << 413 12-12-2023 12:42:55:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 12-12-2023 12:42:55:############################### 12-12-2023 12:42:55:[Request] Adding entity: 414 12-12-2023 12:42:55: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 12-12-2023 12:42:55: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:42:55: TRACE: [WIRE] - >> 414 12-12-2023 12:42:55: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:55: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:55: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 12-12-2023 12:42:55: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:42:55: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:55: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:55: TRACE: [WIRE] - << 414 12-12-2023 12:42:55: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 12-12-2023 12:42:55: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:42:55:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 12-12-2023 12:42:55:############################### 12-12-2023 12:42:55:[Request] Adding entity: 415 12-12-2023 12:42:55: TRACE: [WIRE] - >> 415 12-12-2023 12:42:55: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:55: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:55: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 12-12-2023 12:42:55: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:42:55: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:55: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:55: TRACE: [WIRE] - << 415 12-12-2023 12:42:55:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 12-12-2023 12:42:55:############################### 12-12-2023 12:42:55:[Request] Adding entity: 416 12-12-2023 12:42:55: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 12-12-2023 12:42:55: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:42:55: TRACE: [WIRE] - >> 416 12-12-2023 12:42:55: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:55: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:55: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 12-12-2023 12:42:55: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:42:55: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:55: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:55: TRACE: [WIRE] - << 416 12-12-2023 12:42:55: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 12-12-2023 12:42:55: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:42:55:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 12-12-2023 12:42:55:###############################12-12-2023 12:42:55: TRACE: [WIRE] - >> 417 12-12-2023 12:42:55: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:55: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:55:[Request] Adding entity: 417 12-12-2023 12:42:55: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 12-12-2023 12:42:55: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:42:55: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:55: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:55: TRACE: [WIRE] - << 417 12-12-2023 12:42:55:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 12-12-2023 12:42:55: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 12-12-2023 12:42:55: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:42:55: TRACE: [WIRE] - >> 428 12-12-2023 12:42:55: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:55:############################### 12-12-2023 12:42:55:[Request] Adding entity: 428 12-12-2023 12:42:55: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:55: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 12-12-2023 12:42:55: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:42:55: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:55: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:55: TRACE: [WIRE] - << 428 12-12-2023 12:42:55: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 12-12-2023 12:42:55: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:42:55: TRACE: [WIRE] - >> 429 12-12-2023 12:42:55: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:55: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:55:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 12-12-2023 12:42:55:############################### 12-12-2023 12:42:55:[Request] Adding entity: 429 12-12-2023 12:42:55: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 12-12-2023 12:42:55: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:42:55: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:55: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:55: TRACE: [WIRE] - << 429 12-12-2023 12:42:55: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 12-12-2023 12:42:55: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:42:55: TRACE: [WIRE] - >> 431 12-12-2023 12:42:55: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:55: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:55: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 12-12-2023 12:42:55: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:42:55:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 12-12-2023 12:42:55:############################### 12-12-2023 12:42:55:[Request] Adding entity: 431 12-12-2023 12:42:55: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:55: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:55: TRACE: [WIRE] - << 431 12-12-2023 12:42:55:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 12-12-2023 12:42:55:############################### 12-12-2023 12:42:55:[Request] Adding entity: 451 12-12-2023 12:42:55: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 12-12-2023 12:42:55: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:42:55: TRACE: [WIRE] - >> 451 12-12-2023 12:42:55: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:55: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:55: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 12-12-2023 12:42:55: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:42:55: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:55: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:55: TRACE: [WIRE] - << 451 12-12-2023 12:42:55:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 12-12-2023 12:42:55:###############################12-12-2023 12:42:55: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 12-12-2023 12:42:55: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:42:55:[Request] Adding entity: 500 12-12-2023 12:42:55: TRACE: [WIRE] - >> 500 12-12-2023 12:42:55: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:55: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:55: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 12-12-2023 12:42:55: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:42:55: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:55: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:55: TRACE: [WIRE] - << 500 12-12-2023 12:42:55:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 12-12-2023 12:42:55:############################### 12-12-2023 12:42:55:[Request] Adding entity: 501 12-12-2023 12:42:55: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 12-12-2023 12:42:55: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:42:55: TRACE: [WIRE] - >> 501 12-12-2023 12:42:55: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:55: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:55: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 12-12-2023 12:42:55: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:42:55: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:55: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:55: TRACE: [WIRE] - << 501 12-12-2023 12:42:55:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 12-12-2023 12:42:55:############################### 12-12-2023 12:42:55:[Request] Adding entity: 50212-12-2023 12:42:55: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 12-12-2023 12:42:55: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:42:55: TRACE: [WIRE] - >> 502 12-12-2023 12:42:55: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:55: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:55: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 12-12-2023 12:42:55: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:42:55: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:55: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:55: TRACE: [WIRE] - << 502 12-12-2023 12:42:55:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 12-12-2023 12:42:55:############################### 12-12-2023 12:42:55:[Request] Adding entity: 503 12-12-2023 12:42:55: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 12-12-2023 12:42:55: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:42:55: TRACE: [WIRE] - >> 503 12-12-2023 12:42:55: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:55: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:55: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 12-12-2023 12:42:55: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:42:55: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:55: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:55: TRACE: [WIRE] - << 503 12-12-2023 12:42:55:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 12-12-2023 12:42:55:############################### 12-12-2023 12:42:55:[Request] Adding entity: 504 12-12-2023 12:42:55: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 12-12-2023 12:42:55: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:42:55: TRACE: [WIRE] - >> 504 12-12-2023 12:42:55: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:55: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:55: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 12-12-2023 12:42:55: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:42:55: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:55: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:55: TRACE: [WIRE] - << 504 12-12-2023 12:42:55:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 12-12-2023 12:42:55:############################### 12-12-2023 12:42:55:[Request] Adding entity: 505 12-12-2023 12:42:55: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 12-12-2023 12:42:55: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:42:55: TRACE: [WIRE] - >> 505 12-12-2023 12:42:55: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:55: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:55: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 12-12-2023 12:42:55: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:42:55: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:55: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:55: TRACE: [WIRE] - << 505 12-12-2023 12:42:55:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 12-12-2023 12:42:55: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 12-12-2023 12:42:55:############################### 12-12-2023 12:42:55:[Request] Adding entity: 511 12-12-2023 12:42:55: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:42:55: TRACE: [WIRE] - >> 511 12-12-2023 12:42:55: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:55: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:55: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 12-12-2023 12:42:55: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:42:55: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:55: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:55: TRACE: [WIRE] - << 511 12-12-2023 12:42:55:FINISHED TEST : getStatusInfoTest() 12-12-2023 12:42:55:[JAXRSCommonClient] Test setup OK 12-12-2023 12:42:55:STARTING TEST : setStatusTest() 12-12-2023 12:42:55: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 12-12-2023 12:42:55: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:42:55: TRACE: [WIRE] - >> 200 12-12-2023 12:42:55: TRACE: [WIRE] - << 200 OK 12-12-2023 12:42:55: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:55: TRACE: [WIRE] - << OPERATION: SETSTATUS 12-12-2023 12:42:55: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:42:55: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:55: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:55: TRACE: [WIRE] - << 200 12-12-2023 12:42:55:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 12-12-2023 12:42:55:############################### 12-12-2023 12:42:55:[Request] Adding entity: 200 12-12-2023 12:42:55:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 12-12-2023 12:42:55:############################### 12-12-2023 12:42:55: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 12-12-2023 12:42:55: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:42:55: TRACE: [WIRE] - >> 201 12-12-2023 12:42:55: TRACE: [WIRE] - << 201 CREATED 12-12-2023 12:42:55:[Request] Adding entity: 201 12-12-2023 12:42:55: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:55: TRACE: [WIRE] - << OPERATION: SETSTATUS 12-12-2023 12:42:55: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:42:55: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:55: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:55: TRACE: [WIRE] - << 201 12-12-2023 12:42:55:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 12-12-2023 12:42:55:###############################12-12-2023 12:42:55: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 12-12-2023 12:42:55:[Request] Adding entity: 202 12-12-2023 12:42:55: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:42:55: TRACE: [WIRE] - >> 202 12-12-2023 12:42:55: TRACE: [WIRE] - << 202 ACCEPTED 12-12-2023 12:42:55: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:55: TRACE: [WIRE] - << OPERATION: SETSTATUS 12-12-2023 12:42:55: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:42:55: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:42:55: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:55: TRACE: [WIRE] - << 202 12-12-2023 12:42:55:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 12-12-2023 12:42:55:###############################12-12-2023 12:42:55: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 12-12-2023 12:42:55:[Request] Adding entity: 204 12-12-2023 12:42:55: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:42:55: TRACE: [WIRE] - >> 204 12-12-2023 12:42:55: TRACE: [WIRE] - << 204 NO_CONTENT 12-12-2023 12:42:55: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:55: TRACE: [WIRE] - << OPERATION: SETSTATUS 12-12-2023 12:42:55: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:42:55:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 12-12-2023 12:42:55:############################### 12-12-2023 12:42:55:[Request] Adding entity: 205 12-12-2023 12:42:55: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 12-12-2023 12:42:55: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:42:55: TRACE: [WIRE] - >> 205 12-12-2023 12:42:55: TRACE: [WIRE] - << 205 RESET_CONTENT 12-12-2023 12:42:55: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:42:55: TRACE: [WIRE] - << OPERATION: SETSTATUS 12-12-2023 12:42:55: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:43:26:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 12-12-2023 12:43:26:############################### 12-12-2023 12:43:26:[Request] Adding entity: 206 12-12-2023 12:43:26: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 12-12-2023 12:43:26: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:43:26: TRACE: [WIRE] - >> 206 12-12-2023 12:43:26: TRACE: [WIRE] - << 206 PARTIAL_CONTENT 12-12-2023 12:43:26: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:43:26: TRACE: [WIRE] - << OPERATION: SETSTATUS 12-12-2023 12:43:26: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:43:26: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:43:26: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:43:26: TRACE: [WIRE] - << 206 12-12-2023 12:43:26:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 12-12-2023 12:43:26:############################### 12-12-2023 12:43:26:[Request] Adding entity: 300 12-12-2023 12:43:26: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 12-12-2023 12:43:26: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:43:26: TRACE: [WIRE] - >> 300 12-12-2023 12:43:26: TRACE: [WIRE] - << 300 MULTIPLE_CHOICES 12-12-2023 12:43:26: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:43:26: TRACE: [WIRE] - << OPERATION: SETSTATUS 12-12-2023 12:43:26: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:43:26: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:43:26: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:43:26: TRACE: [WIRE] - << 300 12-12-2023 12:43:26:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 12-12-2023 12:43:26:############################### 12-12-2023 12:43:26:[Request] Adding entity: 301 12-12-2023 12:43:26: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 12-12-2023 12:43:26: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:43:26: TRACE: [WIRE] - >> 301 12-12-2023 12:43:26: TRACE: [WIRE] - << 301 MOVED_PERMANENTLY 12-12-2023 12:43:26: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:43:26: TRACE: [WIRE] - << OPERATION: SETSTATUS 12-12-2023 12:43:26: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:43:26: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:43:26: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:43:26: TRACE: [WIRE] - << 301 12-12-2023 12:43:26: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 12-12-2023 12:43:26: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:43:26: TRACE: [WIRE] - >> 302 12-12-2023 12:43:26:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 12-12-2023 12:43:26:############################### 12-12-2023 12:43:26:[Request] Adding entity: 302 12-12-2023 12:43:26: TRACE: [WIRE] - << 302 FOUND 12-12-2023 12:43:26: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:43:26: TRACE: [WIRE] - << OPERATION: SETSTATUS 12-12-2023 12:43:26: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:43:26: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:43:26: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:43:26: TRACE: [WIRE] - << 302 12-12-2023 12:43:26:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 12-12-2023 12:43:26: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 12-12-2023 12:43:26: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:43:26:############################### 12-12-2023 12:43:26:[Request] Adding entity: 303 12-12-2023 12:43:26: TRACE: [WIRE] - >> 303 12-12-2023 12:43:26: TRACE: [WIRE] - << 303 SEE_OTHER 12-12-2023 12:43:26: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:43:26: TRACE: [WIRE] - << OPERATION: SETSTATUS 12-12-2023 12:43:26: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:43:26: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:43:26: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:43:26: TRACE: [WIRE] - << 303 12-12-2023 12:43:26:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 12-12-2023 12:43:26:############################### 12-12-2023 12:43:26:[Request] Adding entity: 304 12-12-2023 12:43:26: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 12-12-2023 12:43:26: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:43:26: TRACE: [WIRE] - >> 304 12-12-2023 12:43:26: TRACE: [WIRE] - << 304 NOT_MODIFIED 12-12-2023 12:43:26: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:43:26: TRACE: [WIRE] - << OPERATION: SETSTATUS 12-12-2023 12:43:26: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:43:26:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 12-12-2023 12:43:26:############################### 12-12-2023 12:43:26:[Request] Adding entity: 305 12-12-2023 12:43:26: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 12-12-2023 12:43:26: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:43:26: TRACE: [WIRE] - >> 305 12-12-2023 12:43:26: TRACE: [WIRE] - << 305 USE_PROXY 12-12-2023 12:43:26: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:43:26: TRACE: [WIRE] - << OPERATION: SETSTATUS 12-12-2023 12:43:26: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:43:26: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:43:26: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:43:26: TRACE: [WIRE] - << 305 12-12-2023 12:43:26:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 12-12-2023 12:43:26:############################### 12-12-2023 12:43:26:[Request] Adding entity: 30712-12-2023 12:43:26: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 12-12-2023 12:43:26: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:43:26: TRACE: [WIRE] - >> 307 12-12-2023 12:43:26: TRACE: [WIRE] - << 307 TEMPORARY_REDIRECT 12-12-2023 12:43:26: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:43:26: TRACE: [WIRE] - << OPERATION: SETSTATUS 12-12-2023 12:43:26: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:43:26: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:43:26: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:43:26: TRACE: [WIRE] - << 307 12-12-2023 12:43:26:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 12-12-2023 12:43:26:############################### 12-12-2023 12:43:26:[Request] Adding entity: 308 12-12-2023 12:43:26: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 12-12-2023 12:43:26: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:43:26: TRACE: [WIRE] - >> 308 12-12-2023 12:43:26: TRACE: [WIRE] - << 308 PERMANENT_REDIRECT 12-12-2023 12:43:26: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:43:26: TRACE: [WIRE] - << OPERATION: SETSTATUS 12-12-2023 12:43:26: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:43:26: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:43:26: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:43:26: TRACE: [WIRE] - << 308 12-12-2023 12:43:26:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 12-12-2023 12:43:26:############################### 12-12-2023 12:43:26:[Request] Adding entity: 400 12-12-2023 12:43:26: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 12-12-2023 12:43:26: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:43:26: TRACE: [WIRE] - >> 400 12-12-2023 12:43:26: TRACE: [WIRE] - << 400 BAD_REQUEST 12-12-2023 12:43:26: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:43:26: TRACE: [WIRE] - << OPERATION: SETSTATUS 12-12-2023 12:43:26: TRACE: [WIRE] - << Connection: close 12-12-2023 12:43:26: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:43:26: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:43:26: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:43:26: TRACE: [WIRE] - << 400 12-12-2023 12:43:26:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 12-12-2023 12:43:26:############################### 12-12-2023 12:43:26:[Request] Adding entity: 401 12-12-2023 12:43:26: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 12-12-2023 12:43:26: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:43:26: TRACE: [WIRE] - >> 401 12-12-2023 12:43:26: TRACE: [WIRE] - << 401 UNAUTHORIZED 12-12-2023 12:43:26: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:43:26: TRACE: [WIRE] - << OPERATION: SETSTATUS 12-12-2023 12:43:26: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:43:26: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:43:26: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:43:26: TRACE: [WIRE] - << 401 12-12-2023 12:43:26: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 12-12-2023 12:43:26:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 12-12-2023 12:43:26:############################### 12-12-2023 12:43:26:[Request] Adding entity: 402 12-12-2023 12:43:26: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:43:26: TRACE: [WIRE] - >> 402 12-12-2023 12:43:26: TRACE: [WIRE] - << 402 PAYMENT_REQUIRED 12-12-2023 12:43:26: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:43:26: TRACE: [WIRE] - << OPERATION: SETSTATUS 12-12-2023 12:43:26: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:43:26: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:43:26: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:43:26: TRACE: [WIRE] - << 402 12-12-2023 12:43:26:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 12-12-2023 12:43:26:############################### 12-12-2023 12:43:26:[Request] Adding entity: 40312-12-2023 12:43:26: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 12-12-2023 12:43:26: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:43:26: TRACE: [WIRE] - >> 403 12-12-2023 12:43:26: TRACE: [WIRE] - << 403 FORBIDDEN 12-12-2023 12:43:26: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:43:26: TRACE: [WIRE] - << OPERATION: SETSTATUS 12-12-2023 12:43:26: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:43:26: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:43:26: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:43:26: TRACE: [WIRE] - << 403 12-12-2023 12:43:26:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 12-12-2023 12:43:26:############################### 12-12-2023 12:43:26:[Request] Adding entity: 404 12-12-2023 12:43:26: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 12-12-2023 12:43:26: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:43:26: TRACE: [WIRE] - >> 404 12-12-2023 12:43:26: TRACE: [WIRE] - << 404 NOT_FOUND 12-12-2023 12:43:26: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:43:26: TRACE: [WIRE] - << OPERATION: SETSTATUS 12-12-2023 12:43:26: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:43:26: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:43:26: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:43:26: TRACE: [WIRE] - << 404 12-12-2023 12:43:26:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 12-12-2023 12:43:26:############################### 12-12-2023 12:43:26:[Request] Adding entity: 405 12-12-2023 12:43:26: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 12-12-2023 12:43:26: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:43:26: TRACE: [WIRE] - >> 405 12-12-2023 12:43:26: TRACE: [WIRE] - << 405 METHOD_NOT_ALLOWED 12-12-2023 12:43:26: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:43:26: TRACE: [WIRE] - << OPERATION: SETSTATUS 12-12-2023 12:43:26: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:43:26: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:43:26: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:43:26: TRACE: [WIRE] - << 405 12-12-2023 12:43:26:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 12-12-2023 12:43:26:############################### 12-12-2023 12:43:26:[Request] Adding entity: 406 12-12-2023 12:43:26: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 12-12-2023 12:43:26: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:43:26: TRACE: [WIRE] - >> 406 12-12-2023 12:43:26: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 12-12-2023 12:43:26: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:43:26: TRACE: [WIRE] - << OPERATION: SETSTATUS 12-12-2023 12:43:26: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:43:26: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:43:26: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:43:26: TRACE: [WIRE] - << 406 12-12-2023 12:43:26: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 12-12-2023 12:43:26: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:43:26: TRACE: [WIRE] - >> 407 12-12-2023 12:43:26: TRACE: [WIRE] - << 407 PROXY_AUTHENTICATION_REQUIRED 12-12-2023 12:43:26: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:43:26:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 12-12-2023 12:43:26:############################### 12-12-2023 12:43:26:[Request] Adding entity: 407 12-12-2023 12:43:26: TRACE: [WIRE] - << OPERATION: SETSTATUS 12-12-2023 12:43:26: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:43:26: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:43:26: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:43:26: TRACE: [WIRE] - << 407 12-12-2023 12:43:26:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 12-12-2023 12:43:26:############################### 12-12-2023 12:43:26:[Request] Adding entity: 408 12-12-2023 12:43:26: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 12-12-2023 12:43:26: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:43:26: TRACE: [WIRE] - >> 408 12-12-2023 12:43:26: TRACE: [WIRE] - << 408 REQUEST_TIMEOUT 12-12-2023 12:43:26: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:43:26: TRACE: [WIRE] - << OPERATION: SETSTATUS 12-12-2023 12:43:26: TRACE: [WIRE] - << Connection: close 12-12-2023 12:43:26: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:43:26: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:43:26: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:43:26: TRACE: [WIRE] - << 408 12-12-2023 12:43:26: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 12-12-2023 12:43:26: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:43:26: TRACE: [WIRE] - >> 409 12-12-2023 12:43:26: TRACE: [WIRE] - << 409 CONFLICT 12-12-2023 12:43:26: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:43:26: TRACE: [WIRE] - << OPERATION: SETSTATUS 12-12-2023 12:43:26: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:43:26: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:43:26:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 12-12-2023 12:43:26:############################### 12-12-2023 12:43:26:[Request] Adding entity: 409 12-12-2023 12:43:26: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:43:26: TRACE: [WIRE] - << 409 12-12-2023 12:43:26:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 12-12-2023 12:43:26:############################### 12-12-2023 12:43:26:[Request] Adding entity: 410 12-12-2023 12:43:26: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 12-12-2023 12:43:26: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:43:26: TRACE: [WIRE] - >> 410 12-12-2023 12:43:26: TRACE: [WIRE] - << 410 GONE 12-12-2023 12:43:26: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:43:26: TRACE: [WIRE] - << OPERATION: SETSTATUS 12-12-2023 12:43:26: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:43:26: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:43:26: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:43:26: TRACE: [WIRE] - << 410 12-12-2023 12:43:26: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 12-12-2023 12:43:26:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 12-12-2023 12:43:26:############################### 12-12-2023 12:43:26:[Request] Adding entity: 411 12-12-2023 12:43:26: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:43:26: TRACE: [WIRE] - >> 411 12-12-2023 12:43:26: TRACE: [WIRE] - << 411 LENGTH_REQUIRED 12-12-2023 12:43:26: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:43:26: TRACE: [WIRE] - << OPERATION: SETSTATUS 12-12-2023 12:43:26: TRACE: [WIRE] - << Connection: close 12-12-2023 12:43:26: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:43:26: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:43:26: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:43:26: TRACE: [WIRE] - << 411 12-12-2023 12:43:26:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 12-12-2023 12:43:26:############################### 12-12-2023 12:43:26:[Request] Adding entity: 412 12-12-2023 12:43:26: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 12-12-2023 12:43:26: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:43:26: TRACE: [WIRE] - >> 412 12-12-2023 12:43:26: TRACE: [WIRE] - << 412 PRECONDITION_FAILED 12-12-2023 12:43:26: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:43:26: TRACE: [WIRE] - << OPERATION: SETSTATUS 12-12-2023 12:43:26: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:43:26: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:43:26: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:43:26: TRACE: [WIRE] - << 412 12-12-2023 12:43:26:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 12-12-2023 12:43:26:############################### 12-12-2023 12:43:26: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 12-12-2023 12:43:26: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:43:26: TRACE: [WIRE] - >> 413 12-12-2023 12:43:26: TRACE: [WIRE] - << 413 REQUEST_ENTITY_TOO_LARGE 12-12-2023 12:43:26: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:43:26: TRACE: [WIRE] - << OPERATION: SETSTATUS 12-12-2023 12:43:26: TRACE: [WIRE] - << Connection: close 12-12-2023 12:43:26: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:43:26: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:43:26: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:43:26:[Request] Adding entity: 413 12-12-2023 12:43:26: TRACE: [WIRE] - << 413 12-12-2023 12:43:26:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 12-12-2023 12:43:26:############################### 12-12-2023 12:43:26:[Request] Adding entity: 414 12-12-2023 12:43:26: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 12-12-2023 12:43:26: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:43:26: TRACE: [WIRE] - >> 414 12-12-2023 12:43:26: TRACE: [WIRE] - << 414 REQUEST_URI_TOO_LONG 12-12-2023 12:43:26: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:43:26: TRACE: [WIRE] - << OPERATION: SETSTATUS 12-12-2023 12:43:26: TRACE: [WIRE] - << Connection: close 12-12-2023 12:43:26: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:43:26: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:43:26: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:43:26: TRACE: [WIRE] - << 414 12-12-2023 12:43:26:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 12-12-2023 12:43:26:############################### 12-12-2023 12:43:26:[Request] Adding entity: 415 12-12-2023 12:43:26: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 12-12-2023 12:43:26: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:43:26: TRACE: [WIRE] - >> 415 12-12-2023 12:43:26: TRACE: [WIRE] - << 415 UNSUPPORTED_MEDIA_TYPE 12-12-2023 12:43:26: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:43:26: TRACE: [WIRE] - << OPERATION: SETSTATUS 12-12-2023 12:43:26: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:43:26: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:43:26: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:43:26: TRACE: [WIRE] - << 415 12-12-2023 12:43:26:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 12-12-2023 12:43:26:############################### 12-12-2023 12:43:26:[Request] Adding entity: 416 12-12-2023 12:43:26: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 12-12-2023 12:43:26: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:43:26: TRACE: [WIRE] - >> 416 12-12-2023 12:43:26: TRACE: [WIRE] - << 416 REQUESTED_RANGE_NOT_SATISFIABLE 12-12-2023 12:43:26: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:43:26: TRACE: [WIRE] - << OPERATION: SETSTATUS 12-12-2023 12:43:26: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:43:26: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:43:26: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:43:26: TRACE: [WIRE] - << 416 12-12-2023 12:43:26:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 12-12-2023 12:43:26: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 12-12-2023 12:43:26: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:43:26: TRACE: [WIRE] - >> 417 12-12-2023 12:43:26: TRACE: [WIRE] - << 417 EXPECTATION_FAILED 12-12-2023 12:43:26: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:43:26: TRACE: [WIRE] - << OPERATION: SETSTATUS 12-12-2023 12:43:26: TRACE: [WIRE] - << Connection: close 12-12-2023 12:43:26: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:43:26: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:43:26:############################### 12-12-2023 12:43:26:[Request] Adding entity: 417 12-12-2023 12:43:26: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:43:26: TRACE: [WIRE] - << 417 12-12-2023 12:43:26:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 12-12-2023 12:43:26:############################### 12-12-2023 12:43:26:[Request] Adding entity: 428 12-12-2023 12:43:26: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 12-12-2023 12:43:26: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:43:26: TRACE: [WIRE] - >> 428 12-12-2023 12:43:26: TRACE: [WIRE] - << 428 PRECONDITION_REQUIRED 12-12-2023 12:43:26: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:43:26: TRACE: [WIRE] - << OPERATION: SETSTATUS 12-12-2023 12:43:26: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:43:26: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:43:26: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:43:26: TRACE: [WIRE] - << 428 12-12-2023 12:43:26:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 12-12-2023 12:43:26:############################### 12-12-2023 12:43:26:[Request] Adding entity: 429 12-12-2023 12:43:26: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 12-12-2023 12:43:26: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:43:26: TRACE: [WIRE] - >> 429 12-12-2023 12:43:26: TRACE: [WIRE] - << 429 TOO_MANY_REQUESTS 12-12-2023 12:43:26: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:43:26: TRACE: [WIRE] - << OPERATION: SETSTATUS 12-12-2023 12:43:26: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:43:26: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:43:26: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:43:26: TRACE: [WIRE] - << 429 12-12-2023 12:43:26:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 12-12-2023 12:43:26:############################### 12-12-2023 12:43:26:[Request] Adding entity: 431 12-12-2023 12:43:26: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 12-12-2023 12:43:26: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:43:26: TRACE: [WIRE] - >> 431 12-12-2023 12:43:26: TRACE: [WIRE] - << 431 REQUEST_HEADER_FIELDS_TOO_LARGE 12-12-2023 12:43:26: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:43:26: TRACE: [WIRE] - << OPERATION: SETSTATUS 12-12-2023 12:43:26: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:43:26: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:43:26: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:43:26: TRACE: [WIRE] - << 431 12-12-2023 12:43:26:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 12-12-2023 12:43:26:############################### 12-12-2023 12:43:26:[Request] Adding entity: 451 12-12-2023 12:43:26: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 12-12-2023 12:43:26: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:43:26: TRACE: [WIRE] - >> 451 12-12-2023 12:43:26: TRACE: [WIRE] - << 451 UNAVAILABLE_FOR_LEGAL_REASONS 12-12-2023 12:43:26: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:43:26: TRACE: [WIRE] - << OPERATION: SETSTATUS 12-12-2023 12:43:26: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:43:26: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:43:26: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:43:26: TRACE: [WIRE] - << 451 12-12-2023 12:43:26: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 12-12-2023 12:43:26: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:43:26: TRACE: [WIRE] - >> 500 12-12-2023 12:43:26: TRACE: [WIRE] - << 500 INTERNAL_SERVER_ERROR 12-12-2023 12:43:26: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:43:26: TRACE: [WIRE] - << OPERATION: SETSTATUS 12-12-2023 12:43:26: TRACE: [WIRE] - << Connection: close 12-12-2023 12:43:26: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:43:26: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:43:26: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:43:26: TRACE: [WIRE] - << 500 12-12-2023 12:43:26:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 12-12-2023 12:43:26:############################### 12-12-2023 12:43:26:[Request] Adding entity: 500 12-12-2023 12:43:26:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 12-12-2023 12:43:26:############################### 12-12-2023 12:43:26:[Request] Adding entity: 501 12-12-2023 12:43:26: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 12-12-2023 12:43:26: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:43:26: TRACE: [WIRE] - >> 501 12-12-2023 12:43:26: TRACE: [WIRE] - << 501 NOT_IMPLEMENTED 12-12-2023 12:43:26: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:43:26: TRACE: [WIRE] - << OPERATION: SETSTATUS 12-12-2023 12:43:26: TRACE: [WIRE] - << Connection: close 12-12-2023 12:43:26: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:43:26: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:43:26: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:43:26: TRACE: [WIRE] - << 501 12-12-2023 12:43:26: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 12-12-2023 12:43:26: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:43:26: TRACE: [WIRE] - >> 502 12-12-2023 12:43:26: TRACE: [WIRE] - << 502 BAD_GATEWAY 12-12-2023 12:43:26: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:43:26: TRACE: [WIRE] - << OPERATION: SETSTATUS 12-12-2023 12:43:26:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 12-12-2023 12:43:26:############################### 12-12-2023 12:43:26:[Request] Adding entity: 502 12-12-2023 12:43:26: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:43:26: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:43:26: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:43:26: TRACE: [WIRE] - << 502 12-12-2023 12:43:26: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 12-12-2023 12:43:26: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:43:26:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 12-12-2023 12:43:26:############################### 12-12-2023 12:43:26:[Request] Adding entity: 503 12-12-2023 12:43:26: TRACE: [WIRE] - >> 503 12-12-2023 12:43:26: TRACE: [WIRE] - << 503 SERVICE_UNAVAILABLE 12-12-2023 12:43:26: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:43:26: TRACE: [WIRE] - << OPERATION: SETSTATUS 12-12-2023 12:43:26: TRACE: [WIRE] - << Connection: close 12-12-2023 12:43:26: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:43:26: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:43:26: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:43:26: TRACE: [WIRE] - << 503 12-12-2023 12:43:26: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 12-12-2023 12:43:26: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:43:26: TRACE: [WIRE] - >> 504 12-12-2023 12:43:26: TRACE: [WIRE] - << 504 GATEWAY_TIMEOUT 12-12-2023 12:43:26:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 12-12-2023 12:43:26:############################### 12-12-2023 12:43:26:[Request] Adding entity: 504 12-12-2023 12:43:26: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:43:26: TRACE: [WIRE] - << OPERATION: SETSTATUS 12-12-2023 12:43:26: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:43:26: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:43:26: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:43:26: TRACE: [WIRE] - << 504 12-12-2023 12:43:26: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 12-12-2023 12:43:26: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:43:26: TRACE: [WIRE] - >> 505 12-12-2023 12:43:26: TRACE: [WIRE] - << 505 HTTP_VERSION_NOT_SUPPORTED 12-12-2023 12:43:26: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:43:26: TRACE: [WIRE] - << OPERATION: SETSTATUS 12-12-2023 12:43:26:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 12-12-2023 12:43:26:############################### 12-12-2023 12:43:26:[Request] Adding entity: 505 12-12-2023 12:43:26: TRACE: [WIRE] - << Connection: close 12-12-2023 12:43:26: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:43:26: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:43:26: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:43:26: TRACE: [WIRE] - << 505 12-12-2023 12:43:26:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 12-12-2023 12:43:26:############################### 12-12-2023 12:43:26:[Request] Adding entity: 511 12-12-2023 12:43:26: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 12-12-2023 12:43:26: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:43:26: TRACE: [WIRE] - >> 511 12-12-2023 12:43:26: TRACE: [WIRE] - << 511 NETWORK_AUTHENTICATION_REQUIRED 12-12-2023 12:43:26: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:43:26: TRACE: [WIRE] - << OPERATION: SETSTATUS 12-12-2023 12:43:26: TRACE: [WIRE] - << Content-Length: 3 12-12-2023 12:43:26: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:43:26: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:43:26: TRACE: [WIRE] - << 511 12-12-2023 12:43:26:FINISHED TEST : setStatusTest() 12-12-2023 12:43:26:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:26:STARTING TEST : getLinkBuilderTest() 12-12-2023 12:43:26: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlinkbuilder 12-12-2023 12:43:26: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:43:26: TRACE: [WIRE] - >> http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource 12-12-2023 12:43:26: TRACE: [WIRE] - << 200 OK 12-12-2023 12:43:26: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:43:26:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlinkbuilder' to target server at 'localhost:8080' 12-12-2023 12:43:26:############################### 12-12-2023 12:43:26:[Request] Adding entity: http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource 12-12-2023 12:43:26: TRACE: [WIRE] - << OPERATION: GETLINKBUILDER 12-12-2023 12:43:26: TRACE: [WIRE] - << Content-Length: 72 12-12-2023 12:43:26: TRACE: [WIRE] - << Link: ; rel="relation" 12-12-2023 12:43:26: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:43:26: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:43:26: TRACE: [WIRE] - << http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource 12-12-2023 12:43:26:FINISHED TEST : getLinkBuilderTest() 12-12-2023 12:43:26:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:26:STARTING TEST : getEntityAnnotationsWhenAnnotationsOnEntityTest() 12-12-2023 12:43:26: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentityannotationsonentity 12-12-2023 12:43:26: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:43:26: TRACE: [WIRE] - >> getEntityAnnotationsWhenAnnotationsOnEntityTest 12-12-2023 12:43:26: TRACE: [WIRE] - << 200 OK 12-12-2023 12:43:26: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:43:26:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentityannotationsonentity' to target server at 'localhost:8080' 12-12-2023 12:43:26:############################### 12-12-2023 12:43:26:[Request] Adding entity: getEntityAnnotationsWhenAnnotationsOnEntityTest 12-12-2023 12:43:26: TRACE: [WIRE] - << OPERATION: GETENTITYANNOTATIONSONENTITY 12-12-2023 12:43:26: TRACE: [WIRE] - << Content-Length: 49 12-12-2023 12:43:26: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:43:26: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:43:26: TRACE: [WIRE] - << getEntityAnnotationsWhenAnnotationsOnEntityTest 2 12-12-2023 12:43:26:FINISHED TEST : getEntityAnnotationsWhenAnnotationsOnEntityTest() 12-12-2023 12:43:26:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:26:STARTING TEST : getLengthTest() 12-12-2023 12:43:26: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlength 12-12-2023 12:43:26: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:43:26: TRACE: [WIRE] - >> ResponseFilterEntity 12-12-2023 12:43:26: TRACE: [WIRE] - << 200 OK 12-12-2023 12:43:26: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:43:26: TRACE: [WIRE] - << OPERATION: GETLENGTH 12-12-2023 12:43:26: TRACE: [WIRE] - << Content-Length: 20 12-12-2023 12:43:26: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:43:26: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:43:26: TRACE: [WIRE] - << 20sponseFilterEntity 12-12-2023 12:43:26:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlength' to target server at 'localhost:8080' 12-12-2023 12:43:26:############################### 12-12-2023 12:43:26:[Request] Adding entity: ResponseFilterEntity 12-12-2023 12:43:26:FINISHED TEST : getLengthTest() 12-12-2023 12:43:26:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:26:STARTING TEST : getLinkWhenNoLinkTest() 12-12-2023 12:43:26: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlink 12-12-2023 12:43:26: TRACE: [WIRE] - >> Accept:*/* 12-12-2023 12:43:26: TRACE: [WIRE] - << 200 OK 12-12-2023 12:43:26: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:43:26: TRACE: [WIRE] - << OPERATION: GETLINK 12-12-2023 12:43:26: TRACE: [WIRE] - << Content-Length: 4 12-12-2023 12:43:26: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:43:26: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:43:26: TRACE: [WIRE] - << NULL 12-12-2023 12:43:26:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlink' to target server at 'localhost:8080' 12-12-2023 12:43:26:############################### 12-12-2023 12:43:26:FINISHED TEST : getLinkWhenNoLinkTest() 12-12-2023 12:43:26:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:26:STARTING TEST : getStringHeadersHeaderIsNullTest() 12-12-2023 12:43:26: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstringheaders 12-12-2023 12:43:26: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:43:26: TRACE: [WIRE] - >> null 12-12-2023 12:43:26: TRACE: [WIRE] - << 200 OK 12-12-2023 12:43:26: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:43:26: TRACE: [WIRE] - << OPERATION: GETSTRINGHEADERS 12-12-2023 12:43:26: TRACE: [WIRE] - << Content-Length: 4 12-12-2023 12:43:26: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:43:26: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:43:26: TRACE: [WIRE] - << NULL 12-12-2023 12:43:26:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstringheaders' to target server at 'localhost:8080' 12-12-2023 12:43:26:############################### 12-12-2023 12:43:26:[Request] Adding entity: null 12-12-2023 12:43:26:FINISHED TEST : getStringHeadersHeaderIsNullTest() 12-12-2023 12:43:26:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:26: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlastmodified 12-12-2023 12:43:26: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:43:26: TRACE: [WIRE] - >> 1702385006000 12-12-2023 12:43:26: TRACE: [WIRE] - << 200 OK 12-12-2023 12:43:26: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:43:26: TRACE: [WIRE] - << OPERATION: GETLASTMODIFIED 12-12-2023 12:43:26: TRACE: [WIRE] - << Last-Modified: Tue, 12 Dec 2023 12:43:26 GMT 12-12-2023 12:43:26: TRACE: [WIRE] - << Content-Length: 13 12-12-2023 12:43:26: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:43:26: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:43:26: TRACE: [WIRE] - << 1702385006000 12-12-2023 12:43:26:STARTING TEST : getLastModifiedTest() 12-12-2023 12:43:26:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlastmodified' to target server at 'localhost:8080' 12-12-2023 12:43:26:############################### 12-12-2023 12:43:26:[Request] Adding entity: 1702385006000 12-12-2023 12:43:26:FINISHED TEST : getLastModifiedTest() 12-12-2023 12:43:26:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:26: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentitytype 12-12-2023 12:43:26: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:43:26: TRACE: [WIRE] - >> bytearray 12-12-2023 12:43:26:STARTING TEST : getEntityTypeByteArrayTest() 12-12-2023 12:43:26:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentitytype' to target server at 'localhost:8080' 12-12-2023 12:43:26:############################### 12-12-2023 12:43:26:[Request] Adding entity: bytearray 12-12-2023 12:43:26: TRACE: [WIRE] - << 200 OK 12-12-2023 12:43:26: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:43:26: TRACE: [WIRE] - << OPERATION: GETENTITYTYPE 12-12-2023 12:43:26: TRACE: [WIRE] - << Content-Length: 2 12-12-2023 12:43:26: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:43:26: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:43:26: TRACE: [WIRE] - << [B 12-12-2023 12:43:26:FINISHED TEST : getEntityTypeByteArrayTest() 12-12-2023 12:43:26:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:26: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentitytype 12-12-2023 12:43:26:STARTING TEST : getEntityTypeStringTest() 12-12-2023 12:43:26:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentitytype' to target server at 'localhost:8080' 12-12-2023 12:43:26:###############################12-12-2023 12:43:26: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:43:26: TRACE: [WIRE] - >> string 12-12-2023 12:43:26: TRACE: [WIRE] - << 200 OK 12-12-2023 12:43:26: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:43:26: TRACE: [WIRE] - << OPERATION: GETENTITYTYPE 12-12-2023 12:43:26: TRACE: [WIRE] - << Content-Length: 16 12-12-2023 12:43:26:[Request] Adding entity: string 12-12-2023 12:43:26: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:43:26: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:43:26: TRACE: [WIRE] - << java.lang.String 12-12-2023 12:43:26:FINISHED TEST : getEntityTypeStringTest() 12-12-2023 12:43:26:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:26:STARTING TEST : getHeaderStringHeaderUsesToStringMethodTest() 12-12-2023 12:43:26: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getheaderstringheader 12-12-2023 12:43:26: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:43:26: TRACE: [WIRE] - >> toString 12-12-2023 12:43:26: TRACE: [WIRE] - << 200 OK 12-12-2023 12:43:26: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:43:26:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getheaderstringheader' to target server at 'localhost:8080' 12-12-2023 12:43:26:############################### 12-12-2023 12:43:26:[Request] Adding entity: toString 12-12-2023 12:43:26: TRACE: [WIRE] - << OPERATION: GETHEADERSTRINGHEADER 12-12-2023 12:43:26: TRACE: [WIRE] - << HEADER: ResponseFilterEntity 12-12-2023 12:43:26: TRACE: [WIRE] - << Content-Length: 20 12-12-2023 12:43:26: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:43:26: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:43:26: TRACE: [WIRE] - << ResponseFilterEntity 12-12-2023 12:43:26:FINISHED TEST : getHeaderStringHeaderUsesToStringMethodTest() 12-12-2023 12:43:26:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:26:STARTING TEST : getLocationTest() 12-12-2023 12:43:26: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlocation 12-12-2023 12:43:26: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:43:26: TRACE: [WIRE] - >> http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource 12-12-2023 12:43:26: TRACE: [WIRE] - << 200 OK 12-12-2023 12:43:26: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:43:26: TRACE: [WIRE] - << OPERATION: GETLOCATION 12-12-2023 12:43:26:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlocation' to target server at 'localhost:8080' 12-12-2023 12:43:26:############################### 12-12-2023 12:43:26:[Request] Adding entity: http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource 12-12-2023 12:43:26: TRACE: [WIRE] - << Content-Length: 72 12-12-2023 12:43:26: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:43:26: TRACE: [WIRE] - << Location: http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource 12-12-2023 12:43:26: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:43:26: TRACE: [WIRE] - << http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource 12-12-2023 12:43:26:FINISHED TEST : getLocationTest() 12-12-2023 12:43:26:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:26:STARTING TEST : getLocationWhenNoLocationTest() 12-12-2023 12:43:26: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlocation 12-12-2023 12:43:26: TRACE: [WIRE] - >> Accept:*/* 12-12-2023 12:43:26: TRACE: [WIRE] - << 200 OK 12-12-2023 12:43:26: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:43:26: TRACE: [WIRE] - << OPERATION: GETLOCATION 12-12-2023 12:43:26: TRACE: [WIRE] - << Content-Length: 4 12-12-2023 12:43:26: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:43:26: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:43:26:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlocation' to target server at 'localhost:8080' 12-12-2023 12:43:26:############################### 12-12-2023 12:43:26: TRACE: [WIRE] - << NULL 12-12-2023 12:43:26:FINISHED TEST : getLocationWhenNoLocationTest() 12-12-2023 12:43:26:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:26:STARTING TEST : getEntityTagIsNullTest() 12-12-2023 12:43:26: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentitytag 12-12-2023 12:43:26: TRACE: [WIRE] - >> Accept:*/* 12-12-2023 12:43:26: TRACE: [WIRE] - << 200 OK 12-12-2023 12:43:26: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:43:26: TRACE: [WIRE] - << OPERATION: GETENTITYTAG 12-12-2023 12:43:26: TRACE: [WIRE] - << Content-Length: 4 12-12-2023 12:43:26: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:43:26: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:43:26:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentitytag' to target server at 'localhost:8080' 12-12-2023 12:43:26:############################### 12-12-2023 12:43:26: TRACE: [WIRE] - << NULL 12-12-2023 12:43:26:FINISHED TEST : getEntityTagIsNullTest() 12-12-2023 12:43:26:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:26:STARTING TEST : getCookiesTest() 12-12-2023 12:43:26: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getcookies 12-12-2023 12:43:26: TRACE: [WIRE] - >> Accept:*/* 12-12-2023 12:43:26: TRACE: [WIRE] - << 200 OK 12-12-2023 12:43:26: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:43:26: TRACE: [WIRE] - << OPERATION: GETCOOKIES 12-12-2023 12:43:26: TRACE: [WIRE] - << Set-Cookie: CookieName=CookieName;Version=1 12-12-2023 12:43:26: TRACE: [WIRE] - << Content-Length: 11 12-12-2023 12:43:26: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:43:26:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getcookies' to target server at 'localhost:8080' 12-12-2023 12:43:26:############################### 12-12-2023 12:43:26: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:43:26: TRACE: [WIRE] - << cookiename 12-12-2023 12:43:26:FINISHED TEST : getCookiesTest() 12-12-2023 12:43:26:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:26:STARTING TEST : hasEntityWhenNoEntityTest() 12-12-2023 12:43:26: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/hasentity 12-12-2023 12:43:26: TRACE: [WIRE] - >> Accept:*/* 12-12-2023 12:43:26: TRACE: [WIRE] - << 200 OK 12-12-2023 12:43:26: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:43:26: TRACE: [WIRE] - << OPERATION: HASENTITY 12-12-2023 12:43:26: TRACE: [WIRE] - << Content-Length: 5 12-12-2023 12:43:26: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:43:26: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:43:26:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/hasentity' to target server at 'localhost:8080' 12-12-2023 12:43:26:############################### 12-12-2023 12:43:26: TRACE: [WIRE] - << false 12-12-2023 12:43:26:FINISHED TEST : hasEntityWhenNoEntityTest() 12-12-2023 12:43:26:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:26:STARTING TEST : getEntityStreamTest() 12-12-2023 12:43:26: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentitystream 12-12-2023 12:43:26: TRACE: [WIRE] - >> Accept:*/* 12-12-2023 12:43:26: TRACE: [WIRE] - << 200 OK 12-12-2023 12:43:26: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:43:26: TRACE: [WIRE] - << OPERATION: GETENTITYSTREAM 12-12-2023 12:43:26: TRACE: [WIRE] - << Content-Length: 20 12-12-2023 12:43:26: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:43:26: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:43:26: TRACE: [WIRE] - << ResponseFilterEntity 12-12-2023 12:43:26:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentitystream' to target server at 'localhost:8080' 12-12-2023 12:43:26:############################### 12-12-2023 12:43:26:FINISHED TEST : getEntityStreamTest() [WARNING] Tests run: 57, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 64.988 s - in ee.jakarta.tck.ws.rs.ee.rs.container.responsecontext.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.cookieparam.locator.JAXRSLocatorClientIT 12-12-2023 12:43:27:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:27:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:27:STARTING TEST : cookieParamListEntityWithFromStringTest() Dec 12, 2023 12:43:27 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:43:27 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:43:27:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_cookieparam_locator_web/resource/locator?todo= HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:43:27:[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' 12-12-2023 12:43:27:Found cookie ListParamEntityWithFromString=JAXRS_SPEC_5.4 as expected 12-12-2023 12:43:27:[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' 12-12-2023 12:43:27:FINISHED TEST : cookieParamListEntityWithFromStringTest() 12-12-2023 12:43:27:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:27:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:27:STARTING TEST : cookieParamEntityWithFromStringTest() Dec 12, 2023 12:43:27 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:43:27 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:43:27:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_cookieparam_locator_web/resource/locator?todo= HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:43:27:[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' 12-12-2023 12:43:27:Found cookie ParamEntityWithFromString=JAXRS_SPEC_5.3 as expected 12-12-2023 12:43:27:[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' 12-12-2023 12:43:27:FINISHED TEST : cookieParamEntityWithFromStringTest() 12-12-2023 12:43:27:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:27:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:27:STARTING TEST : cookieParamSetEntityWithFromStringTest() Dec 12, 2023 12:43:27 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:43:27 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:43:27:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_cookieparam_locator_web/resource/locator?todo= HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:43:27:[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' 12-12-2023 12:43:27:Found cookie SetParamEntityWithFromString=JAXRS_SPEC_5.4 as expected 12-12-2023 12:43:27:[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' 12-12-2023 12:43:27:FINISHED TEST : cookieParamSetEntityWithFromStringTest() 12-12-2023 12:43:27:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:27:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:27:STARTING TEST : cookieParamSortedSetEntityWithFromStringTest() Dec 12, 2023 12:43:27 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:43:27 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:43:27:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_cookieparam_locator_web/resource/locator?todo= HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:43:27:[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' 12-12-2023 12:43:27:Found cookie SortedSetParamEntityWithFromString=JAXRS_SPEC_5.4 as expected 12-12-2023 12:43:27:[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' 12-12-2023 12:43:27:FINISHED TEST : cookieParamSortedSetEntityWithFromStringTest() 12-12-2023 12:43:27:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:27:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:27:STARTING TEST : cookieParamThrowingIllegalArgumentExceptionTest() 12-12-2023 12:43:27:[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'Dec 12, 2023 12:43:27 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:43:27:Found cookie ParamEntityThrowingExceptionGivenByName=java.lang.IllegalArgumentException as expected 12-12-2023 12:43:27:[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' 12-12-2023 12:43:27:FINISHED TEST : cookieParamThrowingIllegalArgumentExceptionTest() 12-12-2023 12:43:27:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:27:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:27:STARTING TEST : cookieParamSubTest()Dec 12, 2023 12:43:27 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:43:27 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:43:27:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_cookieparam_locator_web/resource/locator?todo=setcookie HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:43:27:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_cookieparam_locator_web/resource/locator?todo=verifycookie HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:43:27:FINISHED TEST : cookieParamSubTest() 12-12-2023 12:43:27:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:27:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:27:STARTING TEST : cookieParamEntityWithValueOfTest()Dec 12, 2023 12:43:27 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:43:27:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_cookieparam_locator_web/resource/locator?todo= HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:43:27:[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' 12-12-2023 12:43:27:Found cookie ParamEntityWithValueOf=JAXRS_SPEC_5.3 as expected 12-12-2023 12:43:27:[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' Dec 12, 2023 12:43:27 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:43:27:FINISHED TEST : cookieParamEntityWithValueOfTest() 12-12-2023 12:43:27:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:27:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:43:27 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:43:27:STARTING TEST : cookieParamEntityWithConstructorTest() Dec 12, 2023 12:43:27 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:43:27:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_cookieparam_locator_web/resource/locator?todo= HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:43:27:[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' 12-12-2023 12:43:27:Found cookie ParamEntityWithConstructor=JAXRS_SPEC_5.2 as expected 12-12-2023 12:43:27:[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' 12-12-2023 12:43:27:FINISHED TEST : cookieParamEntityWithConstructorTest() 12-12-2023 12:43:27:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:27:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:27:STARTING TEST : cookieParamThrowingWebApplicationExceptionTest() Dec 12, 2023 12:43:27 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:43:27:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_cookieparam_locator_web/resource/locator?todo=ParamEntityThrowingWebApplicationException%3dCREATED HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:43:27:Found cookie ParamEntityThrowingWebApplicationException=CREATED as expected 12-12-2023 12:43:27:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_cookieparam_locator_web/resource/locator?todo=ParamEntityThrowingWebApplicationException%3dCREATED HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:43:27:FINISHED TEST : cookieParamThrowingWebApplicationExceptionTest() [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.694 s - in ee.jakarta.tck.ws.rs.ee.rs.cookieparam.locator.JAXRSLocatorClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.cookieparam.sub.JAXRSSubClientIT 12-12-2023 12:43:28:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:28:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:28:STARTING TEST : cookieParamListEntityWithFromStringTest() Dec 12, 2023 12:43:28 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:43:28 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:43:28:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo= HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:43:28:[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' 12-12-2023 12:43:28:Found cookie ListParamEntityWithFromString=JAXRS_SPEC_5.4 as expected 12-12-2023 12:43:28:[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' 12-12-2023 12:43:28:FINISHED TEST : cookieParamListEntityWithFromStringTest() 12-12-2023 12:43:28:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:28:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:28:STARTING TEST : cookieParamEntityWithFromStringTest() Dec 12, 2023 12:43:28 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:43:28 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:43:28:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo= HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:43:28:[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' 12-12-2023 12:43:28:Found cookie ParamEntityWithFromString=JAXRS_SPEC_5.3 as expected 12-12-2023 12:43:28:[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' 12-12-2023 12:43:28:FINISHED TEST : cookieParamEntityWithFromStringTest() 12-12-2023 12:43:28:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:28:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:28:STARTING TEST : cookieFieldParamEntityWithFromStringTest() Dec 12, 2023 12:43:28 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:43:28 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:43:28:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo= HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:43:28:[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' 12-12-2023 12:43:28:Found cookie FieldParamEntityWithFromString=JAXRS_SPEC_5.3 as expected 12-12-2023 12:43:28:[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' 12-12-2023 12:43:28:FINISHED TEST : cookieFieldParamEntityWithFromStringTest() 12-12-2023 12:43:28:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:28:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:28:STARTING TEST : cookieFieldParamEntityWithConstructorTest() Dec 12, 2023 12:43:28 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:43:28 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:43:28:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo= HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:43:28:[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' 12-12-2023 12:43:28:Found cookie FieldParamEntityWithConstructor=JAXRS_SPEC_5.2 as expected 12-12-2023 12:43:28:[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' 12-12-2023 12:43:28:FINISHED TEST : cookieFieldParamEntityWithConstructorTest() 12-12-2023 12:43:28:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:28:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:28:STARTING TEST : cookieFieldParamListEntityWithFromStringTest() Dec 12, 2023 12:43:28 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:43:28 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:43:28:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo= HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:43:28:[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' 12-12-2023 12:43:28:Found cookie FieldListParamEntityWithFromString=JAXRS_SPEC_5.4 as expected 12-12-2023 12:43:28:[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' 12-12-2023 12:43:28:FINISHED TEST : cookieFieldParamListEntityWithFromStringTest() 12-12-2023 12:43:28:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:28:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:28:STARTING TEST : cookieParamSetEntityWithFromStringTest()Dec 12, 2023 12:43:28 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:43:28:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo= HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:43:28:[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' 12-12-2023 12:43:28:Found cookie SetParamEntityWithFromString=JAXRS_SPEC_5.4 as expected 12-12-2023 12:43:28:[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'Dec 12, 2023 12:43:28 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:43:28:FINISHED TEST : cookieParamSetEntityWithFromStringTest() 12-12-2023 12:43:28:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:28:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:28:STARTING TEST : cookieParamSortedSetEntityWithFromStringTest() Dec 12, 2023 12:43:28 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:43:28 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:43:28:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo= HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:43:28:[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' 12-12-2023 12:43:28:Found cookie SortedSetParamEntityWithFromString=JAXRS_SPEC_5.4 as expected 12-12-2023 12:43:28:[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' 12-12-2023 12:43:28:FINISHED TEST : cookieParamSortedSetEntityWithFromStringTest() 12-12-2023 12:43:28:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:28:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:28:STARTING TEST : cookieFieldParamThrowingIllegalArgumentExceptionTest() Dec 12, 2023 12:43:28 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:43:28:[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' 12-12-2023 12:43:28:Found cookie FieldParamEntityThrowingExceptionGivenByName=java.lang.IllegalArgumentException as expected 12-12-2023 12:43:28:[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' 12-12-2023 12:43:28:FINISHED TEST : cookieFieldParamThrowingIllegalArgumentExceptionTest() 12-12-2023 12:43:28:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:28:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:28:STARTING TEST : cookieParamThrowingIllegalArgumentExceptionTest() Dec 12, 2023 12:43:28 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:43:28:[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' 12-12-2023 12:43:28:Found cookie ParamEntityThrowingExceptionGivenByName=java.lang.IllegalArgumentException as expected 12-12-2023 12:43:28:[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' 12-12-2023 12:43:28:FINISHED TEST : cookieParamThrowingIllegalArgumentExceptionTest() 12-12-2023 12:43:28:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:28:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:28:STARTING TEST : cookieParamSubTest() Dec 12, 2023 12:43:28 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:43:28 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:43:28:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo=setcookie HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:43:28:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo=verifycookie HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:43:28:FINISHED TEST : cookieParamSubTest() 12-12-2023 12:43:28:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:28:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:28:STARTING TEST : cookieFieldThrowingWebApplicationExceptionTest() Dec 12, 2023 12:43:28 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:43:28:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo=FieldParamEntityThrowingWebApplicationException%3dCREATED HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:43:28:Found cookie FieldParamEntityThrowingWebApplicationException=CREATED as expected 12-12-2023 12:43:28:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo=FieldParamEntityThrowingWebApplicationException%3dCREATED HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:43:28:FINISHED TEST : cookieFieldThrowingWebApplicationExceptionTest() 12-12-2023 12:43:28:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:28:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:28:STARTING TEST : cookieFieldSortedSetEntityWithFromStringTest() Dec 12, 2023 12:43:28 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:43:28 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:43:28:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo= HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:43:28:[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' 12-12-2023 12:43:28:Found cookie FieldSortedSetParamEntityWithFromString=JAXRS_SPEC_5.4 as expected 12-12-2023 12:43:28:[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' 12-12-2023 12:43:28:FINISHED TEST : cookieFieldSortedSetEntityWithFromStringTest() 12-12-2023 12:43:28:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:28:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:28:STARTING TEST : cookieParamEntityWithValueOfTest() Dec 12, 2023 12:43:28 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:43:28 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:43:28:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo= HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:43:28:[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' 12-12-2023 12:43:28:Found cookie ParamEntityWithValueOf=JAXRS_SPEC_5.3 as expected 12-12-2023 12:43:28:[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' 12-12-2023 12:43:28:FINISHED TEST : cookieParamEntityWithValueOfTest() 12-12-2023 12:43:28:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:28:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:28:STARTING TEST : cookieParamEntityWithConstructorTest()Dec 12, 2023 12:43:28 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:43:28:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo= HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:43:28:[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' 12-12-2023 12:43:28:Found cookie ParamEntityWithConstructor=JAXRS_SPEC_5.2 as expected 12-12-2023 12:43:28:[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'Dec 12, 2023 12:43:28 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:43:28:FINISHED TEST : cookieParamEntityWithConstructorTest() 12-12-2023 12:43:28:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:28:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:28:STARTING TEST : cookieFieldParamSetEntityWithFromStringTest()Dec 12, 2023 12:43:28 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:43:28 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:43:28:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo= HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:43:28:[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' 12-12-2023 12:43:28:Found cookie FieldSetParamEntityWithFromString=JAXRS_SPEC_5.4 as expected 12-12-2023 12:43:28:[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' 12-12-2023 12:43:28:FINISHED TEST : cookieFieldParamSetEntityWithFromStringTest() 12-12-2023 12:43:28:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:28:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:28:STARTING TEST : cookieFieldParamEntityWithValueOfTest() Dec 12, 2023 12:43:28 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:43:28 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:43:28:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo= HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:43:28:[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' 12-12-2023 12:43:28:Found cookie FieldParamEntityWithValueOf=JAXRS_SPEC_5.3 as expected 12-12-2023 12:43:28:[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' 12-12-2023 12:43:28:FINISHED TEST : cookieFieldParamEntityWithValueOfTest() 12-12-2023 12:43:28:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:28:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:28:STARTING TEST : cookieParamThrowingWebApplicationExceptionTest() Dec 12, 2023 12:43:28 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:43:28:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo=ParamEntityThrowingWebApplicationException%3dCREATED HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:43:28:Found cookie ParamEntityThrowingWebApplicationException=CREATED as expected 12-12-2023 12:43:28:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo=ParamEntityThrowingWebApplicationException%3dCREATED HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:43:28:FINISHED TEST : cookieParamThrowingWebApplicationExceptionTest() [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.285 s - in ee.jakarta.tck.ws.rs.ee.rs.cookieparam.sub.JAXRSSubClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.cookieparam.JAXRSClientIT 12-12-2023 12:43:29:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:43:29 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:43:29:STARTING TEST : cookieParamListEntityWithFromStringTest() Dec 12, 2023 12:43:29 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:43:29:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo= HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:43:29:[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' 12-12-2023 12:43:29:Found cookie ListParamEntityWithFromString=JAXRS_SPEC_5.4 as expected 12-12-2023 12:43:29:[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' 12-12-2023 12:43:29:FINISHED TEST : cookieParamListEntityWithFromStringTest() 12-12-2023 12:43:29:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:29:STARTING TEST : cookieParamTest() Dec 12, 2023 12:43:29 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:43:29 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:43:29:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo=setcookie HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:43:29:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo=verifycookie HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:43:29:FINISHED TEST : cookieParamTest() 12-12-2023 12:43:29:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:29:STARTING TEST : cookieParamEntityWithFromStringTest() Dec 12, 2023 12:43:29 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:43:29 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:43:29:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo= HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:43:29:[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' 12-12-2023 12:43:29:Found cookie ParamEntityWithFromString=JAXRS_SPEC_5.3 as expected 12-12-2023 12:43:29:[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' 12-12-2023 12:43:29:FINISHED TEST : cookieParamEntityWithFromStringTest() 12-12-2023 12:43:29:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:29:STARTING TEST : cookieFieldParamEntityWithFromStringTest() Dec 12, 2023 12:43:29 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:43:29 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:43:29:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo= HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:43:29:[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' 12-12-2023 12:43:29:Found cookie FieldParamEntityWithFromString=JAXRS_SPEC_5.3 as expected 12-12-2023 12:43:29:[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' 12-12-2023 12:43:29:FINISHED TEST : cookieFieldParamEntityWithFromStringTest() 12-12-2023 12:43:29:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:43:29 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:43:29:STARTING TEST : cookieFieldParamEntityWithConstructorTest() 12-12-2023 12:43:29:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo= HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:43:29:[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' 12-12-2023 12:43:29:Found cookie FieldParamEntityWithConstructor=JAXRS_SPEC_5.2 as expected 12-12-2023 12:43:29:[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' Dec 12, 2023 12:43:29 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:43:29:FINISHED TEST : cookieFieldParamEntityWithConstructorTest() 12-12-2023 12:43:29:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:43:29 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:43:29 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:43:29:STARTING TEST : cookieFieldParamListEntityWithFromStringTest() 12-12-2023 12:43:29:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo= HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:43:29:[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' 12-12-2023 12:43:29:Found cookie FieldListParamEntityWithFromString=JAXRS_SPEC_5.4 as expected 12-12-2023 12:43:29:[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' 12-12-2023 12:43:29:FINISHED TEST : cookieFieldParamListEntityWithFromStringTest() 12-12-2023 12:43:29:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:43:29 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:43:29:STARTING TEST : cookieParamSetEntityWithFromStringTest() Dec 12, 2023 12:43:29 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:43:29:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo= HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:43:29:[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' 12-12-2023 12:43:29:Found cookie SetParamEntityWithFromString=JAXRS_SPEC_5.4 as expected 12-12-2023 12:43:29:[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' 12-12-2023 12:43:29:FINISHED TEST : cookieParamSetEntityWithFromStringTest() 12-12-2023 12:43:29:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:29:STARTING TEST : cookieParamSortedSetEntityWithFromStringTest() Dec 12, 2023 12:43:29 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:43:29 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:43:29:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo= HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:43:29:[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' 12-12-2023 12:43:29:Found cookie SortedSetParamEntityWithFromString=JAXRS_SPEC_5.4 as expected 12-12-2023 12:43:29:[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' 12-12-2023 12:43:29:FINISHED TEST : cookieParamSortedSetEntityWithFromStringTest() 12-12-2023 12:43:29:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:29:STARTING TEST : cookieFieldParamThrowingIllegalArgumentExceptionTest() 12-12-2023 12:43:29:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo=FieldParamEntityThrowingExceptionGivenByName%3djava.lang.IllegalArgumentException HTTP/1.1' to target server at 'localhost:8080'Dec 12, 2023 12:43:29 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:43:29:Found cookie FieldParamEntityThrowingExceptionGivenByName=java.lang.IllegalArgumentException as expected 12-12-2023 12:43:29:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo=FieldParamEntityThrowingExceptionGivenByName%3djava.lang.IllegalArgumentException HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:43:29:FINISHED TEST : cookieFieldParamThrowingIllegalArgumentExceptionTest() 12-12-2023 12:43:29:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:29:STARTING TEST : cookieParamThrowingIllegalArgumentExceptionTest()Dec 12, 2023 12:43:29 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:43:29:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo=ParamEntityThrowingExceptionGivenByName%3djava.lang.IllegalArgumentException HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:43:29:Found cookie ParamEntityThrowingExceptionGivenByName=java.lang.IllegalArgumentException as expected 12-12-2023 12:43:29:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo=ParamEntityThrowingExceptionGivenByName%3djava.lang.IllegalArgumentException HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:43:29:FINISHED TEST : cookieParamThrowingIllegalArgumentExceptionTest() 12-12-2023 12:43:29:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:29:STARTING TEST : cookieFieldThrowingWebApplicationExceptionTest() Dec 12, 2023 12:43:29 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:43:29:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo=FieldParamEntityThrowingWebApplicationException%3dCREATED HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:43:29:Found cookie FieldParamEntityThrowingWebApplicationException=CREATED as expected 12-12-2023 12:43:29:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo=FieldParamEntityThrowingWebApplicationException%3dCREATED HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:43:29:FINISHED TEST : cookieFieldThrowingWebApplicationExceptionTest() 12-12-2023 12:43:29:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:43:29 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:43:29:STARTING TEST : cookieFieldSortedSetEntityWithFromStringTest() 12-12-2023 12:43:29:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo= HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:43:29:[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' 12-12-2023 12:43:29:Found cookie FieldSortedSetParamEntityWithFromString=JAXRS_SPEC_5.4 as expected 12-12-2023 12:43:29:[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' Dec 12, 2023 12:43:29 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:43:29:FINISHED TEST : cookieFieldSortedSetEntityWithFromStringTest() 12-12-2023 12:43:29:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:29:STARTING TEST : cookieParamEntityWithValueOfTest() Dec 12, 2023 12:43:29 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:43:29 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:43:29:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo= HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:43:29:[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' 12-12-2023 12:43:29:Found cookie ParamEntityWithValueOf=JAXRS_SPEC_5.3 as expected 12-12-2023 12:43:29:[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' 12-12-2023 12:43:29:FINISHED TEST : cookieParamEntityWithValueOfTest() 12-12-2023 12:43:29:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:29:STARTING TEST : cookieParamEntityWithConstructorTest() Dec 12, 2023 12:43:29 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:43:29 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:43:29:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo= HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:43:29:[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' 12-12-2023 12:43:29:Found cookie ParamEntityWithConstructor=JAXRS_SPEC_5.2 as expected 12-12-2023 12:43:29:[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' 12-12-2023 12:43:29:FINISHED TEST : cookieParamEntityWithConstructorTest() 12-12-2023 12:43:29:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:29:STARTING TEST : cookieFieldParamSetEntityWithFromStringTest() Dec 12, 2023 12:43:29 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:43:29 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:43:29:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo= HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:43:29:[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' 12-12-2023 12:43:29:Found cookie FieldSetParamEntityWithFromString=JAXRS_SPEC_5.4 as expected 12-12-2023 12:43:29:[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' 12-12-2023 12:43:29:FINISHED TEST : cookieFieldParamSetEntityWithFromStringTest() 12-12-2023 12:43:29:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:43:29 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:43:29:STARTING TEST : cookieFieldParamEntityWithValueOfTest() 12-12-2023 12:43:29:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo= HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:43:29:[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' Dec 12, 2023 12:43:29 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:43:29:Found cookie FieldParamEntityWithValueOf=JAXRS_SPEC_5.3 as expected 12-12-2023 12:43:29:[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' 12-12-2023 12:43:29:FINISHED TEST : cookieFieldParamEntityWithValueOfTest() 12-12-2023 12:43:29:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:29:STARTING TEST : cookieParamThrowingWebApplicationExceptionTest() Dec 12, 2023 12:43:29 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:43:29:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo=ParamEntityThrowingWebApplicationException%3dCREATED HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:43:29:Found cookie ParamEntityThrowingWebApplicationException=CREATED as expected 12-12-2023 12:43:29:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo=ParamEntityThrowingWebApplicationException%3dCREATED HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:43:29:FINISHED TEST : cookieParamThrowingWebApplicationExceptionTest() [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.707 s - in ee.jakarta.tck.ws.rs.ee.rs.cookieparam.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.core.application.JAXRSClientIT 12-12-2023 12:43:29:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:43:29 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:43:29:STARTING TEST : getSingletonsTest() 12-12-2023 12:43:29:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_application_web/ApplicationTest/GetSingletons HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:43:29:FINISHED TEST : getSingletonsTest() 12-12-2023 12:43:29:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:43:29 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:43:29:STARTING TEST : getClassesTest() 12-12-2023 12:43:29:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_application_web/ApplicationTest/GetClasses HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:43:29:FINISHED TEST : getClassesTest() 12-12-2023 12:43:29:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:29:STARTING TEST : defaultGetPropertiesIsEmptyTest() 12-12-2023 12:43:29:Default implementation gets empty map as expected 12-12-2023 12:43:29:FINISHED TEST : defaultGetPropertiesIsEmptyTest() 12-12-2023 12:43:29:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:43:29 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:43:29:STARTING TEST : getPropertiesTest() 12-12-2023 12:43:29:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_application_web/ApplicationTest/properties HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:43:29:FINISHED TEST : getPropertiesTest() [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.31 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-12-2023 12:43:29:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:29:STARTING TEST : registerClassBindingPriorityFirstIsSecondTest() 12-12-2023 12:43:29:Check on Configurable Client 12-12-2023 12:43:29:Already registered 0 classes 12-12-2023 12:43:29:Already registered 0 instances 12-12-2023 12:43:29:Found 2 provider(s) as expected 12-12-2023 12:43:29:Found 2 provider(s) as expected 12-12-2023 12:43:29:ee.jakarta.tck.ws.rs.ee.rs.core.configurable.FirstFilter has been executed as second, as expected 12-12-2023 12:43:29:Check on Configurable WebTarget 12-12-2023 12:43:29:Already registered 0 classes 12-12-2023 12:43:29:Already registered 0 instances 12-12-2023 12:43:29:Found 0 provider(s) as expected 12-12-2023 12:43:29:Found 2 provider(s) as expected 12-12-2023 12:43:29:ee.jakarta.tck.ws.rs.ee.rs.core.configurable.FirstFilter has been executed as second, as expected 12-12-2023 12:43:29:FINISHED TEST : registerClassBindingPriorityFirstIsSecondTest() 12-12-2023 12:43:29:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:29:STARTING TEST : registerClassWriterContractsTest() 12-12-2023 12:43:29:Check on Configurable Client 12-12-2023 12:43:29:Already registered 0 classes 12-12-2023 12:43:29:Already registered 0 instances 12-12-2023 12:43:29:Found 1 provider(s) as expected 12-12-2023 12:43:29:Found 1 provider(s) as expected 12-12-2023 12:43:29:sucessufully wrote Callable by provider registered on Configurable Client 12-12-2023 12:43:29: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. 12-12-2023 12:43:29:Check on Configurable WebTarget 12-12-2023 12:43:29:Already registered 0 classes 12-12-2023 12:43:29:Already registered 0 instances 12-12-2023 12:43:29:Found 0 provider(s) as expected 12-12-2023 12:43:29:Found 1 provider(s) as expected 12-12-2023 12:43:29:sucessufully wrote Callable by provider registered on Configurable WebTarget 12-12-2023 12:43:29: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. 12-12-2023 12:43:29:FINISHED TEST : registerClassWriterContractsTest() 12-12-2023 12:43:29:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:29:STARTING TEST : registerObjectReaderContractsTest() 12-12-2023 12:43:30:Check on Configurable Client 12-12-2023 12:43:30:Already registered 0 classes 12-12-2023 12:43:30:Already registered 0 instances 12-12-2023 12:43:30:Found 1 provider(s) as expected 12-12-2023 12:43:30:Found 1 provider(s) as expected 12-12-2023 12:43:30:sucessufully read Callable by provider registered on Configurable Client 12-12-2023 12:43:30:Check on Configurable WebTarget 12-12-2023 12:43:30:Already registered 0 classes 12-12-2023 12:43:30:Already registered 0 instances 12-12-2023 12:43:30:Found 0 provider(s) as expected 12-12-2023 12:43:30:Found 1 provider(s) as expected 12-12-2023 12:43:30:sucessufully read Callable by provider registered on Configurable WebTarget 12-12-2023 12:43:30:FINISHED TEST : registerObjectReaderContractsTest() 12-12-2023 12:43:30:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:30:STARTING TEST : registerObjectBindingPriorityTest() 12-12-2023 12:43:30:Check on Configurable Client 12-12-2023 12:43:30:Already registered 0 classes 12-12-2023 12:43:30:Already registered 0 instances 12-12-2023 12:43:30:Found 2 provider(s) as expected 12-12-2023 12:43:30:Found 2 provider(s) as expected 12-12-2023 12:43:30:ee.jakarta.tck.ws.rs.ee.rs.core.configurable.FirstFilter has been executed as second, as expected 12-12-2023 12:43:30:Check on Configurable WebTarget 12-12-2023 12:43:30:Already registered 0 classes 12-12-2023 12:43:30:Already registered 0 instances 12-12-2023 12:43:30:Found 0 provider(s) as expected 12-12-2023 12:43:30:Found 2 provider(s) as expected 12-12-2023 12:43:30:ee.jakarta.tck.ws.rs.ee.rs.core.configurable.FirstFilter has been executed as second, as expected 12-12-2023 12:43:30:FINISHED TEST : registerObjectBindingPriorityTest() 12-12-2023 12:43:30:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:30:STARTING TEST : registerClassReaderContractsInMapTest() 12-12-2023 12:43:30:Check on Configurable Client 12-12-2023 12:43:30:Already registered 0 classes 12-12-2023 12:43:30:Already registered 0 instances 12-12-2023 12:43:30:Found 1 provider(s) as expected 12-12-2023 12:43:30:Found 1 provider(s) as expected 12-12-2023 12:43:30:sucessufully read Callable by provider registered on Configurable Client 12-12-2023 12:43:30:Check on Configurable WebTarget 12-12-2023 12:43:30:Already registered 0 classes 12-12-2023 12:43:30:Already registered 0 instances 12-12-2023 12:43:30:Found 0 provider(s) as expected 12-12-2023 12:43:30:Found 1 provider(s) as expected 12-12-2023 12:43:30:sucessufully read Callable by provider registered on Configurable WebTarget 12-12-2023 12:43:30:FINISHED TEST : registerClassReaderContractsInMapTest() 12-12-2023 12:43:30:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:30:STARTING TEST : registerObjectWriterContractsInMapTest() 12-12-2023 12:43:30:Check on Configurable Client 12-12-2023 12:43:30:Already registered 0 classes 12-12-2023 12:43:30:Already registered 0 instances 12-12-2023 12:43:30:Found 1 provider(s) as expected 12-12-2023 12:43:30:Found 1 provider(s) as expected 12-12-2023 12:43:30:sucessufully wrote Callable by provider registered on Configurable Client 12-12-2023 12:43:30: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. 12-12-2023 12:43:30:Check on Configurable WebTarget 12-12-2023 12:43:30:Already registered 0 classes 12-12-2023 12:43:30:Already registered 0 instances 12-12-2023 12:43:30:Found 0 provider(s) as expected 12-12-2023 12:43:30:Found 1 provider(s) as expected 12-12-2023 12:43:30:sucessufully wrote Callable by provider registered on Configurable WebTarget 12-12-2023 12:43:30: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. 12-12-2023 12:43:30:FINISHED TEST : registerObjectWriterContractsInMapTest() 12-12-2023 12:43:30:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:30:STARTING TEST : registerClassEmptyContractsTest() 12-12-2023 12:43:30:Check on Configurable Client Dec 12, 2023 12:43:30 PM org.glassfish.jersey.model.internal.CommonConfig register WARNING: Attempt to register component of type class ee.jakarta.tck.ws.rs.api.rs.core.configurable.CallableProvider to null or empty array of contracts is ignored. 12-12-2023 12:43:30:Already registered 0 classes 12-12-2023 12:43:30:Already registered 0 instances 12-12-2023 12:43:30:Found 0 provider(s) as expected 12-12-2023 12:43:30:Found 0 provider(s) as expected 12-12-2023 12:43:30:The provider of with contracts has ben ignored as expected 12-12-2023 12:43:30:Check on Configurable WebTarget 12-12-2023 12:43:30:Already registered 0 classes 12-12-2023 12:43:30:Already registered 0 instances 12-12-2023 12:43:30:Found 0 provider(s) as expected Dec 12, 2023 12:43:30 PM org.glassfish.jersey.model.internal.CommonConfig register WARNING: Attempt to register component of type class ee.jakarta.tck.ws.rs.api.rs.core.configurable.CallableProvider to null or empty array of contracts is ignored. 12-12-2023 12:43:30:Found 0 provider(s) as expected 12-12-2023 12:43:30:The provider of with contracts has ben ignored as expected 12-12-2023 12:43:30:FINISHED TEST : registerClassEmptyContractsTest() 12-12-2023 12:43:30:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:30:STARTING TEST : registerClassNotAssignableContractsInMapTest() 12-12-2023 12:43:30:Check on Configurable Client Dec 12, 2023 12:43:30 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Contract interface jakarta.ws.rs.client.ClientRequestFilter can not be registered for component class ee.jakarta.tck.ws.rs.api.rs.core.configurable.CallableProvider: Contract not assignable to component. 12-12-2023 12:43:30:Already registered 0 classes 12-12-2023 12:43:30:Already registered 0 instances 12-12-2023 12:43:30:Found 0 provider(s) as expected 12-12-2023 12:43:30:Found 0 provider(s) as expected 12-12-2023 12:43:30:The provider with unassignable contract has ben ignored as expected 12-12-2023 12:43:30:Check on Configurable WebTarget 12-12-2023 12:43:30:Already registered 0 classes 12-12-2023 12:43:30:Already registered 0 instances 12-12-2023 12:43:30:Found 0 provider(s) as expected Dec 12, 2023 12:43:30 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Contract interface jakarta.ws.rs.client.ClientRequestFilter can not be registered for component class ee.jakarta.tck.ws.rs.api.rs.core.configurable.CallableProvider: Contract not assignable to component. 12-12-2023 12:43:30:Found 0 provider(s) as expected 12-12-2023 12:43:30:The provider with unassignable contract has ben ignored as expected 12-12-2023 12:43:30:FINISHED TEST : registerClassNotAssignableContractsInMapTest() 12-12-2023 12:43:30:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:30:STARTING TEST : registerObjectNotAssignableContractsInMapTest() 12-12-2023 12:43:30:Check on Configurable Client 12-12-2023 12:43:30:Already registered 0 classesDec 12, 2023 12:43:30 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Contract interface jakarta.ws.rs.client.ClientRequestFilter can not be registered for component class ee.jakarta.tck.ws.rs.ee.rs.core.configurable.JAXRSClientIT$24: Contract not assignable to component. 12-12-2023 12:43:30:Already registered 0 instances 12-12-2023 12:43:30:Found 0 provider(s) as expected 12-12-2023 12:43:30:Found 0 provider(s) as expected 12-12-2023 12:43:30:The provider with unassignable contract has ben ignored as expected 12-12-2023 12:43:30:Check on Configurable WebTarget 12-12-2023 12:43:30:Already registered 0 classes 12-12-2023 12:43:30:Already registered 0 instances 12-12-2023 12:43:30:Found 0 provider(s) as expected Dec 12, 2023 12:43:30 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Contract interface jakarta.ws.rs.client.ClientRequestFilter can not be registered for component class ee.jakarta.tck.ws.rs.ee.rs.core.configurable.JAXRSClientIT$25: Contract not assignable to component. 12-12-2023 12:43:30:Found 0 provider(s) as expected 12-12-2023 12:43:30:The provider with unassignable contract has ben ignored as expected 12-12-2023 12:43:30:FINISHED TEST : registerObjectNotAssignableContractsInMapTest() 12-12-2023 12:43:30:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:30:STARTING TEST : registerClassReaderContractsTest() 12-12-2023 12:43:30:Check on Configurable Client 12-12-2023 12:43:30:Already registered 0 classes 12-12-2023 12:43:30:Already registered 0 instances 12-12-2023 12:43:30:Found 1 provider(s) as expected 12-12-2023 12:43:30:Found 1 provider(s) as expected 12-12-2023 12:43:30:sucessufully read Callable by provider registered on Configurable Client 12-12-2023 12:43:30:Check on Configurable WebTarget 12-12-2023 12:43:30:Already registered 0 classes 12-12-2023 12:43:30:Already registered 0 instances 12-12-2023 12:43:30:Found 0 provider(s) as expected 12-12-2023 12:43:30:Found 1 provider(s) as expected 12-12-2023 12:43:30:sucessufully read Callable by provider registered on Configurable WebTarget 12-12-2023 12:43:30:FINISHED TEST : registerClassReaderContractsTest() 12-12-2023 12:43:30:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:30:STARTING TEST : registerObjectEmptyContractsTest() 12-12-2023 12:43:30:Check on Configurable Client Dec 12, 2023 12:43:30 PM org.glassfish.jersey.model.internal.CommonConfig register WARNING: Attempt to register component of type class ee.jakarta.tck.ws.rs.ee.rs.core.configurable.JAXRSClientIT$24 to null or empty array of contracts is ignored. 12-12-2023 12:43:30:Already registered 0 classes 12-12-2023 12:43:30:Already registered 0 instances 12-12-2023 12:43:30:Found 0 provider(s) as expected 12-12-2023 12:43:30:Found 0 provider(s) as expected 12-12-2023 12:43:30:The provider with empty contracts has ben ignored as expected 12-12-2023 12:43:30:Check on Configurable WebTarget 12-12-2023 12:43:30:Already registered 0 classes 12-12-2023 12:43:30:Already registered 0 instances 12-12-2023 12:43:30:Found 0 provider(s) as expected Dec 12, 2023 12:43:30 PM org.glassfish.jersey.model.internal.CommonConfig register WARNING: Attempt to register component of type class ee.jakarta.tck.ws.rs.ee.rs.core.configurable.JAXRSClientIT$25 to null or empty array of contracts is ignored. 12-12-2023 12:43:30:Found 0 provider(s) as expected 12-12-2023 12:43:30:The provider with empty contracts has ben ignored as expected 12-12-2023 12:43:30:FINISHED TEST : registerObjectEmptyContractsTest() 12-12-2023 12:43:30:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:30:STARTING TEST : registerClassBindingPriorityInMapTest() 12-12-2023 12:43:30:Check on Configurable Client 12-12-2023 12:43:30:Already registered 0 classes 12-12-2023 12:43:30:Already registered 0 instances 12-12-2023 12:43:30:Found 2 provider(s) as expected 12-12-2023 12:43:30:Found 2 provider(s) as expected 12-12-2023 12:43:30:ee.jakarta.tck.ws.rs.ee.rs.core.configurable.FirstFilter has been executed as second, as expected 12-12-2023 12:43:30:Check on Configurable WebTarget 12-12-2023 12:43:30:Already registered 0 classes 12-12-2023 12:43:30:Already registered 0 instances 12-12-2023 12:43:30:Found 0 provider(s) as expected 12-12-2023 12:43:30:Found 2 provider(s) as expected 12-12-2023 12:43:30:ee.jakarta.tck.ws.rs.ee.rs.core.configurable.FirstFilter has been executed as second, as expected 12-12-2023 12:43:30:FINISHED TEST : registerClassBindingPriorityInMapTest() 12-12-2023 12:43:30:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:30:STARTING TEST : registerObjectReaderContractsInMapTest() 12-12-2023 12:43:30:Check on Configurable Client 12-12-2023 12:43:30:Already registered 0 classes 12-12-2023 12:43:30:Already registered 0 instances 12-12-2023 12:43:30:Found 1 provider(s) as expected 12-12-2023 12:43:30:Found 1 provider(s) as expected 12-12-2023 12:43:30:sucessufully read Callable by provider registered on Configurable Client 12-12-2023 12:43:30:Check on Configurable WebTarget 12-12-2023 12:43:30:Already registered 0 classes 12-12-2023 12:43:30:Already registered 0 instances 12-12-2023 12:43:30:Found 0 provider(s) as expected 12-12-2023 12:43:30:Found 1 provider(s) as expected 12-12-2023 12:43:30:sucessufully read Callable by provider registered on Configurable WebTarget 12-12-2023 12:43:30:FINISHED TEST : registerObjectReaderContractsInMapTest() 12-12-2023 12:43:30:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:30:STARTING TEST : registerClassNullContractsTest() Dec 12, 2023 12:43:30 PM org.glassfish.jersey.model.internal.CommonConfig register WARNING: Attempt to register component of type class ee.jakarta.tck.ws.rs.api.rs.core.configurable.CallableProvider to null or empty array of contracts is ignored. 12-12-2023 12:43:30:Check on Configurable Client 12-12-2023 12:43:30:Already registered 0 classes 12-12-2023 12:43:30:Already registered 0 instances 12-12-2023 12:43:30:Found 0 provider(s) as expected 12-12-2023 12:43:30:Found 0 provider(s) as expected 12-12-2023 12:43:30:The provider with null contract has ben ignored as expected 12-12-2023 12:43:30:Check on Configurable WebTarget 12-12-2023 12:43:30:Already registered 0 classes 12-12-2023 12:43:30:Already registered 0 instances 12-12-2023 12:43:30:Found 0 provider(s) as expected Dec 12, 2023 12:43:30 PM org.glassfish.jersey.model.internal.CommonConfig register WARNING: Attempt to register component of type class ee.jakarta.tck.ws.rs.api.rs.core.configurable.CallableProvider to null or empty array of contracts is ignored. 12-12-2023 12:43:30:Found 0 provider(s) as expected 12-12-2023 12:43:30:The provider with null contract has ben ignored as expected 12-12-2023 12:43:30:FINISHED TEST : registerClassNullContractsTest() 12-12-2023 12:43:30:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:30:STARTING TEST : registerObjectNotAssignableContractsTest() Dec 12, 2023 12:43:30 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Contract interface jakarta.ws.rs.client.ClientRequestFilter can not be registered for component class ee.jakarta.tck.ws.rs.ee.rs.core.configurable.JAXRSClientIT$24: Contract not assignable to component. 12-12-2023 12:43:30:Check on Configurable Client 12-12-2023 12:43:30:Already registered 0 classes 12-12-2023 12:43:30:Already registered 0 instances 12-12-2023 12:43:30:Found 0 provider(s) as expected 12-12-2023 12:43:30:Found 0 provider(s) as expected 12-12-2023 12:43:30:The provider withO unassignable contract has ben ignored as expected 12-12-2023 12:43:30:Check on Configurable WebTarget 12-12-2023 12:43:30:Already registered 0 classes 12-12-2023 12:43:30:Already registered 0 instancesDec 12, 2023 12:43:30 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Contract interface jakarta.ws.rs.client.ClientRequestFilter can not be registered for component class ee.jakarta.tck.ws.rs.ee.rs.core.configurable.JAXRSClientIT$25: Contract not assignable to component. 12-12-2023 12:43:30:Found 0 provider(s) as expected 12-12-2023 12:43:30:Found 0 provider(s) as expected 12-12-2023 12:43:30:The provider withO unassignable contract has ben ignored as expected 12-12-2023 12:43:30:FINISHED TEST : registerObjectNotAssignableContractsTest() 12-12-2023 12:43:30:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:30:STARTING TEST : registerClassNotAssignableContractsTest() 12-12-2023 12:43:30:Check on Configurable ClientDec 12, 2023 12:43:30 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Contract interface jakarta.ws.rs.client.ClientRequestFilter can not be registered for component class ee.jakarta.tck.ws.rs.api.rs.core.configurable.CallableProvider: Contract not assignable to component. 12-12-2023 12:43:30:Already registered 0 classes 12-12-2023 12:43:30:Already registered 0 instances 12-12-2023 12:43:30:Found 0 provider(s) as expected 12-12-2023 12:43:30:Found 0 provider(s) as expected 12-12-2023 12:43:30:The provider with unassignable contract has ben ignored as expected 12-12-2023 12:43:30:Check on Configurable WebTarget 12-12-2023 12:43:30:Already registered 0 classes 12-12-2023 12:43:30:Already registered 0 instances 12-12-2023 12:43:30:Found 0 provider(s) as expected Dec 12, 2023 12:43:30 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Contract interface jakarta.ws.rs.client.ClientRequestFilter can not be registered for component class ee.jakarta.tck.ws.rs.api.rs.core.configurable.CallableProvider: Contract not assignable to component. 12-12-2023 12:43:30:Found 0 provider(s) as expected 12-12-2023 12:43:30:The provider with unassignable contract has ben ignored as expected 12-12-2023 12:43:30:FINISHED TEST : registerClassNotAssignableContractsTest() 12-12-2023 12:43:30:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:30:STARTING TEST : registerObjectWriterContractsTest() 12-12-2023 12:43:30:Check on Configurable Client 12-12-2023 12:43:30:Already registered 0 classes 12-12-2023 12:43:30:Already registered 0 instances 12-12-2023 12:43:30:Found 1 provider(s) as expected 12-12-2023 12:43:30:Found 1 provider(s) as expected 12-12-2023 12:43:30:sucessufully wrote Callable by provider registered on Configurable Client 12-12-2023 12:43:30: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. 12-12-2023 12:43:30:Check on Configurable WebTarget 12-12-2023 12:43:30:Already registered 0 classes 12-12-2023 12:43:30:Already registered 0 instances 12-12-2023 12:43:30:Found 0 provider(s) as expected 12-12-2023 12:43:30:Found 1 provider(s) as expected 12-12-2023 12:43:30:sucessufully wrote Callable by provider registered on Configurable WebTarget 12-12-2023 12:43:30: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. 12-12-2023 12:43:30:FINISHED TEST : registerObjectWriterContractsTest() 12-12-2023 12:43:30:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:30:STARTING TEST : registerObjectBindingPriorityInMapTest() 12-12-2023 12:43:30:Check on Configurable Client 12-12-2023 12:43:30:Already registered 0 classes 12-12-2023 12:43:30:Already registered 0 instances 12-12-2023 12:43:30:Found 2 provider(s) as expected 12-12-2023 12:43:30:Found 2 provider(s) as expected 12-12-2023 12:43:30:ee.jakarta.tck.ws.rs.ee.rs.core.configurable.FirstFilter has been executed as second, as expected 12-12-2023 12:43:30:Check on Configurable WebTarget 12-12-2023 12:43:30:Already registered 0 classes 12-12-2023 12:43:30:Already registered 0 instances 12-12-2023 12:43:30:Found 0 provider(s) as expected 12-12-2023 12:43:30:Found 2 provider(s) as expected 12-12-2023 12:43:30:ee.jakarta.tck.ws.rs.ee.rs.core.configurable.FirstFilter has been executed as second, as expected 12-12-2023 12:43:30:FINISHED TEST : registerObjectBindingPriorityInMapTest() 12-12-2023 12:43:30:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:30:STARTING TEST : registerClassWriterContractsInMapTest() 12-12-2023 12:43:30:Check on Configurable Client 12-12-2023 12:43:30:Already registered 0 classes 12-12-2023 12:43:30:Already registered 0 instances 12-12-2023 12:43:30:Found 1 provider(s) as expected 12-12-2023 12:43:30:Found 1 provider(s) as expected 12-12-2023 12:43:30:sucessufully wrote Callable by provider registered on Configurable Client 12-12-2023 12:43:30: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. 12-12-2023 12:43:30:Check on Configurable WebTarget 12-12-2023 12:43:30:Already registered 0 classes 12-12-2023 12:43:30:Already registered 0 instances 12-12-2023 12:43:30:Found 0 provider(s) as expected 12-12-2023 12:43:30:Found 1 provider(s) as expected 12-12-2023 12:43:30:sucessufully wrote Callable by provider registered on Configurable WebTarget 12-12-2023 12:43:30: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. 12-12-2023 12:43:30:FINISHED TEST : registerClassWriterContractsInMapTest() 12-12-2023 12:43:30:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:30:STARTING TEST : registerObjectNullContractsTest() Dec 12, 2023 12:43:30 PM org.glassfish.jersey.model.internal.CommonConfig register WARNING: Attempt to register component of type class ee.jakarta.tck.ws.rs.ee.rs.core.configurable.JAXRSClientIT$24 to null or empty array of contracts is ignored. 12-12-2023 12:43:30:Check on Configurable Client 12-12-2023 12:43:30:Already registered 0 classes 12-12-2023 12:43:30:Already registered 0 instances 12-12-2023 12:43:30:Found 0 provider(s) as expected 12-12-2023 12:43:30:Found 0 provider(s) as expected 12-12-2023 12:43:30:The provider with null contract has ben ignored as expected 12-12-2023 12:43:30:Check on Configurable WebTarget 12-12-2023 12:43:30:Already registered 0 classes 12-12-2023 12:43:30:Already registered 0 instances 12-12-2023 12:43:30:Found 0 provider(s) as expected Dec 12, 2023 12:43:30 PM org.glassfish.jersey.model.internal.CommonConfig register WARNING: Attempt to register component of type class ee.jakarta.tck.ws.rs.ee.rs.core.configurable.JAXRSClientIT$25 to null or empty array of contracts is ignored. 12-12-2023 12:43:30:Found 0 provider(s) as expected 12-12-2023 12:43:30:The provider with null contract has ben ignored as expected 12-12-2023 12:43:30:FINISHED TEST : registerObjectNullContractsTest() 12-12-2023 12:43:30:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:30:STARTING TEST : registerClassBindingPriorityFirstIsFirstTest() 12-12-2023 12:43:30:Check on Configurable Client 12-12-2023 12:43:30:Already registered 0 classes 12-12-2023 12:43:30:Already registered 0 instances 12-12-2023 12:43:30:Found 2 provider(s) as expected 12-12-2023 12:43:30:Found 2 provider(s) as expected 12-12-2023 12:43:30:ee.jakarta.tck.ws.rs.ee.rs.core.configurable.SecondFilter has been executed as second, as expected 12-12-2023 12:43:30:Check on Configurable WebTarget 12-12-2023 12:43:30:Already registered 0 classes 12-12-2023 12:43:30:Already registered 0 instances 12-12-2023 12:43:30:Found 0 provider(s) as expected 12-12-2023 12:43:30:Found 2 provider(s) as expected 12-12-2023 12:43:30:ee.jakarta.tck.ws.rs.ee.rs.core.configurable.SecondFilter has been executed as second, as expected 12-12-2023 12:43:30:FINISHED TEST : registerClassBindingPriorityFirstIsFirstTest() [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.812 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-12-2023 12:43:30:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:30:STARTING TEST : isEnabledFeatureReturningFalseTest() 12-12-2023 12:43:30:Registering on Client 12-12-2023 12:43:30:Registering on WebTarget 12-12-2023 12:43:30:Feature feature2 has NOT been enabled as expected 12-12-2023 12:43:30:Feature feature3 has NOT been enabled as expected 12-12-2023 12:43:30:Feature feature4 has NOT been enabled as expected 12-12-2023 12:43:30:Feature feature1 has NOT been enabled as expected 12-12-2023 12:43:30:Feature feature3 has NOT been enabled as expected 12-12-2023 12:43:30:Feature feature4 has NOT been enabled as expected 12-12-2023 12:43:30:No feature enabled as expected on Client configuration 12-12-2023 12:43:30:No feature enabled as expected on Client configuration 12-12-2023 12:43:30:No feature enabled as expected on Client configuration 12-12-2023 12:43:30:No feature enabled as expected on Client configuration 12-12-2023 12:43:30:No feature enabled as expected on WebTarget configuration 12-12-2023 12:43:30:No feature enabled as expected on WebTarget configuration 12-12-2023 12:43:30:No feature enabled as expected on WebTarget configuration 12-12-2023 12:43:30:No feature enabled as expected on WebTarget configuration 12-12-2023 12:43:30:The provider with unassignable contract has ben ignored as expected 12-12-2023 12:43:30:FINISHED TEST : isEnabledFeatureReturningFalseTest() 12-12-2023 12:43:30:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:30:STARTING TEST : isEnabledClassReturningFalseTest() 12-12-2023 12:43:30:Registering on Client 12-12-2023 12:43:30:Registering on WebTarget 12-12-2023 12:43:30:Feature ee.jakarta.tck.ws.rs.ee.rs.core.configuration.JAXRSClientIT$FeatureReturningFalse2 has NOT been enabled as expected 12-12-2023 12:43:30:Feature ee.jakarta.tck.ws.rs.ee.rs.core.configuration.JAXRSClientIT$FeatureReturningFalse3 has NOT been enabled as expected 12-12-2023 12:43:30:Feature ee.jakarta.tck.ws.rs.ee.rs.core.configuration.JAXRSClientIT$FeatureReturningFalse4 has NOT been enabled as expected 12-12-2023 12:43:30:Feature ee.jakarta.tck.ws.rs.ee.rs.core.configuration.JAXRSClientIT$FeatureReturningFalse1 has NOT been enabled as expected 12-12-2023 12:43:30:Feature ee.jakarta.tck.ws.rs.ee.rs.core.configuration.JAXRSClientIT$FeatureReturningFalse3 has NOT been enabled as expected 12-12-2023 12:43:30:Feature ee.jakarta.tck.ws.rs.ee.rs.core.configuration.JAXRSClientIT$FeatureReturningFalse4 has NOT been enabled as expected 12-12-2023 12:43:30:No feature enabled as expected on Client configuration 12-12-2023 12:43:30:No feature enabled as expected on Client configuration 12-12-2023 12:43:30:No feature enabled as expected on Client configuration 12-12-2023 12:43:30:No feature enabled as expected on Client configuration 12-12-2023 12:43:30:No feature enabled as expected on WebTarget configuration 12-12-2023 12:43:30:No feature enabled as expected on WebTarget configuration 12-12-2023 12:43:30:No feature enabled as expected on WebTarget configuration 12-12-2023 12:43:30:No feature enabled as expected on WebTarget configuration 12-12-2023 12:43:30:The provider with unassignable contract has ben ignored as expected 12-12-2023 12:43:30:FINISHED TEST : isEnabledClassReturningFalseTest() 12-12-2023 12:43:30:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:30:STARTING TEST : isEnabledFeatureClassReturningTrueTest() 12-12-2023 12:43:30:Registering on Client 12-12-2023 12:43:30:Registering on WebTarget 12-12-2023 12:43:30:Feature ee.jakarta.tck.ws.rs.ee.rs.core.configuration.JAXRSClientIT$FeatureReturningTrue2 has NOT been enabled as expected 12-12-2023 12:43:30:Feature ee.jakarta.tck.ws.rs.ee.rs.core.configuration.JAXRSClientIT$FeatureReturningTrue3 has NOT been enabled as expected 12-12-2023 12:43:30:Feature ee.jakarta.tck.ws.rs.ee.rs.core.configuration.JAXRSClientIT$FeatureReturningTrue4 has NOT been enabled as expected 12-12-2023 12:43:30:Feature ee.jakarta.tck.ws.rs.ee.rs.core.configuration.JAXRSClientIT$FeatureReturningTrue1 has been enabled as expected 12-12-2023 12:43:30:Feature ee.jakarta.tck.ws.rs.ee.rs.core.configuration.JAXRSClientIT$FeatureReturningTrue3 has NOT been enabled as expected 12-12-2023 12:43:30:Feature ee.jakarta.tck.ws.rs.ee.rs.core.configuration.JAXRSClientIT$FeatureReturningTrue4 has NOT been enabled as expected 12-12-2023 12:43:30:Feature feature1 registered as expected on Client configuration 12-12-2023 12:43:30:Feature feature2 NOT registered as expected on Client configuration 12-12-2023 12:43:30:Feature feature3 NOT registered as expected on Client configuration 12-12-2023 12:43:30:Feature feature4 NOT registered as expected on Client configuration 12-12-2023 12:43:30:Feature feature1 registered as expected on WebTarget configuration 12-12-2023 12:43:30:Feature feature2 registered as expected on WebTarget configuration 12-12-2023 12:43:30:Feature feature3 NOT registered as expected on WebTarget configuration 12-12-2023 12:43:30:Feature feature4 NOT registered as expected on WebTarget configuration 12-12-2023 12:43:30:The provider with unassignable contract has ben ignored as expected 12-12-2023 12:43:30:FINISHED TEST : isEnabledFeatureClassReturningTrueTest() 12-12-2023 12:43:30:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:30:STARTING TEST : isEnabledFeatureReturningTrueTest() 12-12-2023 12:43:30:Registering on Client 12-12-2023 12:43:30:Registering on WebTarget 12-12-2023 12:43:30:Feature feature2 has NOT been enabled as expected 12-12-2023 12:43:30:Feature feature3 has NOT been enabled as expected 12-12-2023 12:43:30:Feature feature4 has NOT been enabled as expected 12-12-2023 12:43:30:Feature feature1 has been enabled as expected 12-12-2023 12:43:30:Feature feature3 has NOT been enabled as expected 12-12-2023 12:43:30:Feature feature4 has NOT been enabled as expected 12-12-2023 12:43:30:Feature feature1 registered as expected on Client configuration 12-12-2023 12:43:30:Feature feature2 NOT registered as expected on Client configuration 12-12-2023 12:43:30:Feature feature3 NOT registered as expected on Client configuration 12-12-2023 12:43:30:Feature feature4 NOT registered as expected on Client configuration 12-12-2023 12:43:30:Feature feature1 registered as expected on WebTarget configuration 12-12-2023 12:43:30:Feature feature2 registered as expected on WebTarget configuration 12-12-2023 12:43:30:Feature feature3 NOT registered as expected on WebTarget configuration 12-12-2023 12:43:30:Feature feature4 NOT registered as expected on WebTarget configuration 12-12-2023 12:43:30:The provider with unassignable contract has ben ignored as expected 12-12-2023 12:43:30:FINISHED TEST : isEnabledFeatureReturningTrueTest() [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.44 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-12-2023 12:43:31:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:31:STARTING TEST : cookieTest() 12-12-2023 12:43:31: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/cookie 12-12-2023 12:43:31: TRACE: [WIRE] - >> Accept:*/*, Cookie:$Version=1; name1=value1; $Domain=localhost; $Path=/jaxrs_ee_core_headers_web 12-12-2023 12:43:31: TRACE: [WIRE] - << 200 OK 12-12-2023 12:43:31: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:43:31: TRACE: [WIRE] - << Content-Length: 229 12-12-2023 12:43:31: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:43:31:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/cookie' to target server at 'localhost:8080' 12-12-2023 12:43:31:############################### 12-12-2023 12:43:31: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:43:31: 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 12-12-2023 12:43:31:FINISHED TEST : cookieTest() 12-12-2023 12:43:31:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:31:STARTING TEST : contentLanguageTest() 12-12-2023 12:43:31: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/ 12-12-2023 12:43:31: TRACE: [WIRE] - >> Accept:text/plain, Content-Type:*/*, Content-Language:en-us 12-12-2023 12:43:31: TRACE: [WIRE] - >> anything 12-12-2023 12:43:31: TRACE: [WIRE] - << 200 OK 12-12-2023 12:43:31: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:43:31: TRACE: [WIRE] - << Content-Length: 21 12-12-2023 12:43:31: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:43:31: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:43:31:[Request] Dispatching request: 'PUT http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/' to target server at 'localhost:8080' 12-12-2023 12:43:31:############################### 12-12-2023 12:43:31:[Request] Adding entity: Entity{entity=anything, variant=Variant[mediaType=*/*, language=en-us, encoding=null], annotations=[]} 12-12-2023 12:43:31: TRACE: [WIRE] - << Content-Languageen-US 12-12-2023 12:43:31:FINISHED TEST : contentLanguageTest() 12-12-2023 12:43:31:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:31:STARTING TEST : acceptLanguageTest() 12-12-2023 12:43:31:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/acl' to target server at 'localhost:8080'12-12-2023 12:43:31: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/acl 12-12-2023 12:43:31: TRACE: [WIRE] - >> Accept:text/plain, Accept-Language:en-US 12-12-2023 12:43:31: TRACE: [WIRE] - << 200 OK 12-12-2023 12:43:31: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:43:31: TRACE: [WIRE] - << Content-Length: 35 12-12-2023 12:43:31: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:43:31: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:43:31: TRACE: [WIRE] - << Accept-LanguagegetLanguage= en-US; 12-12-2023 12:43:31:############################### 12-12-2023 12:43:31:FINISHED TEST : acceptLanguageTest() 12-12-2023 12:43:31:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:31:STARTING TEST : getDateTest() 12-12-2023 12:43:31: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/date 12-12-2023 12:43:31: TRACE: [WIRE] - >> Accept:*/*, Date:Tue, 12 Dec 2023 12:43:31 GMT, Content-Type:*/* 12-12-2023 12:43:31: TRACE: [WIRE] - >> getDate 12-12-2023 12:43:31: TRACE: [WIRE] - << 200 OK 12-12-2023 12:43:31: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:43:31: TRACE: [WIRE] - << Content-Length: 13 12-12-2023 12:43:31:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/date' to target server at 'localhost:8080' 12-12-2023 12:43:31:############################### 12-12-2023 12:43:31:[Request] Adding entity: getDate 12-12-2023 12:43:31: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:43:31: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:43:31: TRACE: [WIRE] - << 1702385011000 12-12-2023 12:43:31:#getDate() returned expected Date instance 12-12-2023 12:43:31:FINISHED TEST : getDateTest() 12-12-2023 12:43:31:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:31:STARTING TEST : getHeaderStringTest()12-12-2023 12:43:31: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/headerstring 12-12-2023 12:43:31: TRACE: [WIRE] - >> Accept:*/*, askdjb:askdjbaskdjb, Content-Type:*/* 12-12-2023 12:43:31: TRACE: [WIRE] - >> askdjb 12-12-2023 12:43:31: TRACE: [WIRE] - << 200 OK 12-12-2023 12:43:31: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:43:31:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/headerstring' to target server at 'localhost:8080' 12-12-2023 12:43:31:############################### 12-12-2023 12:43:31:[Request] Adding entity: askdjb 12-12-2023 12:43:31: TRACE: [WIRE] - << Content-Length: 12 12-12-2023 12:43:31: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:43:31: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:43:31: TRACE: [WIRE] - << askdjbaskdjb 12-12-2023 12:43:31:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/headerstring' to target server at 'localhost:8080' 12-12-2023 12:43:31: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/headerstring 12-12-2023 12:43:31: TRACE: [WIRE] - >> Accept:*/*, ksadbva:ksadbvaksadbva, Content-Type:*/* 12-12-2023 12:43:31:############################### 12-12-2023 12:43:31:[Request] Adding entity: ksadbva 12-12-2023 12:43:31: TRACE: [WIRE] - >> ksadbva 12-12-2023 12:43:31: TRACE: [WIRE] - << 200 OK 12-12-2023 12:43:31: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:43:31: TRACE: [WIRE] - << Content-Length: 14 12-12-2023 12:43:31: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:43:31: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:43:31: TRACE: [WIRE] - << ksadbvaksadbva 12-12-2023 12:43:31:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/headerstring' to target server at 'localhost:8080' 12-12-2023 12:43:31:############################### 12-12-2023 12:43:31: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/headerstring 12-12-2023 12:43:31: TRACE: [WIRE] - >> Accept:*/*, klwiaslkfn:klwiaslkfnklwiaslkfn, Content-Type:*/* 12-12-2023 12:43:31: TRACE: [WIRE] - >> klwiaslkfn 12-12-2023 12:43:31:[Request] Adding entity: klwiaslkfn 12-12-2023 12:43:31: TRACE: [WIRE] - << 200 OK 12-12-2023 12:43:31: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:43:31: TRACE: [WIRE] - << Content-Length: 20 12-12-2023 12:43:31: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:43:31: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:43:31: TRACE: [WIRE] - << klwiaslkfnklwiaslkfn 12-12-2023 12:43:31:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/headerstring' to target server at 'localhost:8080' 12-12-2023 12:43:31:############################### 12-12-2023 12:43:31:[Request] Adding entity: klwvasbk 12-12-2023 12:43:31: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/headerstring 12-12-2023 12:43:31: TRACE: [WIRE] - >> Accept:*/*, klwvasbk:klwvasbkklwvasbk, Content-Type:*/* 12-12-2023 12:43:31: TRACE: [WIRE] - >> klwvasbk 12-12-2023 12:43:31: TRACE: [WIRE] - << 200 OK 12-12-2023 12:43:31: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:43:31: TRACE: [WIRE] - << Content-Length: 16 12-12-2023 12:43:31: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:43:31: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:43:31: TRACE: [WIRE] - << klwvasbkklwvasbk 12-12-2023 12:43:31:#getHeaderString() returned expected header values 12-12-2023 12:43:31:FINISHED TEST : getHeaderStringTest() 12-12-2023 12:43:31:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:31:STARTING TEST : mediaTypeTest()12-12-2023 12:43:31: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/mt 12-12-2023 12:43:31: TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/xml;charset=utf8 12-12-2023 12:43:31: TRACE: [WIRE] - << 200 OK 12-12-2023 12:43:31: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:43:31: TRACE: [WIRE] - << Content-Length: 136 12-12-2023 12:43:31: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:43:31:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/mt' to target server at 'localhost:8080' 12-12-2023 12:43:31:############################### 12-12-2023 12:43:31: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:43:31: TRACE: [WIRE] - << getMediaTypeapplication/xml MediaType size=1Key charset; Value utf8application/xml;charset=utf8MediaType= application/xml;charset=utf8; 12-12-2023 12:43:31:FINISHED TEST : mediaTypeTest() 12-12-2023 12:43:31:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:31:STARTING TEST : getHeaderStringUsesToStringTest() 12-12-2023 12:43:31: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/headerstring 12-12-2023 12:43:31:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/headerstring' to target server at 'localhost:8080' 12-12-2023 12:43:31:############################### 12-12-2023 12:43:31:[Request] Adding entity: bean 12-12-2023 12:43:31: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*, bean:StringBean. To get a value, use rather #get() method. 12-12-2023 12:43:31: TRACE: [WIRE] - >> bean 12-12-2023 12:43:31: TRACE: [WIRE] - << 200 OK 12-12-2023 12:43:31: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:43:31: TRACE: [WIRE] - << Content-Length: 53 12-12-2023 12:43:31: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:43:31: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:43:31: TRACE: [WIRE] - << StringBean. To get a value, use rather #get() method. 12-12-2023 12:43:31:#getHeaderString() returned expected header converted by toString() method 12-12-2023 12:43:31:FINISHED TEST : getHeaderStringUsesToStringTest() 12-12-2023 12:43:31:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:31:STARTING TEST : mediaTypeAcceptableTest() 12-12-2023 12:43:31: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/amt 12-12-2023 12:43:31: TRACE: [WIRE] - >> Accept:text/*, text/html, text/html;level=1, */* 12-12-2023 12:43:31: TRACE: [WIRE] - << 200 OK 12-12-2023 12:43:31: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:43:31: TRACE: [WIRE] - << Content-Length: 50 12-12-2023 12:43:31: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:43:31: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:43:31:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/amt' to target server at 'localhost:8080' 12-12-2023 12:43:31:############################### 12-12-2023 12:43:31: TRACE: [WIRE] - << getAcceptableMediaTypestext/htmltext/htmltext/**/* 12-12-2023 12:43:31:FINISHED TEST : mediaTypeAcceptableTest() 12-12-2023 12:43:31:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:31:STARTING TEST : getLengthTest() 12-12-2023 12:43:31: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/length 12-12-2023 12:43:31: TRACE: [WIRE] - >> Accept:*/* 12-12-2023 12:43:31: TRACE: [WIRE] - << 200 OK 12-12-2023 12:43:31: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:43:31: TRACE: [WIRE] - << Content-Length: 2 12-12-2023 12:43:31: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:43:31: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:43:31: TRACE: [WIRE] - << -1 12-12-2023 12:43:31:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/length' to target server at 'localhost:8080' 12-12-2023 12:43:31:############################### 12-12-2023 12:43:31:#getLength() returned expected length -1 12-12-2023 12:43:31:FINISHED TEST : getLengthTest() 12-12-2023 12:43:31:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:31:STARTING TEST : requestHeadersTest() 12-12-2023 12:43:31: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/headers 12-12-2023 12:43:31: TRACE: [WIRE] - >> Accept:text/*, text/html, text/html;level=1, */*, Content-Type:application/xml;charset=utf8 12-12-2023 12:43:31: TRACE: [WIRE] - << 200 OK 12-12-2023 12:43:31: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:43:31: TRACE: [WIRE] - << Content-Length: 130 12-12-2023 12:43:31: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:43:31: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:43:31: TRACE: [WIRE] - << getRequestHeaders= Found Accept: [text/*, text/html, text/html;level=1, */*]; Found Content-Type: [application/xml;charset=utf8]; 12-12-2023 12:43:31:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/headers' to target server at 'localhost:8080' 12-12-2023 12:43:31:############################### 12-12-2023 12:43:31:FINISHED TEST : requestHeadersTest() [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.436 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-12-2023 12:43:31:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:31:STARTING TEST : evaluatePreconditionsTagIfNonMatchGetTest() 12-12-2023 12:43:31:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_request_web/RequestTest/preconditionsGet HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:43:31:FINISHED TEST : evaluatePreconditionsTagIfNonMatchGetTest() 12-12-2023 12:43:31:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:31:STARTING TEST : evaluatePreconditionsIfModSinceAgesAgoGetTest() 12-12-2023 12:43:31:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_request_web/RequestTest/preconditionsAgesAgoGet HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:43:31:FINISHED TEST : evaluatePreconditionsIfModSinceAgesAgoGetTest() 12-12-2023 12:43:31:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:31:STARTING TEST : evaluatePreconditionsTagIfModSinceNowAAAGetTest() 12-12-2023 12:43:31:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_request_web/RequestTest/preconditionsNowAAAGet HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:43:31:FINISHED TEST : evaluatePreconditionsTagIfModSinceNowAAAGetTest() 12-12-2023 12:43:31:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:43:31 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:43:31:STARTING TEST : selectVariantGetRequestTest() 12-12-2023 12:43:31:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_request_web/RequestTest/SelectVariantTestGet HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:43:31:FINISHED TEST : selectVariantGetRequestTest() 12-12-2023 12:43:31:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:31:STARTING TEST : evaluatePreconditionsTagIfModAAASinceGetTest() 12-12-2023 12:43:31:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_request_web/RequestTest/preconditionsAAAAgesAgoGet HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:43:31:FINISHED TEST : evaluatePreconditionsTagIfModAAASinceGetTest() 12-12-2023 12:43:31:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:31:STARTING TEST : selectVariantDeleteRequestTest() Dec 12, 2023 12:43:31 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:43:31:[HttpRequest] Dispatching request: 'DELETE /jaxrs_ee_core_request_web/RequestTest/SelectVariantTestDelete HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:43:31:FINISHED TEST : selectVariantDeleteRequestTest() 12-12-2023 12:43:31:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:31:STARTING TEST : evaluatePreconditionsIfUnmodSinceNowGetTest() 12-12-2023 12:43:31:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_request_web/RequestTest/preconditionsNowGet HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:43:31:FINISHED TEST : evaluatePreconditionsIfUnmodSinceNowGetTest() 12-12-2023 12:43:31:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:31:STARTING TEST : evaluatePreconditionsTagNullAndSimpleGetTest() 12-12-2023 12:43:31:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_request_web/RequestTest/preconditionsSimpleGet HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:43:31:FINISHED TEST : evaluatePreconditionsTagNullAndSimpleGetTest() 12-12-2023 12:43:31:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:31:STARTING TEST : evaluatePreconditionsTagIfNonMatchAAAPutTest() 12-12-2023 12:43:31:[HttpRequest] Dispatching request: 'PUT /jaxrs_ee_core_request_web/RequestTest/preconditionsAAAPut HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:43:31:FINISHED TEST : evaluatePreconditionsTagIfNonMatchAAAPutTest() 12-12-2023 12:43:31:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:31:STARTING TEST : evaluatePreconditionsTagIfNonMatchAAAGetTest() 12-12-2023 12:43:31:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_request_web/RequestTest/preconditionsAAAGet HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:43:31:FINISHED TEST : evaluatePreconditionsTagIfNonMatchAAAGetTest() 12-12-2023 12:43:31:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:31:STARTING TEST : evaluatePreconditionsIfUnmodSinceAgesAgoGetTest() 12-12-2023 12:43:31:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_request_web/RequestTest/preconditionsAgesAgoGet HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:43:31:FINISHED TEST : evaluatePreconditionsIfUnmodSinceAgesAgoGetTest() 12-12-2023 12:43:31:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:31:STARTING TEST : selectVariantPostRequestTest() Dec 12, 2023 12:43:31 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:43:31:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_core_request_web/RequestTest/SelectVariantTestPost HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:43:31:FINISHED TEST : selectVariantPostRequestTest() 12-12-2023 12:43:31:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:31:STARTING TEST : getMethodPutRequestTest() Dec 12, 2023 12:43:31 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:43:31:[HttpRequest] Dispatching request: 'PUT /jaxrs_ee_core_request_web/RequestTest/GetMethodPutTest HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:43:31:FINISHED TEST : getMethodPutRequestTest() 12-12-2023 12:43:31:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:31:STARTING TEST : evaluatePreconditionsTagIfNonMatchAAAHeadTest() Dec 12, 2023 12:43:31 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:43:31:[HttpRequest] Dispatching request: 'HEAD /jaxrs_ee_core_request_web/RequestTest/preconditionsAAAHead HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:43:31:FINISHED TEST : evaluatePreconditionsTagIfNonMatchAAAHeadTest() 12-12-2023 12:43:31:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:31:STARTING TEST : selectVariantResponseVaryTest() 12-12-2023 12:43:31:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_request_web/RequestTest/SelectVariantTestResponse HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:43:31:FINISHED TEST : selectVariantResponseVaryTest() 12-12-2023 12:43:31:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:31:STARTING TEST : getMethodGetRequestTest() Dec 12, 2023 12:43:31 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:43:31:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_request_web/RequestTest/GetMethodGetTest HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:43:31:FINISHED TEST : getMethodGetRequestTest() 12-12-2023 12:43:31:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:31:STARTING TEST : evaluatePreconditionsIfModSinceNowGetTest() 12-12-2023 12:43:31:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_request_web/RequestTest/preconditionsNowGet HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:43:31:FINISHED TEST : evaluatePreconditionsIfModSinceNowGetTest() 12-12-2023 12:43:31:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:31:STARTING TEST : evaluatePreconditionsTagIfUnmodSinceNowAAAGetTest() 12-12-2023 12:43:31:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_request_web/RequestTest/preconditionsNowAAAGet HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:43:31:FINISHED TEST : evaluatePreconditionsTagIfUnmodSinceNowAAAGetTest() 12-12-2023 12:43:31:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:31:STARTING TEST : evaluatePreconditionsEntityTagIfMatchBBBPutTest() 12-12-2023 12:43:31:[HttpRequest] Dispatching request: 'PUT /jaxrs_ee_core_request_web/RequestTest/preconditionsAAAPut HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:43:31:FINISHED TEST : evaluatePreconditionsEntityTagIfMatchBBBPutTest() 12-12-2023 12:43:31:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:31:STARTING TEST : evaluatePreconditionsIfNonMatchHeadTest() Dec 12, 2023 12:43:31 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:43:31:[HttpRequest] Dispatching request: 'HEAD /jaxrs_ee_core_request_web/RequestTest/preconditionsHead HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:43:31:FINISHED TEST : evaluatePreconditionsIfNonMatchHeadTest() 12-12-2023 12:43:31:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:31:STARTING TEST : evaluatePreconditionsEntityTagIfMatchBBBGetTest() 12-12-2023 12:43:31:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_request_web/RequestTest/preconditionsAAAGet HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:43:31:FINISHED TEST : evaluatePreconditionsEntityTagIfMatchBBBGetTest() 12-12-2023 12:43:31:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:31:STARTING TEST : evaluatePreconditionsEntityTagIfMatchAAAPutTest() 12-12-2023 12:43:31:[HttpRequest] Dispatching request: 'PUT /jaxrs_ee_core_request_web/RequestTest/preconditionsAAAPut HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:43:31:FINISHED TEST : evaluatePreconditionsEntityTagIfMatchAAAPutTest() 12-12-2023 12:43:31:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:31:STARTING TEST : getMethodPostRequestTest() Dec 12, 2023 12:43:31 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:43:31:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_core_request_web/RequestTest/GetMethodPostTest HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:43:31:FINISHED TEST : getMethodPostRequestTest() 12-12-2023 12:43:31:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:31:STARTING TEST : evaluatePreconditionsEntityTagIfMatchAAAGetTest() 12-12-2023 12:43:31:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_request_web/RequestTest/preconditionsAAAGet HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:43:31:FINISHED TEST : evaluatePreconditionsEntityTagIfMatchAAAGetTest() 12-12-2023 12:43:31:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:31:STARTING TEST : evaluatePreconditionsTagIfUnmodSinceAAAGetTest() 12-12-2023 12:43:31:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_request_web/RequestTest/preconditionsAAAAgesAgoGet HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:43:31:FINISHED TEST : evaluatePreconditionsTagIfUnmodSinceAAAGetTest() 12-12-2023 12:43:31:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:31:STARTING TEST : getMethodHeadRequestTest() Dec 12, 2023 12:43:31 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:43:31:[HttpRequest] Dispatching request: 'HEAD /jaxrs_ee_core_request_web/RequestTest/GetMethodHeadTest HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:43:31:FINISHED TEST : getMethodHeadRequestTest() 12-12-2023 12:43:31:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:43:31 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:43:31:STARTING TEST : getMethodDeleteRequestTest() 12-12-2023 12:43:31:[HttpRequest] Dispatching request: 'DELETE /jaxrs_ee_core_request_web/RequestTest/GetMethodDeleteTest HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:43:31:FINISHED TEST : getMethodDeleteRequestTest() 12-12-2023 12:43:31:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:43:31 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:43:31:STARTING TEST : selectVariantPutRequestTest() 12-12-2023 12:43:31:[HttpRequest] Dispatching request: 'PUT /jaxrs_ee_core_request_web/RequestTest/SelectVariantTestPut HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:43:31:FINISHED TEST : selectVariantPutRequestTest() [INFO] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.458 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-12-2023 12:43:32:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:32:STARTING TEST : readEntityClassAnnotationThrowsProcessingExceptionTest() 12-12-2023 12:43:32:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity' to target server at 'localhost:8080'12-12-2023 12:43:32: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity 12-12-2023 12:43:32: TRACE: [WIRE] - >> Accept:text/plain 12-12-2023 12:43:32: TRACE: [WIRE] - << 200 OK 12-12-2023 12:43:32: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:43:32: TRACE: [WIRE] - << Content-Length: 6 12-12-2023 12:43:32: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:43:32: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:43:32: TRACE: [WIRE] - << ENtiTy 12-12-2023 12:43:32:############################### 12-12-2023 12:43:32:ProcessingException has been thrown as expected 12-12-2023 12:43:32:FINISHED TEST : readEntityClassAnnotationThrowsProcessingExceptionTest() 12-12-2023 12:43:32:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:32:STARTING TEST : getEntityThrowsIllegalStateExceptionWhenConsumedTest() 12-12-2023 12:43:32:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity' to target server at 'localhost:8080'12-12-2023 12:43:32: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity 12-12-2023 12:43:32: TRACE: [WIRE] - >> Accept:text/plain 12-12-2023 12:43:32: TRACE: [WIRE] - << 200 OK 12-12-2023 12:43:32: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:43:32: TRACE: [WIRE] - << Content-Length: 6 12-12-2023 12:43:32: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:43:32: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:43:32: TRACE: [WIRE] - << ENtiTy 12-12-2023 12:43:32:############################### 12-12-2023 12:43:32:#getEntity throws IllegalStateException as expected java.lang.IllegalStateException: Entity input stream has already been closed. 12-12-2023 12:43:32:FINISHED TEST : getEntityThrowsIllegalStateExceptionWhenConsumedTest() 12-12-2023 12:43:32:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:32:STARTING TEST : getLocationNotPresentTest() 12-12-2023 12:43:32: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity 12-12-2023 12:43:32: TRACE: [WIRE] - >> Accept:text/plain 12-12-2023 12:43:32: TRACE: [WIRE] - << 200 OK 12-12-2023 12:43:32: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:43:32: TRACE: [WIRE] - << Content-Length: 6 12-12-2023 12:43:32: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:43:32: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:43:32: TRACE: [WIRE] - << ENtiTy 12-12-2023 12:43:32:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity' to target server at 'localhost:8080' 12-12-2023 12:43:32:############################### 12-12-2023 12:43:32:response#getLocation() was null as expected 12-12-2023 12:43:32:FINISHED TEST : getLocationNotPresentTest() 12-12-2023 12:43:32:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:32:STARTING TEST : getHeaderStringUsingHeaderDelegateTest() 12-12-2023 12:43:32: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/setstringbeanruntime 12-12-2023 12:43:32: TRACE: [WIRE] - >> Accept:text/plain 12-12-2023 12:43:32: TRACE: [WIRE] - << 200 OK 12-12-2023 12:43:32: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:43:32: TRACE: [WIRE] - << Content-Length: 0 12-12-2023 12:43:32: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:43:32:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/setstringbeanruntime' to target server at 'localhost:8080' 12-12-2023 12:43:32:############################### 12-12-2023 12:43:32:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headerstring' to target server at 'localhost:8080' 12-12-2023 12:43:32:############################### 12-12-2023 12:43:32:[Request] Adding entity: delegate 12-12-2023 12:43:32: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headerstring 12-12-2023 12:43:32: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:43:32: TRACE: [WIRE] - >> delegate 12-12-2023 12:43:32: TRACE: [WIRE] - << 200 OK 12-12-2023 12:43:32: TRACE: [WIRE] - << s3: s3 12-12-2023 12:43:32: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:43:32: TRACE: [WIRE] - << Content-Length: 0 12-12-2023 12:43:32: TRACE: [WIRE] - << s1: s1 12-12-2023 12:43:32: TRACE: [WIRE] - << s2: s2 12-12-2023 12:43:32: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:43:32:HeaderDelegate is used for header as expected 12-12-2023 12:43:32:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/setoriginalruntime' to target server at 'localhost:8080' 12-12-2023 12:43:32:############################### 12-12-2023 12:43:32: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/setoriginalruntime 12-12-2023 12:43:32: TRACE: [WIRE] - >> Accept:text/plain 12-12-2023 12:43:32: TRACE: [WIRE] - << 200 OK 12-12-2023 12:43:32: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:43:32: TRACE: [WIRE] - << Content-Length: 0 12-12-2023 12:43:32: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:43:32:FINISHED TEST : getHeaderStringUsingHeaderDelegateTest() 12-12-2023 12:43:32:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:32:STARTING TEST : readEntityGenericTypeAnnotationCloseIsCalledTest() 12-12-2023 12:43:32: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted 12-12-2023 12:43:32: TRACE: [WIRE] - >> Accept:text/plain 12-12-2023 12:43:32: TRACE: [WIRE] - << 200 OK 12-12-2023 12:43:32: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:43:32: TRACE: [WIRE] - << Content-Length: 6 12-12-2023 12:43:32: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:43:32: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:43:32:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted' to target server at 'localhost:8080' 12-12-2023 12:43:32:############################### 12-12-2023 12:43:32:Close() has been called on an entity stream as expected 12-12-2023 12:43:32:FINISHED TEST : readEntityGenericTypeAnnotationCloseIsCalledTest() 12-12-2023 12:43:32:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:32:STARTING TEST : getLinksIsNotNullTest() 12-12-2023 12:43:32: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity 12-12-2023 12:43:32: TRACE: [WIRE] - >> Accept:text/plain 12-12-2023 12:43:32: TRACE: [WIRE] - << 200 OK 12-12-2023 12:43:32: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:43:32: TRACE: [WIRE] - << Content-Length: 6 12-12-2023 12:43:32: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:43:32: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:43:32:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity' to target server at 'localhost:8080' 12-12-2023 12:43:32:############################### 12-12-2023 12:43:32: TRACE: [WIRE] - << ENtiTy 12-12-2023 12:43:32:#getLinks contains no links as expected 12-12-2023 12:43:32:FINISHED TEST : getLinksIsNotNullTest() 12-12-2023 12:43:32:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:32:STARTING TEST : readEntityClassAnnotationCloseIsNotCalledOnInputStreamTest() 12-12-2023 12:43:32: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted 12-12-2023 12:43:32: TRACE: [WIRE] - >> Accept:text/plain 12-12-2023 12:43:32: TRACE: [WIRE] - << 200 OK 12-12-2023 12:43:32: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:43:32: TRACE: [WIRE] - << Content-Length: 6 12-12-2023 12:43:32: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:43:32: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:43:32:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted' to target server at 'localhost:8080' 12-12-2023 12:43:32:############################### 12-12-2023 12:43:32:Close() has not been called on entity stream as expected 12-12-2023 12:43:32:FINISHED TEST : readEntityClassAnnotationCloseIsNotCalledOnInputStreamTest() 12-12-2023 12:43:32:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:32:STARTING TEST : bufferEntityThrowsExceptionTest() 12-12-2023 12:43:32: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted 12-12-2023 12:43:32: TRACE: [WIRE] - >> Accept:text/plain 12-12-2023 12:43:32: TRACE: [WIRE] - << 200 OK 12-12-2023 12:43:32: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:43:32: TRACE: [WIRE] - << Content-Length: 6 12-12-2023 12:43:32: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:43:32: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:43:32:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted' to target server at 'localhost:8080' 12-12-2023 12:43:32:############################### 12-12-2023 12:43:32:ProcessingException has been thrown as expected 12-12-2023 12:43:32:FINISHED TEST : bufferEntityThrowsExceptionTest() 12-12-2023 12:43:32:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:32:STARTING TEST : getLinkBuilderForTheRelationTest() 12-12-2023 12:43:32: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/linkbuilder 12-12-2023 12:43:32: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:43:32: TRACE: [WIRE] - >> anyrelation 12-12-2023 12:43:32: TRACE: [WIRE] - << 200 OK 12-12-2023 12:43:32: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:43:32: TRACE: [WIRE] - << Content-Length: 0 12-12-2023 12:43:32: TRACE: [WIRE] - << Link: ; rel="anyrelation" 12-12-2023 12:43:32: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:43:32:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/linkbuilder' to target server at 'localhost:8080' 12-12-2023 12:43:32:############################### 12-12-2023 12:43:32:[Request] Adding entity: anyrelation 12-12-2023 12:43:32:#getLinkBuilder creates correct Link for given relation 12-12-2023 12:43:32:FINISHED TEST : getLinkBuilderForTheRelationTest() 12-12-2023 12:43:32:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:32:STARTING TEST : getEntityTagNotPresentTest() 12-12-2023 12:43:32: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/entitytag 12-12-2023 12:43:32: TRACE: [WIRE] - >> Accept:*/* 12-12-2023 12:43:32: TRACE: [WIRE] - << 200 OK 12-12-2023 12:43:32: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:43:32: TRACE: [WIRE] - << Content-Length: 0 12-12-2023 12:43:32: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:43:32:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/entitytag' to target server at 'localhost:8080' 12-12-2023 12:43:32:############################### 12-12-2023 12:43:32:response#getEntityTag() was null as expected 12-12-2023 12:43:32:FINISHED TEST : getEntityTagNotPresentTest() 12-12-2023 12:43:32:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:32:STARTING TEST : responseCreatedRelativeURITest() 12-12-2023 12:43:32:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/created' to target server at 'localhost:8080' 12-12-2023 12:43:32: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/created 12-12-2023 12:43:32: TRACE: [WIRE] - >> Accept:text/plain 12-12-2023 12:43:32: TRACE: [WIRE] - << 200 OK 12-12-2023 12:43:32: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:43:32: TRACE: [WIRE] - << Content-Length: 0 12-12-2023 12:43:32: TRACE: [WIRE] - << Location: http://localhost:8080/jaxrs_ee_core_response_web/created 12-12-2023 12:43:32: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:43:32:############################### 12-12-2023 12:43:32:FINISHED TEST : responseCreatedRelativeURITest() 12-12-2023 12:43:32:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:32:STARTING TEST : getLinksTest() 12-12-2023 12:43:32: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/links 12-12-2023 12:43:32: TRACE: [WIRE] - >> Accept:text/plain 12-12-2023 12:43:32: TRACE: [WIRE] - << 200 OK 12-12-2023 12:43:32: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:43:32: TRACE: [WIRE] - << Content-Length: 0 12-12-2023 12:43:32: TRACE: [WIRE] - << Link: ; rel="rel2",; rel="rel1" 12-12-2023 12:43:32: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:43:32:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/links' to target server at 'localhost:8080' 12-12-2023 12:43:32:############################### 12-12-2023 12:43:32:#getLinks contains expected links 12-12-2023 12:43:32:FINISHED TEST : getLinksTest() 12-12-2023 12:43:32:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:32:STARTING TEST : getStringHeadersUsingHeaderDelegateTest() 12-12-2023 12:43:32: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/setstringbeanruntime 12-12-2023 12:43:32: TRACE: [WIRE] - >> Accept:text/plain 12-12-2023 12:43:32: TRACE: [WIRE] - << 200 OK 12-12-2023 12:43:32: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:43:32: TRACE: [WIRE] - << Content-Length: 0 12-12-2023 12:43:32: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:43:32:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/setstringbeanruntime' to target server at 'localhost:8080' 12-12-2023 12:43:32:############################### 12-12-2023 12:43:32:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headerstring' to target server at 'localhost:8080'12-12-2023 12:43:32: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headerstring 12-12-2023 12:43:32:############################### 12-12-2023 12:43:32:[Request] Adding entity: stringheaders 12-12-2023 12:43:32: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:43:32: TRACE: [WIRE] - >> stringheaders 12-12-2023 12:43:32: TRACE: [WIRE] - << 200 OK 12-12-2023 12:43:32: TRACE: [WIRE] - << s3: s3 12-12-2023 12:43:32: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:43:32: TRACE: [WIRE] - << Content-Length: 0 12-12-2023 12:43:32: TRACE: [WIRE] - << s1: s1 12-12-2023 12:43:32: TRACE: [WIRE] - << s2: s2 12-12-2023 12:43:32: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:43:32:#getStringHeaders contains expected values s3=[s3],Server=[Eclipse GlassFish 7.0.6],Content-Length=[0],s1=[s1],s2=[s2],X-Powered-By=[Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11)] 12-12-2023 12:43:32:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/setoriginalruntime' to target server at 'localhost:8080' 12-12-2023 12:43:32: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/setoriginalruntime 12-12-2023 12:43:32: TRACE: [WIRE] - >> Accept:text/plain 12-12-2023 12:43:32:############################### 12-12-2023 12:43:32: TRACE: [WIRE] - << 200 OK 12-12-2023 12:43:32: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:43:32: TRACE: [WIRE] - << Content-Length: 0 12-12-2023 12:43:32: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:43:32:FINISHED TEST : getStringHeadersUsingHeaderDelegateTest() 12-12-2023 12:43:32:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:32:STARTING TEST : readEntityClassThrowsIllegalStateExceptionTest() 12-12-2023 12:43:32:IllegalStateException has been thrown as expected 12-12-2023 12:43:32:FINISHED TEST : readEntityClassThrowsIllegalStateExceptionTest() 12-12-2023 12:43:32:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:32:STARTING TEST : getLanguageNotPresentTest() 12-12-2023 12:43:32: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/language 12-12-2023 12:43:32: TRACE: [WIRE] - >> Accept:*/* 12-12-2023 12:43:32: TRACE: [WIRE] - << 200 OK 12-12-2023 12:43:32: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:43:32: TRACE: [WIRE] - << Content-Length: 0 12-12-2023 12:43:32: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:43:32:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/language' to target server at 'localhost:8080' 12-12-2023 12:43:32:############################### 12-12-2023 12:43:32:response#getLanguage() was null as expected 12-12-2023 12:43:32:FINISHED TEST : getLanguageNotPresentTest() 12-12-2023 12:43:32:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:32:STARTING TEST : readEntityClassAnnotationCloseIsCalledTest() 12-12-2023 12:43:32: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted 12-12-2023 12:43:32: TRACE: [WIRE] - >> Accept:text/plain 12-12-2023 12:43:32: TRACE: [WIRE] - << 200 OK 12-12-2023 12:43:32: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:43:32: TRACE: [WIRE] - << Content-Length: 6 12-12-2023 12:43:32: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:43:32: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:43:32:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted' to target server at 'localhost:8080' 12-12-2023 12:43:32:############################### 12-12-2023 12:43:32:Close() has been called on an entity stream as expected 12-12-2023 12:43:32:FINISHED TEST : readEntityClassAnnotationCloseIsCalledTest() 12-12-2023 12:43:32:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:32:STARTING TEST : readEntityClassCloseIsNotCalledOnInputStreamTest() 12-12-2023 12:43:32: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted 12-12-2023 12:43:32: TRACE: [WIRE] - >> Accept:text/plain 12-12-2023 12:43:32: TRACE: [WIRE] - << 200 OK 12-12-2023 12:43:32: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:43:32: TRACE: [WIRE] - << Content-Length: 6 12-12-2023 12:43:32: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:43:32: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:43:32:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted' to target server at 'localhost:8080' 12-12-2023 12:43:32:############################### 12-12-2023 12:43:32:Close() has not been called on entity stream as expected 12-12-2023 12:43:32:FINISHED TEST : readEntityClassCloseIsNotCalledOnInputStreamTest() 12-12-2023 12:43:32:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:32:STARTING TEST : readEntityClassTest() 12-12-2023 12:43:32: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity 12-12-2023 12:43:32: TRACE: [WIRE] - >> Accept:text/plain 12-12-2023 12:43:32: TRACE: [WIRE] - << 200 OK 12-12-2023 12:43:32: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:43:32: TRACE: [WIRE] - << Content-Length: 6 12-12-2023 12:43:32: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:43:32: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:43:32: TRACE: [WIRE] - << ENtiTy 12-12-2023 12:43:32:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity' to target server at 'localhost:8080' 12-12-2023 12:43:32:############################### 12-12-2023 12:43:32:Got expected ENtiTy 12-12-2023 12:43:32:FINISHED TEST : readEntityClassTest() 12-12-2023 12:43:32:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:32:STARTING TEST : getMediaTypeTest() 12-12-2023 12:43:32: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/mediatype 12-12-2023 12:43:32: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:43:32: TRACE: [WIRE] - >> application/atom+xml 12-12-2023 12:43:32: TRACE: [WIRE] - << 200 OK 12-12-2023 12:43:32: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:43:32:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/mediatype' to target server at 'localhost:8080' 12-12-2023 12:43:32:############################### 12-12-2023 12:43:32:[Request] Adding entity: application/atom+xml 12-12-2023 12:43:32: TRACE: [WIRE] - << Content-Length: 0 12-12-2023 12:43:32: TRACE: [WIRE] - << Content-Type: application/atom+xml 12-12-2023 12:43:32: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:43:32:#getMediaType returned expected MediaType 12-12-2023 12:43:32:FINISHED TEST : getMediaTypeTest() 12-12-2023 12:43:32:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:32:STARTING TEST : getLinkTest() 12-12-2023 12:43:32: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/link 12-12-2023 12:43:32: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:43:32: TRACE: [WIRE] - >> getLinkTest 12-12-2023 12:43:32: TRACE: [WIRE] - << 200 OK 12-12-2023 12:43:32: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:43:32: TRACE: [WIRE] - << Content-Length: 0 12-12-2023 12:43:32: TRACE: [WIRE] - << Link: ; rel="getLinkTest" 12-12-2023 12:43:32: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:43:32:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/link' to target server at 'localhost:8080' 12-12-2023 12:43:32:############################### 12-12-2023 12:43:32:[Request] Adding entity: getLinkTest 12-12-2023 12:43:32:#getLink matches expected Link 12-12-2023 12:43:32:FINISHED TEST : getLinkTest() 12-12-2023 12:43:32:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:32:STARTING TEST : readEntityGenericTypeAnnotationIsNullWhenNoEntityTest() 12-12-2023 12:43:32: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=200 12-12-2023 12:43:32: TRACE: [WIRE] - >> Accept:text/plain 12-12-2023 12:43:32: TRACE: [WIRE] - << 200 OK 12-12-2023 12:43:32: TRACE: [WIRE] - << TESTHEADER: status code in request = 200 12-12-2023 12:43:32: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:43:32: TRACE: [WIRE] - << Content-Length: 0 12-12-2023 12:43:32:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=200' to target server at 'localhost:8080' 12-12-2023 12:43:32:############################### 12-12-2023 12:43:32: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:43:32:Null or zero length entity returned when no entity as expected 12-12-2023 12:43:32:FINISHED TEST : readEntityGenericTypeAnnotationIsNullWhenNoEntityTest() 12-12-2023 12:43:32:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:32:STARTING TEST : readEntityGenericCloseIsCalledTest() 12-12-2023 12:43:32: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted 12-12-2023 12:43:32: TRACE: [WIRE] - >> Accept:text/plain 12-12-2023 12:43:32: TRACE: [WIRE] - << 200 OK 12-12-2023 12:43:32: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:43:32: TRACE: [WIRE] - << Content-Length: 6 12-12-2023 12:43:32: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:43:32: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:43:32:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted' to target server at 'localhost:8080' 12-12-2023 12:43:32:############################### 12-12-2023 12:43:32:Close() has been called on an entity stream as expected 12-12-2023 12:43:32:FINISHED TEST : readEntityGenericCloseIsCalledTest() 12-12-2023 12:43:32:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:32:STARTING TEST : hasEntityThrowsIllegalStateExceptionTest() 12-12-2023 12:43:32: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity 12-12-2023 12:43:32: TRACE: [WIRE] - >> Accept:text/plain 12-12-2023 12:43:32: TRACE: [WIRE] - << 200 OK 12-12-2023 12:43:32: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:43:32: TRACE: [WIRE] - << Content-Length: 6 12-12-2023 12:43:32: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:43:32: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:43:32: TRACE: [WIRE] - << ENtiTy 12-12-2023 12:43:32:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity' to target server at 'localhost:8080' 12-12-2023 12:43:32:############################### 12-12-2023 12:43:32:IllegalStateException has been thrown as expected 12-12-2023 12:43:32:FINISHED TEST : hasEntityThrowsIllegalStateExceptionTest() 12-12-2023 12:43:32:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:32:STARTING TEST : getHeadersIsMutableTest() 12-12-2023 12:43:32: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headers 12-12-2023 12:43:32: TRACE: [WIRE] - >> Accept:*/* 12-12-2023 12:43:32: TRACE: [WIRE] - << 200 OK 12-12-2023 12:43:32: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:43:32: TRACE: [WIRE] - << Content-Length: 0 12-12-2023 12:43:32: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:43:32:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headers' to target server at 'localhost:8080' 12-12-2023 12:43:32:############################### 12-12-2023 12:43:32:getHeaders is mutable 12-12-2023 12:43:32:FINISHED TEST : getHeadersIsMutableTest() 12-12-2023 12:43:32:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:32:STARTING TEST : readEntityClassAnnotationTest() 12-12-2023 12:43:32: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/date?date=1702385012442 12-12-2023 12:43:32: TRACE: [WIRE] - >> Accept:text/plain 12-12-2023 12:43:32: TRACE: [WIRE] - << 200 OK 12-12-2023 12:43:32: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:43:32: TRACE: [WIRE] - << Content-Length: 13 12-12-2023 12:43:32: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:43:32: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:43:32: TRACE: [WIRE] - << 1702385012442 12-12-2023 12:43:32:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/date?date=1702385012442' to target server at 'localhost:8080' 12-12-2023 12:43:32:############################### 12-12-2023 12:43:32:Got expected date Tue Dec 12 12:43:32 UTC 2023 12-12-2023 12:43:32:FINISHED TEST : readEntityClassAnnotationTest() 12-12-2023 12:43:32:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:32:STARTING TEST : hasLinkWhenNoLinkTest() 12-12-2023 12:43:32: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity 12-12-2023 12:43:32: TRACE: [WIRE] - >> Accept:text/plain 12-12-2023 12:43:32: TRACE: [WIRE] - << 200 OK 12-12-2023 12:43:32: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:43:32: TRACE: [WIRE] - << Content-Length: 6 12-12-2023 12:43:32: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:43:32: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:43:32:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity' to target server at 'localhost:8080' 12-12-2023 12:43:32:############################### 12-12-2023 12:43:32: TRACE: [WIRE] - << ENtiTy 12-12-2023 12:43:32:#hasLink has not found any Link as expected 12-12-2023 12:43:32:FINISHED TEST : hasLinkWhenNoLinkTest() 12-12-2023 12:43:32:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:32:STARTING TEST : closeTest() 12-12-2023 12:43:32:#close() closed the stream, and consecutive reading threw IllegalStateException as expected 12-12-2023 12:43:32:FINISHED TEST : closeTest() 12-12-2023 12:43:32:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:32:STARTING TEST : getLanguageTest() 12-12-2023 12:43:32: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/language 12-12-2023 12:43:32: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:43:32: TRACE: [WIRE] - >> CA 12-12-2023 12:43:32: TRACE: [WIRE] - << 200 OK 12-12-2023 12:43:32: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:43:32: TRACE: [WIRE] - << Content-Length: 0 12-12-2023 12:43:32: TRACE: [WIRE] - << Content-Language: fr-CA 12-12-2023 12:43:32:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/language' to target server at 'localhost:8080' 12-12-2023 12:43:32:############################### 12-12-2023 12:43:32:[Request] Adding entity: CA 12-12-2023 12:43:32: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:43:32:#getLocale matches the Content-Language HTTP header 12-12-2023 12:43:32:FINISHED TEST : getLanguageTest() 12-12-2023 12:43:32:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:32: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/date 12-12-2023 12:43:32: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:43:32:STARTING TEST : getDateTest() 12-12-2023 12:43:32:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/date' to target server at 'localhost:8080' 12-12-2023 12:43:32:############################### 12-12-2023 12:43:32:[Request] Adding entity: 1702385012000 12-12-2023 12:43:32: TRACE: [WIRE] - >> 1702385012000 12-12-2023 12:43:33: TRACE: [WIRE] - << 200 OK 12-12-2023 12:43:33: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:43:33: TRACE: [WIRE] - << Content-Length: 0 12-12-2023 12:43:33: TRACE: [WIRE] - << Date: Tue, 12 Dec 2023 12:43:32 GMT 12-12-2023 12:43:33: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:43:33:#getDate matches the Date HTTP header 12-12-2023 12:43:33:FINISHED TEST : getDateTest() 12-12-2023 12:43:33:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:33:STARTING TEST : readEntityClassAnnotationThrowsIllegalStateExceptionTest() 12-12-2023 12:43:33:IllegalStateException has been thrown as expected 12-12-2023 12:43:33:FINISHED TEST : readEntityClassAnnotationThrowsIllegalStateExceptionTest() 12-12-2023 12:43:33:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:33:STARTING TEST : readEntityClassIsNullWhenNoEntityTest() 12-12-2023 12:43:33: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=200 12-12-2023 12:43:33: TRACE: [WIRE] - >> Accept:text/plain 12-12-2023 12:43:34: TRACE: [WIRE] - << 200 OK 12-12-2023 12:43:34: TRACE: [WIRE] - << TESTHEADER: status code in request = 200 12-12-2023 12:43:34: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:43:34: TRACE: [WIRE] - << Content-Length: 0 12-12-2023 12:43:34: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:43:33:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=200' to target server at 'localhost:8080' 12-12-2023 12:43:33:############################### 12-12-2023 12:43:34:Null or zero length entity returned when no entity as expected 12-12-2023 12:43:34:FINISHED TEST : readEntityClassIsNullWhenNoEntityTest() 12-12-2023 12:43:34:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:34:STARTING TEST : getHeaderStringTest() 12-12-2023 12:43:34: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headers 12-12-2023 12:43:34: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:43:34: TRACE: [WIRE] - >> headerstring 12-12-2023 12:43:34: TRACE: [WIRE] - << 200 OK 12-12-2023 12:43:34: TRACE: [WIRE] - << Cache-Control: no-transform 12-12-2023 12:43:34: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:43:34:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headers' to target server at 'localhost:8080' 12-12-2023 12:43:34:############################### 12-12-2023 12:43:34:[Request] Adding entity: headerstring 12-12-2023 12:43:34: TRACE: [WIRE] - << Content-Encoding: gzip 12-12-2023 12:43:34: TRACE: [WIRE] - << Set-Cookie: cookie=eikooc;Version=1 12-12-2023 12:43:34: TRACE: [WIRE] - << Expires: Tue, 12 Dec 2023 12:43:34 GMT 12-12-2023 12:43:34: TRACE: [WIRE] - << Content-Length: 0 12-12-2023 12:43:34: TRACE: [WIRE] - << Content-Language: fr-CA 12-12-2023 12:43:34: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:43:34:Found following objects: 12-12-2023 12:43:34:Cache-Control:no-transform Server:Eclipse GlassFish 7.0.6 Content-Encoding:gzip Set-Cookie:cookie=eikooc;Version=1 Expires:Tue, 12 Dec 2023 12:43:34 GMT Content-Length:0 Content-Language:fr-CA X-Powered-By:Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:43:34:FINISHED TEST : getHeaderStringTest() 12-12-2023 12:43:34:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:34:STARTING TEST : readEntityGenericTypeThrowsIllegalStateExceptionTest() 12-12-2023 12:43:34:IllegalStateException has been thrown as expected 12-12-2023 12:43:34:FINISHED TEST : readEntityGenericTypeThrowsIllegalStateExceptionTest() 12-12-2023 12:43:34:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:34:STARTING TEST : readEntityClassCloseIsCalledTest() 12-12-2023 12:43:34: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted 12-12-2023 12:43:34: TRACE: [WIRE] - >> Accept:text/plain 12-12-2023 12:43:34: TRACE: [WIRE] - << 200 OK 12-12-2023 12:43:34: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:43:34: TRACE: [WIRE] - << Content-Length: 6 12-12-2023 12:43:34: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:43:34: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:43:34:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted' to target server at 'localhost:8080' 12-12-2023 12:43:34:############################### 12-12-2023 12:43:34:Close() has been called on an entity stream as expected 12-12-2023 12:43:34:FINISHED TEST : readEntityClassCloseIsCalledTest() 12-12-2023 12:43:34:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:34:STARTING TEST : readEntityGenericTypeThrowsProcessingExceptionTest() 12-12-2023 12:43:34: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity 12-12-2023 12:43:34: TRACE: [WIRE] - >> Accept:text/plain 12-12-2023 12:43:34: TRACE: [WIRE] - << 200 OK 12-12-2023 12:43:34: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:43:34: TRACE: [WIRE] - << Content-Length: 6 12-12-2023 12:43:34: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:43:34: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:43:34: TRACE: [WIRE] - << ENtiTy 12-12-2023 12:43:34:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity' to target server at 'localhost:8080' 12-12-2023 12:43:34:############################### 12-12-2023 12:43:34:ProcessingException has been thrown as expected 12-12-2023 12:43:34:FINISHED TEST : readEntityGenericTypeThrowsProcessingExceptionTest() 12-12-2023 12:43:34:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:34:STARTING TEST : getStringHeadersUsingToStringTest() 12-12-2023 12:43:34: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headerstring 12-12-2023 12:43:34: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:43:34: TRACE: [WIRE] - >> stringheaders 12-12-2023 12:43:34: TRACE: [WIRE] - << 200 OK 12-12-2023 12:43:34: TRACE: [WIRE] - << s3: StringBean. To get a value, use rather #get() method. 12-12-2023 12:43:34: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:43:34: TRACE: [WIRE] - << Content-Length: 0 12-12-2023 12:43:34: TRACE: [WIRE] - << s1: s1 12-12-2023 12:43:34: TRACE: [WIRE] - << s2: s2 12-12-2023 12:43:34:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headerstring' to target server at 'localhost:8080' 12-12-2023 12:43:34:############################### 12-12-2023 12:43:34:[Request] Adding entity: stringheaders 12-12-2023 12:43:34: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:43:34:#getStringHeaders contains expected values s3=[StringBean. To get a value, use rather #get() method.],Server=[Eclipse GlassFish 7.0.6],Content-Length=[0],s1=[s1],s2=[s2],X-Powered-By=[Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11)] 12-12-2023 12:43:34:FINISHED TEST : getStringHeadersUsingToStringTest() 12-12-2023 12:43:34:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:34:STARTING TEST : getAllowedMethodsTest() 12-12-2023 12:43:34: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/allowedmethods 12-12-2023 12:43:34: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:43:34: TRACE: [WIRE] - >> POST TRACE 12-12-2023 12:43:34: TRACE: [WIRE] - << 200 OK 12-12-2023 12:43:34: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:43:34: TRACE: [WIRE] - << Content-Length: 0 12-12-2023 12:43:34: TRACE: [WIRE] - << Allow: TRACE,POST 12-12-2023 12:43:34: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:43:34:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/allowedmethods' to target server at 'localhost:8080' 12-12-2023 12:43:34:############################### 12-12-2023 12:43:34:[Request] Adding entity: POST TRACE 12-12-2023 12:43:34:#getAllowedMethods returned expected methods TRACE;POST 12-12-2023 12:43:34:FINISHED TEST : getAllowedMethodsTest() 12-12-2023 12:43:34:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:34:STARTING TEST : readEntityGenericTypeCloseIsNotCalledOnInputStreamTest() 12-12-2023 12:43:34: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted 12-12-2023 12:43:34: TRACE: [WIRE] - >> Accept:text/plain 12-12-2023 12:43:34: TRACE: [WIRE] - << 200 OK 12-12-2023 12:43:34: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:43:34: TRACE: [WIRE] - << Content-Length: 6 12-12-2023 12:43:34: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:43:34:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted' to target server at 'localhost:8080' 12-12-2023 12:43:34:############################### 12-12-2023 12:43:34: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:43:34:Close() has not been called on entity stream as expected 12-12-2023 12:43:34:FINISHED TEST : readEntityGenericTypeCloseIsNotCalledOnInputStreamTest() 12-12-2023 12:43:34:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:34: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/length 12-12-2023 12:43:34: TRACE: [WIRE] - >> Accept:*/* 12-12-2023 12:43:34:STARTING TEST : getLengthNotPresentTest() 12-12-2023 12:43:34:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/length' to target server at 'localhost:8080' 12-12-2023 12:43:34:############################### 12-12-2023 12:43:34: TRACE: [WIRE] - << 200 OK 12-12-2023 12:43:34: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:43:34: TRACE: [WIRE] - << Content-Length: 0 12-12-2023 12:43:34: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:43:34:#getLength matches expected Content-Length 0 12-12-2023 12:43:34:FINISHED TEST : getLengthNotPresentTest() 12-12-2023 12:43:34:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:34:STARTING TEST : readEntityGenericTypeAnnotationThrowsIllegalStateExceptionTest() 12-12-2023 12:43:34:IllegalStateException has been thrown as expected 12-12-2023 12:43:34:FINISHED TEST : readEntityGenericTypeAnnotationThrowsIllegalStateExceptionTest() 12-12-2023 12:43:34:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:34:STARTING TEST : readEntityClassAnnotationIsNullWhenNoEntityTest() 12-12-2023 12:43:34: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=200 12-12-2023 12:43:34: TRACE: [WIRE] - >> Accept:text/plain 12-12-2023 12:43:34: TRACE: [WIRE] - << 200 OK 12-12-2023 12:43:34: TRACE: [WIRE] - << TESTHEADER: status code in request = 200 12-12-2023 12:43:34: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:43:34: TRACE: [WIRE] - << Content-Length: 0 12-12-2023 12:43:34: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:43:34:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=200' to target server at 'localhost:8080' 12-12-2023 12:43:34:############################### 12-12-2023 12:43:34:Null or zero length entity returned when no entity as expected 12-12-2023 12:43:34:FINISHED TEST : readEntityClassAnnotationIsNullWhenNoEntityTest() 12-12-2023 12:43:34:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:34: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity 12-12-2023 12:43:34:STARTING TEST : bufferEntityBuffersDataTest() 12-12-2023 12:43:34:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity' to target server at 'localhost:8080' 12-12-2023 12:43:34:############################### 12-12-2023 12:43:34: TRACE: [WIRE] - >> Accept:text/plain 12-12-2023 12:43:34: TRACE: [WIRE] - << 200 OK 12-12-2023 12:43:34: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:43:34: TRACE: [WIRE] - << Content-Length: 6 12-12-2023 12:43:34: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:43:34: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:43:34: TRACE: [WIRE] - << ENtiTy 12-12-2023 12:43:34:#bufferEntity did buffer opened stream as expected 12-12-2023 12:43:34:FINISHED TEST : bufferEntityBuffersDataTest() 12-12-2023 12:43:34:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:34:STARTING TEST : getCookiesIsImmutableTest() 12-12-2023 12:43:34: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/cookies 12-12-2023 12:43:34: TRACE: [WIRE] - >> Accept:text/plain 12-12-2023 12:43:34: TRACE: [WIRE] - << 200 OK 12-12-2023 12:43:34: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:43:34: TRACE: [WIRE] - << Set-Cookie: c2=v2;Version=1,c1=v1;Version=1 12-12-2023 12:43:34: TRACE: [WIRE] - << Content-Length: 0 12-12-2023 12:43:34: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:43:34:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/cookies' to target server at 'localhost:8080' 12-12-2023 12:43:34:############################### 12-12-2023 12:43:34:#getCookies is read-only as expected 12-12-2023 12:43:34:FINISHED TEST : getCookiesIsImmutableTest() 12-12-2023 12:43:34:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:34:STARTING TEST : getHeaderStringUsingToStringTest() 12-12-2023 12:43:34: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headerstring 12-12-2023 12:43:34: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:43:34: TRACE: [WIRE] - >> toString 12-12-2023 12:43:34: TRACE: [WIRE] - << 200 OK 12-12-2023 12:43:34: TRACE: [WIRE] - << s3: StringBean. To get a value, use rather #get() method. 12-12-2023 12:43:34: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:43:34: TRACE: [WIRE] - << Content-Length: 0 12-12-2023 12:43:34: TRACE: [WIRE] - << s1: s1 12-12-2023 12:43:34:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headerstring' to target server at 'localhost:8080' 12-12-2023 12:43:34:############################### 12-12-2023 12:43:34:[Request] Adding entity: toString 12-12-2023 12:43:34: TRACE: [WIRE] - << s2: s2 12-12-2023 12:43:34: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:43:34:toString method is used as expected 12-12-2023 12:43:34:FINISHED TEST : getHeaderStringUsingToStringTest() 12-12-2023 12:43:34:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:34:STARTING TEST : readEntityGenericTypeAnnotationThrowsProcessingExceptionTest() 12-12-2023 12:43:34: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity 12-12-2023 12:43:34: TRACE: [WIRE] - >> Accept:text/plain 12-12-2023 12:43:34: TRACE: [WIRE] - << 200 OK 12-12-2023 12:43:34: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:43:34: TRACE: [WIRE] - << Content-Length: 6 12-12-2023 12:43:34: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:43:34: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:43:34: TRACE: [WIRE] - << ENtiTy 12-12-2023 12:43:34:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity' to target server at 'localhost:8080' 12-12-2023 12:43:34:############################### 12-12-2023 12:43:34:ProcessingException has been thrown as expected 12-12-2023 12:43:34:FINISHED TEST : readEntityGenericTypeAnnotationThrowsProcessingExceptionTest() 12-12-2023 12:43:34:[JAXRSCommonClient] Test setup OK 12-12-2023 12:43:34:STARTING TEST : statusTest() 12-12-2023 12:43:34: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=200 12-12-2023 12:43:34: TRACE: [WIRE] - >> Accept:text/plain 12-12-2023 12:43:34: TRACE: [WIRE] - << 200 OK 12-12-2023 12:43:34: TRACE: [WIRE] - << TESTHEADER: status code in request = 200 12-12-2023 12:43:34: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:43:34: TRACE: [WIRE] - << Content-Length: 0 12-12-2023 12:43:34: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:43:34:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=200' to target server at 'localhost:8080' 12-12-2023 12:43:34:############################### 12-12-2023 12:43:34:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=201' to target server at 'localhost:8080' 12-12-2023 12:43:34:############################### 12-12-2023 12:43:34: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=201 12-12-2023 12:43:34: TRACE: [WIRE] - >> Accept:text/plain 12-12-2023 12:43:34: TRACE: [WIRE] - << 201 CREATED 12-12-2023 12:43:34: TRACE: [WIRE] - << TESTHEADER: status code in request = 201 12-12-2023 12:43:34: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:43:34: TRACE: [WIRE] - << Content-Length: 0 12-12-2023 12:43:34: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:43:34: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=202 12-12-2023 12:43:34: TRACE: [WIRE] - >> Accept:text/plain 12-12-2023 12:43:34: TRACE: [WIRE] - << 202 ACCEPTED 12-12-2023 12:43:34: TRACE: [WIRE] - << TESTHEADER: status code in request = 202 12-12-2023 12:43:34: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:43:34: TRACE: [WIRE] - << Content-Length: 0 12-12-2023 12:43:34: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:43:34:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=202' to target server at 'localhost:8080' 12-12-2023 12:43:34:############################### 12-12-2023 12:43:34:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=204' to target server at 'localhost:8080' 12-12-2023 12:43:34:############################### 12-12-2023 12:43:34: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=204 12-12-2023 12:43:34: TRACE: [WIRE] - >> Accept:text/plain 12-12-2023 12:43:34: TRACE: [WIRE] - << 204 NO_CONTENT 12-12-2023 12:43:34: TRACE: [WIRE] - << TESTHEADER: status code in request = 204 12-12-2023 12:43:34: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:43:34: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:43:34:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=206' to target server at 'localhost:8080' 12-12-2023 12:43:34:############################### 12-12-2023 12:43:34: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=206 12-12-2023 12:43:34: TRACE: [WIRE] - >> Accept:text/plain 12-12-2023 12:43:34: TRACE: [WIRE] - << 206 PARTIAL_CONTENT 12-12-2023 12:43:34: TRACE: [WIRE] - << TESTHEADER: status code in request = 206 12-12-2023 12:43:34: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:43:34: TRACE: [WIRE] - << Content-Length: 0 12-12-2023 12:43:34: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:43:34: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=300 12-12-2023 12:43:34: TRACE: [WIRE] - >> Accept:text/plain 12-12-2023 12:43:34: TRACE: [WIRE] - << 300 MULTIPLE_CHOICES 12-12-2023 12:43:34: TRACE: [WIRE] - << TESTHEADER: status code in request = 300 12-12-2023 12:43:34: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:43:34: TRACE: [WIRE] - << Content-Length: 0 12-12-2023 12:43:34:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=300' to target server at 'localhost:8080' 12-12-2023 12:43:34:############################### 12-12-2023 12:43:34: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:43:34: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=301 12-12-2023 12:43:34: TRACE: [WIRE] - >> Accept:text/plain 12-12-2023 12:43:34: TRACE: [WIRE] - << 301 MOVED_PERMANENTLY 12-12-2023 12:43:34:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=301' to target server at 'localhost:8080' 12-12-2023 12:43:34:############################### 12-12-2023 12:43:34: TRACE: [WIRE] - << TESTHEADER: status code in request = 301 12-12-2023 12:43:34: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:43:34: TRACE: [WIRE] - << Content-Length: 0 12-12-2023 12:43:34: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:43:34: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=302 12-12-2023 12:43:34: TRACE: [WIRE] - >> Accept:text/plain 12-12-2023 12:43:34: TRACE: [WIRE] - << 302 FOUND 12-12-2023 12:43:34: TRACE: [WIRE] - << TESTHEADER: status code in request = 302 12-12-2023 12:43:34: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:43:34: TRACE: [WIRE] - << Content-Length: 0 12-12-2023 12:43:34: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:43:34: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=303 12-12-2023 12:43:34: TRACE: [WIRE] - >> Accept:text/plain 12-12-2023 12:43:34: TRACE: [WIRE] - << 303 SEE_OTHER 12-12-2023 12:43:34: TRACE: [WIRE] - << TESTHEADER: status code in request = 303 12-12-2023 12:43:34: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:43:34: TRACE: [WIRE] - << Content-Length: 0 12-12-2023 12:43:34: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:43:34: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=304 12-12-2023 12:43:34: TRACE: [WIRE] - >> Accept:text/plain 12-12-2023 12:43:34: TRACE: [WIRE] - << 304 NOT_MODIFIED 12-12-2023 12:43:34: TRACE: [WIRE] - << TESTHEADER: status code in request = 304 12-12-2023 12:43:34: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:43:34: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:43:34: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=305 12-12-2023 12:43:34: TRACE: [WIRE] - >> Accept:text/plain 12-12-2023 12:43:34: TRACE: [WIRE] - << 305 USE_PROXY 12-12-2023 12:43:34: TRACE: [WIRE] - << TESTHEADER: status code in request = 305 12-12-2023 12:43:34: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:43:34: TRACE: [WIRE] - << Content-Length: 0 12-12-2023 12:43:34: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:43:34:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=302' to target server at 'localhost:8080' 12-12-2023 12:43:34:############################### 12-12-2023 12:43:34:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=303' to target server at 'localhost:8080' 12-12-2023 12:43:34:############################### 12-12-2023 12:43:34:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=304' to target server at 'localhost:8080' 12-12-2023 12:43:34:############################### 12-12-2023 12:43:34:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=305' to target server at 'localhost:8080' 12-12-2023 12:43:34:############################### 12-12-2023 12:43:34:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=307' to target server at 'localhost:8080'12-12-2023 12:43:34: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=307 12-12-2023 12:43:34: TRACE: [WIRE] - >> Accept:text/plain 12-12-2023 12:43:34: TRACE: [WIRE] - << 307 TEMPORARY_REDIRECT 12-12-2023 12:43:34: TRACE: [WIRE] - << TESTHEADER: status code in request = 307 12-12-2023 12:43:34:############################### 12-12-2023 12:43:34: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:43:34: TRACE: [WIRE] - << Content-Length: 0 12-12-2023 12:43:34: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:43:34: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=308 12-12-2023 12:43:34: TRACE: [WIRE] - >> Accept:text/plain 12-12-2023 12:43:34: TRACE: [WIRE] - << 308 PERMANENT_REDIRECT 12-12-2023 12:43:34: TRACE: [WIRE] - << TESTHEADER: status code in request = 308 12-12-2023 12:43:34: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:43:34: TRACE: [WIRE] - << Content-Length: 0 12-12-2023 12:43:34: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:43:34: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=400 12-12-2023 12:43:34: TRACE: [WIRE] - >> Accept:text/plain 12-12-2023 12:43:34: TRACE: [WIRE] - << 400 BAD_REQUEST 12-12-2023 12:43:34: TRACE: [WIRE] - << TESTHEADER: status code in request = 400 12-12-2023 12:43:34: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:43:34: TRACE: [WIRE] - << Connection: close 12-12-2023 12:43:34: TRACE: [WIRE] - << Content-Length: 1067 12-12-2023 12:43:34: TRACE: [WIRE] - << Content-Language: 12-12-2023 12:43:34: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:43:34: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:43:34:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=308' to target server at 'localhost:8080' 12-12-2023 12:43:34:############################### 12-12-2023 12:43:34:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=400' to target server at 'localhost:8080' 12-12-2023 12:43:34:############################### 12-12-2023 12:43:34: TRACE: [WIRE] - << Eclipse GlassFish 7.0.6 - Error report

HTTP Status 400 - Bad Request


type Status report

messageBad Request

descriptionThe request sent by the client was syntactically incorrect.


Eclipse GlassFish 7.0.6

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

HTTP Status 401 - Unauthorized


type Status report

messageUnauthorized

descriptionThis request requires HTTP authentication.


Eclipse GlassFish 7.0.6

12-12-2023 12:43:34: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=402 12-12-2023 12:43:34: TRACE: [WIRE] - >> Accept:text/plain 12-12-2023 12:43:34: TRACE: [WIRE] - << 402 PAYMENT_REQUIRED 12-12-2023 12:43:34: TRACE: [WIRE] - << TESTHEADER: status code in request = 402 12-12-2023 12:43:34: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:43:34: TRACE: [WIRE] - << Content-Length: 1066 12-12-2023 12:43:34: TRACE: [WIRE] - << Content-Language: 12-12-2023 12:43:34: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:43:34: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:43:34: TRACE: [WIRE] - << Eclipse GlassFish 7.0.6 - Error report

HTTP Status 402 - Payment Required


type Status report

messagePayment Required

descriptionPayment is required for access to this resource.


Eclipse GlassFish 7.0.6

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

HTTP Status 403 - Forbidden


type Status report

messageForbidden

descriptionAccess to the specified resource has been forbidden.


Eclipse GlassFish 7.0.6

12-12-2023 12:43:34: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=404 12-12-2023 12:43:34: TRACE: [WIRE] - >> Accept:text/plain 12-12-2023 12:43:34: TRACE: [WIRE] - << 404 NOT_FOUND 12-12-2023 12:43:34: TRACE: [WIRE] - << TESTHEADER: status code in request = 404 12-12-2023 12:43:34: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:43:34: TRACE: [WIRE] - << Content-Length: 1044 12-12-2023 12:43:34: TRACE: [WIRE] - << Content-Language: 12-12-2023 12:43:34: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:43:34: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:43:34: TRACE: [WIRE] - << Eclipse GlassFish 7.0.6 - Error report

HTTP Status 404 - Not Found


type Status report

messageNot Found

descriptionThe requested resource is not available.


Eclipse GlassFish 7.0.6

12-12-2023 12:43:34: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=405 12-12-2023 12:43:34: TRACE: [WIRE] - >> Accept:text/plain 12-12-2023 12:43:34: TRACE: [WIRE] - << 405 METHOD_NOT_ALLOWED 12-12-2023 12:43:34: TRACE: [WIRE] - << TESTHEADER: status code in request = 405 12-12-2023 12:43:34: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:43:34: TRACE: [WIRE] - << Content-Length: 1090 12-12-2023 12:43:34: TRACE: [WIRE] - << Content-Language: 12-12-2023 12:43:34: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:43:34: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:43:34: TRACE: [WIRE] - << Eclipse GlassFish 7.0.6 - Error report

HTTP Status 405 - Method Not Allowed


type Status report

messageMethod Not Allowed

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


Eclipse GlassFish 7.0.6

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

HTTP Status 406 - Not Acceptable


type Status report

messageNot Acceptable

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


Eclipse GlassFish 7.0.6

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

HTTP Status 407 - Proxy Authentication Required


type Status report

messageProxy Authentication Required

descriptionThe client must first authenticate itself with the proxy.


Eclipse GlassFish 7.0.6

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

HTTP Status 408 - Request Timeout


type Status report

messageRequest Timeout

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


Eclipse GlassFish 7.0.6

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

HTTP Status 409 - Conflict


type Status report

messageConflict

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


Eclipse GlassFish 7.0.6

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

HTTP Status 410 - Gone


type Status report

messageGone

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


Eclipse GlassFish 7.0.6

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

HTTP Status 411 - Length Required


type Status report

messageLength Required

descriptionThis request cannot be handled without a defined content length.


Eclipse GlassFish 7.0.6

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

HTTP Status 412 - Precondition Failed


type Status report

messagePrecondition Failed

descriptionA specified precondition has failed for this request.


Eclipse GlassFish 7.0.6

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

HTTP Status 413 - Request Entity Too Large


type Status report

messageRequest Entity Too Large

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


Eclipse GlassFish 7.0.6

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

HTTP Status 414 - Request-URI Too Long


type Status report

messageRequest-URI Too Long

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


Eclipse GlassFish 7.0.6

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

HTTP Status 415 - Unsupported Media Type


type Status report

messageUnsupported Media Type

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


Eclipse GlassFish 7.0.6

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

HTTP Status 416 - Requested Range Not Satisfiable


type Status report

messageRequested Range Not Satisfiable

descriptionThe requested byte range cannot be satisfied.


Eclipse GlassFish 7.0.6

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

HTTP Status 417 - Expectation Failed


type Status report

messageExpectation Failed

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


Eclipse GlassFish 7.0.6

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

HTTP Status 428 - Precondition Required


type Status report

messagePrecondition Required

descriptionThe request is required to be conditional.


Eclipse GlassFish 7.0.6

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

HTTP Status 429 - Too Many Requests


type Status report

messageToo Many Requests

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


Eclipse GlassFish 7.0.6

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

HTTP Status 431 - Request Header Fields Too Large


type Status report

messageRequest Header Fields Too Large

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


Eclipse GlassFish 7.0.6

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

HTTP Status 451 - Unavailable For Legal Reasons


type Status report

messageUnavailable For Legal Reasons

descriptionCannot find message associated with key http.451


Eclipse GlassFish 7.0.6

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

HTTP Status 500 - Internal Server Error


type Status report

messageInternal Server Error

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


Eclipse GlassFish 7.0.6

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

HTTP Status 501 - Not Implemented


type Status report

messageNot Implemented

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


Eclipse GlassFish 7.0.6

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

HTTP Status 502 - Bad Gateway


type Status report

messageBad Gateway

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


Eclipse GlassFish 7.0.6

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

HTTP Status 503 - Service Unavailable


type Status report

messageService Unavailable

descriptionThe requested service is not currently available.


Eclipse GlassFish 7.0.6

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

HTTP Status 504 - Gateway Timeout


type Status report

messageGateway Timeout

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


Eclipse GlassFish 7.0.6

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

HTTP Status 505 - HTTP Version Not Supported


type Status report

messageHTTP Version Not Supported

descriptionThe server does not support the requested HTTP protocol version.


Eclipse GlassFish 7.0.6

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

HTTP Status 511 - Network Authentication Required


type Status report

messageNetwork Authentication Required

descriptionThe client needs to authenticate to gain network access.


Eclipse GlassFish 7.0.6

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

HTTP Status 400 - Bad Request


type Status report

messageBad Request

descriptionThe request sent by the client was syntactically incorrect.


Eclipse GlassFish 7.0.6

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

HTTP Status 401 - Unauthorized


type Status report

messageUnauthorized

descriptionThis request requires HTTP authentication.


Eclipse GlassFish 7.0.6

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

HTTP Status 402 - Payment Required


type Status report

messagePayment Required

descriptionPayment is required for access to this resource.


Eclipse GlassFish 7.0.6

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

HTTP Status 403 - Forbidden


type Status report

messageForbidden

descriptionAccess to the specified resource has been forbidden.


Eclipse GlassFish 7.0.6

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

HTTP Status 404 - Not Found


type Status report

messageNot Found

descriptionThe requested resource is not available.


Eclipse GlassFish 7.0.6

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

HTTP Status 405 - Method Not Allowed


type Status report

messageMethod Not Allowed

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


Eclipse GlassFish 7.0.6

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

HTTP Status 406 - Not Acceptable


type Status report

messageNot Acceptable

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


Eclipse GlassFish 7.0.6

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

HTTP Status 407 - Proxy Authentication Required


type Status report

messageProxy Authentication Required

descriptionThe client must first authenticate itself with the proxy.


Eclipse GlassFish 7.0.6

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

HTTP Status 408 - Request Timeout


type Status report

messageRequest Timeout

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


Eclipse GlassFish 7.0.6

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

HTTP Status 409 - Conflict


type Status report

messageConflict

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


Eclipse GlassFish 7.0.6

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

HTTP Status 410 - Gone


type Status report

messageGone

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


Eclipse GlassFish 7.0.6

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

HTTP Status 411 - Length Required


type Status report

messageLength Required

descriptionThis request cannot be handled without a defined content length.


Eclipse GlassFish 7.0.6

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

HTTP Status 412 - Precondition Failed


type Status report

messagePrecondition Failed

descriptionA specified precondition has failed for this request.


Eclipse GlassFish 7.0.6

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

HTTP Status 413 - Request Entity Too Large


type Status report

messageRequest Entity Too Large

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


Eclipse GlassFish 7.0.6

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

HTTP Status 414 - Request-URI Too Long


type Status report

messageRequest-URI Too Long

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


Eclipse GlassFish 7.0.6

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

HTTP Status 415 - Unsupported Media Type


type Status report

messageUnsupported Media Type

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


Eclipse GlassFish 7.0.6

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

HTTP Status 416 - Requested Range Not Satisfiable


type Status report

messageRequested Range Not Satisfiable

descriptionThe requested byte range cannot be satisfied.


Eclipse GlassFish 7.0.6

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

HTTP Status 417 - Expectation Failed


type Status report

messageExpectation Failed

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


Eclipse GlassFish 7.0.6

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

HTTP Status 428 - Precondition Required


type Status report

messagePrecondition Required

descriptionThe request is required to be conditional.


Eclipse GlassFish 7.0.6

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

HTTP Status 429 - Too Many Requests


type Status report

messageToo Many Requests

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


Eclipse GlassFish 7.0.6

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

HTTP Status 431 - Request Header Fields Too Large


type Status report

messageRequest Header Fields Too Large

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


Eclipse GlassFish 7.0.6

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

HTTP Status 451 - Unavailable For Legal Reasons


type Status report

messageUnavailable For Legal Reasons

descriptionCannot find message associated with key http.451


Eclipse GlassFish 7.0.6

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

HTTP Status 500 - Internal Server Error


type Status report

messageInternal Server Error

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


Eclipse GlassFish 7.0.6

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

HTTP Status 501 - Not Implemented


type Status report

messageNot Implemented

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


Eclipse GlassFish 7.0.6

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

HTTP Status 502 - Bad Gateway


type Status report

messageBad Gateway

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


Eclipse GlassFish 7.0.6

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

HTTP Status 503 - Service Unavailable


type Status report

messageService Unavailable

descriptionThe requested service is not currently available.


Eclipse GlassFish 7.0.6

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

HTTP Status 504 - Gateway Timeout


type Status report

messageGateway Timeout

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


Eclipse GlassFish 7.0.6

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

HTTP Status 505 - HTTP Version Not Supported


type Status report

messageHTTP Version Not Supported

descriptionThe server does not support the requested HTTP protocol version.


Eclipse GlassFish 7.0.6

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

HTTP Status 511 - Network Authentication Required


type Status report

messageNetwork Authentication Required

descriptionThe client needs to authenticate to gain network access.


Eclipse GlassFish 7.0.6

12-12-2023 12:44:05:#getStatusInfo returned expected StatusTypes 12-12-2023 12:44:05:FINISHED TEST : getStatusInfoTest() 12-12-2023 12:44:05:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:05:STARTING TEST : hasEntityWhenEntityTest() 12-12-2023 12:44:05: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity 12-12-2023 12:44:05: TRACE: [WIRE] - >> Accept:text/plain 12-12-2023 12:44:05: TRACE: [WIRE] - << 200 OK 12-12-2023 12:44:05: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:05: TRACE: [WIRE] - << Content-Length: 6 12-12-2023 12:44:05: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:44:05: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:05:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity' to target server at 'localhost:8080' 12-12-2023 12:44:05:############################### 12-12-2023 12:44:05: TRACE: [WIRE] - << ENtiTy 12-12-2023 12:44:05:#hasEntity found the entity as expected 12-12-2023 12:44:05:FINISHED TEST : hasEntityWhenEntityTest() 12-12-2023 12:44:05:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:05:STARTING TEST : getLengthTest() 12-12-2023 12:44:05:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/length' to target server at 'localhost:8080' 12-12-2023 12:44:05:###############################12-12-2023 12:44:05: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/length 12-12-2023 12:44:05: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:44:05: TRACE: [WIRE] - >> 1234567890 12-12-2023 12:44:05: TRACE: [WIRE] - << 200 OK 12-12-2023 12:44:05: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:05: TRACE: [WIRE] - << Content-Length: 10 12-12-2023 12:44:05: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:44:05: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:05: TRACE: [WIRE] - << 1234567890 12-12-2023 12:44:05:[Request] Adding entity: 1234567890 12-12-2023 12:44:05:#getLength matches expected Content-Length 10 12-12-2023 12:44:05:FINISHED TEST : getLengthTest() 12-12-2023 12:44:05:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:05:STARTING TEST : getHeadersUsingHeaderDelegateTest() 12-12-2023 12:44:05: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/setstringbeanruntime 12-12-2023 12:44:05: TRACE: [WIRE] - >> Accept:text/plain 12-12-2023 12:44:05: TRACE: [WIRE] - << 200 OK 12-12-2023 12:44:05: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:05: TRACE: [WIRE] - << Content-Length: 0 12-12-2023 12:44:05:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/setstringbeanruntime' to target server at 'localhost:8080' 12-12-2023 12:44:05:############################### 12-12-2023 12:44:05: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:05: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headerstring 12-12-2023 12:44:05:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headerstring' to target server at 'localhost:8080' 12-12-2023 12:44:05:############################### 12-12-2023 12:44:05:[Request] Adding entity: notnull 12-12-2023 12:44:05: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:44:05: TRACE: [WIRE] - >> notnull 12-12-2023 12:44:05: TRACE: [WIRE] - << 200 OK 12-12-2023 12:44:05: TRACE: [WIRE] - << s3: s3 12-12-2023 12:44:05: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:05: TRACE: [WIRE] - << Content-Length: 0 12-12-2023 12:44:05: TRACE: [WIRE] - << s1: s1 12-12-2023 12:44:05: TRACE: [WIRE] - << s2: s2 12-12-2023 12:44:05: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:05:Received: 12-12-2023 12:44:05:s3:s3 Server:Eclipse GlassFish 7.0.6 Content-Length:0 s1:s1 s2:s2 X-Powered-By:Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:05:Received expected headers s3:s3;Server:Eclipse GlassFish 7.0.6;Content-Length:0;s1:s1;s2:s2;X-Powered-By:Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:05:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/setoriginalruntime' to target server at 'localhost:8080' 12-12-2023 12:44:05:############################### 12-12-2023 12:44:05: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/setoriginalruntime 12-12-2023 12:44:05: TRACE: [WIRE] - >> Accept:text/plain 12-12-2023 12:44:05: TRACE: [WIRE] - << 200 OK 12-12-2023 12:44:05: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:05: TRACE: [WIRE] - << Content-Length: 0 12-12-2023 12:44:05: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:05:FINISHED TEST : getHeadersUsingHeaderDelegateTest() 12-12-2023 12:44:05:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:05:STARTING TEST : readEntityGenericTypeAnnotationCloseIsNotCalledOnInputStreamTest()12-12-2023 12:44:05: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted 12-12-2023 12:44:05: TRACE: [WIRE] - >> Accept:text/plain 12-12-2023 12:44:05: TRACE: [WIRE] - << 200 OK 12-12-2023 12:44:05: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:05: TRACE: [WIRE] - << Content-Length: 6 12-12-2023 12:44:05: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:44:05: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:05:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted' to target server at 'localhost:8080' 12-12-2023 12:44:05:############################### 12-12-2023 12:44:05:Close() has not been called on entity stream as expected 12-12-2023 12:44:05:FINISHED TEST : readEntityGenericTypeAnnotationCloseIsNotCalledOnInputStreamTest() 12-12-2023 12:44:05:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:05:STARTING TEST : getLastModifiedTest() 12-12-2023 12:44:05: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/lastmodified 12-12-2023 12:44:05: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:44:05: TRACE: [WIRE] - >> 1702385045000 12-12-2023 12:44:05: TRACE: [WIRE] - << 200 OK 12-12-2023 12:44:05: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:05: TRACE: [WIRE] - << Last-Modified: Tue, 12 Dec 2023 12:44:05 GMT 12-12-2023 12:44:05:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/lastmodified' to target server at 'localhost:8080' 12-12-2023 12:44:05:############################### 12-12-2023 12:44:05:[Request] Adding entity: 1702385045000 12-12-2023 12:44:05: TRACE: [WIRE] - << Content-Length: 0 12-12-2023 12:44:05: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:05:#getLastModified matches the Last-Modified HTTP header 12-12-2023 12:44:05:FINISHED TEST : getLastModifiedTest() 12-12-2023 12:44:05:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:05:STARTING TEST : hasLinkWhenLinkTest() 12-12-2023 12:44:05:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/link' to target server at 'localhost:8080'12-12-2023 12:44:05: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/link 12-12-2023 12:44:05: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:44:05: TRACE: [WIRE] - >> path 12-12-2023 12:44:05: TRACE: [WIRE] - << 200 OK 12-12-2023 12:44:05: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:05: TRACE: [WIRE] - << Content-Length: 0 12-12-2023 12:44:05: TRACE: [WIRE] - << Link: ; rel="path" 12-12-2023 12:44:05:############################### 12-12-2023 12:44:05:[Request] Adding entity: path 12-12-2023 12:44:05: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:05:#hasEntity found the Link as expected 12-12-2023 12:44:05:FINISHED TEST : hasLinkWhenLinkTest() 12-12-2023 12:44:05:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:05:STARTING TEST : getLocationTest() 12-12-2023 12:44:05: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/location 12-12-2023 12:44:05: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:44:05: TRACE: [WIRE] - >> path 12-12-2023 12:44:05: TRACE: [WIRE] - << 200 OK 12-12-2023 12:44:05: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:05: TRACE: [WIRE] - << Content-Length: 0 12-12-2023 12:44:05:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/location' to target server at 'localhost:8080' 12-12-2023 12:44:05:############################### 12-12-2023 12:44:05:[Request] Adding entity: path 12-12-2023 12:44:05: TRACE: [WIRE] - << Location: http://localhost.tck:888/url404/path 12-12-2023 12:44:05: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:05:#getLocation contains expected location 12-12-2023 12:44:05:FINISHED TEST : getLocationTest() 12-12-2023 12:44:05:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:05:STARTING TEST : getLinkBuilderForTheNotPresentRelationTest() 12-12-2023 12:44:05: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity 12-12-2023 12:44:05: TRACE: [WIRE] - >> Accept:text/plain 12-12-2023 12:44:05: TRACE: [WIRE] - << 200 OK 12-12-2023 12:44:05: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:05: TRACE: [WIRE] - << Content-Length: 6 12-12-2023 12:44:05: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:44:05: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:05: TRACE: [WIRE] - << ENtiTy 12-12-2023 12:44:05:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity' to target server at 'localhost:8080' 12-12-2023 12:44:05:############################### 12-12-2023 12:44:05:#getLinkBuilder returned null as expected 12-12-2023 12:44:05:FINISHED TEST : getLinkBuilderForTheNotPresentRelationTest() 12-12-2023 12:44:05:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:05:STARTING TEST : getLinkNotPresentTest() 12-12-2023 12:44:05: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/link 12-12-2023 12:44:05: TRACE: [WIRE] - >> Accept:*/* 12-12-2023 12:44:05: TRACE: [WIRE] - << 200 OK 12-12-2023 12:44:05: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:05: TRACE: [WIRE] - << Content-Length: 0 12-12-2023 12:44:05: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:05:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/link' to target server at 'localhost:8080' 12-12-2023 12:44:05:############################### 12-12-2023 12:44:05:response#getLink() was null as expected 12-12-2023 12:44:05:FINISHED TEST : getLinkNotPresentTest() 12-12-2023 12:44:05:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:05: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/cookies 12-12-2023 12:44:05: TRACE: [WIRE] - >> Accept:text/plain 12-12-2023 12:44:05: TRACE: [WIRE] - << 200 OK 12-12-2023 12:44:05: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:05: TRACE: [WIRE] - << Set-Cookie: c2=v2;Version=1,c1=v1;Version=1 12-12-2023 12:44:05: TRACE: [WIRE] - << Content-Length: 0 12-12-2023 12:44:05: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:05:STARTING TEST : getCookiesTest() 12-12-2023 12:44:05:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/cookies' to target server at 'localhost:8080' 12-12-2023 12:44:05:############################### 12-12-2023 12:44:05:#getCookies returned expected cookies 12-12-2023 12:44:05:FINISHED TEST : getCookiesTest() 12-12-2023 12:44:05:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:05: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headerstring 12-12-2023 12:44:05: TRACE: [WIRE] - >> Accept:*/* 12-12-2023 12:44:05: TRACE: [WIRE] - << 200 OK 12-12-2023 12:44:05: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:05: TRACE: [WIRE] - << Content-Length: 0 12-12-2023 12:44:05: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:05:STARTING TEST : hasEntityWhenNoEntityTest() 12-12-2023 12:44:05:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headerstring' to target server at 'localhost:8080' 12-12-2023 12:44:05:############################### 12-12-2023 12:44:05:#hasEntity has not found any entity as expected 12-12-2023 12:44:05:FINISHED TEST : hasEntityWhenNoEntityTest() 12-12-2023 12:44:05:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:05:STARTING TEST : readEntityGenericIsNullWhenNoEntityTest()12-12-2023 12:44:05: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=200 12-12-2023 12:44:05: TRACE: [WIRE] - >> Accept:*/* 12-12-2023 12:44:05: TRACE: [WIRE] - << 200 OK 12-12-2023 12:44:05: TRACE: [WIRE] - << TESTHEADER: status code in request = 200 12-12-2023 12:44:05: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:05: TRACE: [WIRE] - << Content-Length: 0 12-12-2023 12:44:05:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=200' to target server at 'localhost:8080' 12-12-2023 12:44:05:############################### 12-12-2023 12:44:05: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:05:Null or zero length entity returned when no entity as expected 12-12-2023 12:44:05:FINISHED TEST : readEntityGenericIsNullWhenNoEntityTest() [INFO] Tests run: 68, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 33.851 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-12-2023 12:44:05:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:05: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_responsebuilder_web/resource/entity 12-12-2023 12:44:05: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:44:05: TRACE: [WIRE] - >> 1702385045844 12-12-2023 12:44:05: TRACE: [WIRE] - << 200 OK 12-12-2023 12:44:05:STARTING TEST : entityObjectTest() 12-12-2023 12:44:05:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_responsebuilder_web/resource/entity' to target server at 'localhost:8080' 12-12-2023 12:44:05:############################### 12-12-2023 12:44:05:[Request] Adding entity: 1702385045844 12-12-2023 12:44:05: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:05: TRACE: [WIRE] - << Content-Length: 123 12-12-2023 12:44:05: TRACE: [WIRE] - << Content-Type: application/json 12-12-2023 12:44:05: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:05: TRACE: [WIRE] - << 1702385045844 ANNOTATION_VALUE jakarta.ws.rs.POST, jakarta.ws.rs.Path, jakarta.ws.rs.ext.Provider, jakarta.ws.rs.Consumes, 12-12-2023 12:44:05:FINISHED TEST : entityObjectTest() [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.284 s - in ee.jakarta.tck.ws.rs.ee.rs.core.responsebuilder.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.core.securitycontext.basic.JAXRSBasicClientIT 12-12-2023 12:44:06:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:06:STARTING TEST : noAuthorizationTest() 12-12-2023 12:44:06:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_securitycontext_basic_web/Servlet/Context HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:06:FINISHED TEST : noAuthorizationTest() 12-12-2023 12:44:06:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:06:STARTING TEST : basicAuthorizationIncorrectUserTest() 12-12-2023 12:44:06:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_securitycontext_basic_web/Servlet/Context HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:06:FINISHED TEST : basicAuthorizationIncorrectUserTest() 12-12-2023 12:44:06:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:06:STARTING TEST : basicAuthorizationAdminTest()Dec 12, 2023 12:44:06 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:06:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_securitycontext_basic_web/Servlet/Context HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:06:FINISHED TEST : basicAuthorizationAdminTest() 12-12-2023 12:44:06:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:06:STARTING TEST : basicAuthorizationIncorrectPasswordTest() 12-12-2023 12:44:06:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_securitycontext_basic_web/Servlet/Context HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:06:FINISHED TEST : basicAuthorizationIncorrectPasswordTest() 12-12-2023 12:44:06:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:06:STARTING TEST : basicAuthorizationStandardUserTest() Dec 12, 2023 12:44:06 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:06:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_securitycontext_basic_web/Servlet/Context HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:06:FINISHED TEST : basicAuthorizationStandardUserTest() [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.894 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-12-2023 12:44:07:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:07:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:44:07 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:07:STARTING TEST : getMatchedURIsTest() 12-12-2023 12:44:07:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_uriinfo_web/resource/uri HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:07:FINISHED TEST : getMatchedURIsTest() 12-12-2023 12:44:07:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:44:07 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:07:STARTING TEST : queryTest() 12-12-2023 12:44:07:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_uriinfo_web/resource/query?stringtest=cts&inttest=-2147483648? HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:07:FINISHED TEST : queryTest() 12-12-2023 12:44:07:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:44:07 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:07:STARTING TEST : pathParamTest1() 12-12-2023 12:44:07:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_uriinfo_web/resource/pathparam1/%20/%2010 HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:07:FINISHED TEST : pathParamTest1() 12-12-2023 12:44:07:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:07:STARTING TEST : pathParamTest2()Dec 12, 2023 12:44:07 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:07:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_uriinfo_web/resource/pathparam2/%20/%2010 HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:07:FINISHED TEST : pathParamTest2() 12-12-2023 12:44:07:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:44:07 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:07:STARTING TEST : pathParamTest() 12-12-2023 12:44:07:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_uriinfo_web/resource/pathparam/a/b HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:07:FINISHED TEST : pathParamTest() 12-12-2023 12:44:07:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:07:STARTING TEST : pathTest1() Dec 12, 2023 12:44:07 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:07:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_uriinfo_web/resource/path1%20/%2010 HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:07:FINISHED TEST : pathTest1() 12-12-2023 12:44:07:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:07:STARTING TEST : pathTest2() Dec 12, 2023 12:44:07 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:07:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_uriinfo_web/resource/path2%20/%2010 HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:07:FINISHED TEST : pathTest2() 12-12-2023 12:44:07:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:07:STARTING TEST : pathSegTest() Dec 12, 2023 12:44:07 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:07:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_uriinfo_web/resource/pathseg HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:07:FINISHED TEST : pathSegTest() 12-12-2023 12:44:07:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:07:STARTING TEST : queryTest1() Dec 12, 2023 12:44:07 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:07:[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' 12-12-2023 12:44:07:FINISHED TEST : queryTest1() 12-12-2023 12:44:07:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:07:STARTING TEST : queryTest2() Dec 12, 2023 12:44:07 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:07:[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' 12-12-2023 12:44:07:FINISHED TEST : queryTest2() 12-12-2023 12:44:07:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:07:STARTING TEST : pathSegTest1() Dec 12, 2023 12:44:07 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:07:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_uriinfo_web/resource/pathseg1%20/%2010 HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:07:FINISHED TEST : pathSegTest1() 12-12-2023 12:44:07:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:07:STARTING TEST : pathSegTest2() Dec 12, 2023 12:44:07 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:07:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_uriinfo_web/resource/pathseg2%20/%2010 HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:07:FINISHED TEST : pathSegTest2() 12-12-2023 12:44:07:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:07:STARTING TEST : getMatchedURIsTest1() Dec 12, 2023 12:44:07 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:07:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_uriinfo_web/resource/uri1 HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:07:FINISHED TEST : getMatchedURIsTest1() 12-12-2023 12:44:07:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:07:STARTING TEST : getMatchedURIsTest2() Dec 12, 2023 12:44:07 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:07:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_uriinfo_web/resource/uri2 HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:07:FINISHED TEST : getMatchedURIsTest2() 12-12-2023 12:44:07:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:07:STARTING TEST : getMatchedResourcesTest() Dec 12, 2023 12:44:07 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:07:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_uriinfo_web/resource/resource HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:07:FINISHED TEST : getMatchedResourcesTest() 12-12-2023 12:44:07:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:07:STARTING TEST : pathTest() Dec 12, 2023 12:44:07 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:07:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_uriinfo_web/resource/path HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:07:FINISHED TEST : pathTest() 12-12-2023 12:44:07:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:07:STARTING TEST : requestURITest()Dec 12, 2023 12:44:07 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:07:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_uriinfo_web/resource/request?stringtest=cts&inttest=-2147483648 HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:07:FINISHED TEST : requestURITest() 12-12-2023 12:44:07:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:44:07 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:07:STARTING TEST : aPathTest() 12-12-2023 12:44:07:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_uriinfo_web/resource/apath HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:07:FINISHED TEST : aPathTest() 12-12-2023 12:44:07:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:44:07 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:07:STARTING TEST : baseUriTest() 12-12-2023 12:44:07:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_uriinfo_web/resource/baseuri HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:07:FINISHED TEST : baseUriTest() [WARNING] Tests run: 20, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.456 s - in ee.jakarta.tck.ws.rs.ee.rs.core.uriinfo.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.delete.JAXRSClientIT 12-12-2023 12:44:07:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:07:STARTING TEST : deleteSubTest() Dec 12, 2023 12:44:07 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:07:[HttpRequest] Dispatching request: 'DELETE /jaxrs_ee_rs_delete_web/DeleteTest/sub HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:07:FINISHED TEST : deleteSubTest() 12-12-2023 12:44:07:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:07:STARTING TEST : deleteTest1() Dec 12, 2023 12:44:07 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:07:[HttpRequest] Dispatching request: 'DELETE /jaxrs_ee_rs_delete_web/DeleteTest HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:07:FINISHED TEST : deleteTest1() 12-12-2023 12:44:07:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:07:STARTING TEST : deleteTest2() Dec 12, 2023 12:44:07 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:07:[HttpRequest] Dispatching request: 'DELETE /jaxrs_ee_rs_delete_web/DeleteTest HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:07:FINISHED TEST : deleteTest2() 12-12-2023 12:44:07:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:07:STARTING TEST : deleteSubTest1() 12-12-2023 12:44:07:[HttpRequest] Dispatching request: 'DELETE /jaxrs_ee_rs_delete_web/DeleteTest/sub HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:07:FINISHED TEST : deleteSubTest1() [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.267 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-12-2023 12:44:07:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:07:STARTING TEST : setAnnotationsNullThrowsNPETest()12-12-2023 12:44:07: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/ 12-12-2023 12:44:07: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETANNOTATIONSNULL, Content-Type:*/* 12-12-2023 12:44:07: TRACE: [WIRE] - >> Entity 12-12-2023 12:44:07: TRACE: [WIRE] - << 200 OK 12-12-2023 12:44:07:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/' to target server at 'localhost:8080' 12-12-2023 12:44:07:############################### 12-12-2023 12:44:07:[Request] Adding entity: Entity 12-12-2023 12:44:07: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:07: TRACE: [WIRE] - << Content-Length: 48 12-12-2023 12:44:07: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:44:07: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:07: TRACE: [WIRE] - << NullPointerException has been thrown as expected 12-12-2023 12:44:07:FINISHED TEST : setAnnotationsNullThrowsNPETest() 12-12-2023 12:44:07:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:07:STARTING TEST : setAnnotationsTest() 12-12-2023 12:44:07: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/ 12-12-2023 12:44:07: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETANNOTATIONS, Content-Type:*/* 12-12-2023 12:44:07: TRACE: [WIRE] - >> Entity 12-12-2023 12:44:07: TRACE: [WIRE] - << 200 OK 12-12-2023 12:44:07: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:07: TRACE: [WIRE] - << Content-Length: 69 12-12-2023 12:44:07: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:44:07:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/' to target server at 'localhost:8080' 12-12-2023 12:44:07:############################### 12-12-2023 12:44:07:[Request] Adding entity: Entity 12-12-2023 12:44:07: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:07: TRACE: [WIRE] - << @jakarta.ws.rs.ext.Provider();@jakarta.annotation.Priority(value=100) 12-12-2023 12:44:07:FINISHED TEST : setAnnotationsTest() 12-12-2023 12:44:07:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:07:STARTING TEST : setGenericTypeTest() 12-12-2023 12:44:07: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/ 12-12-2023 12:44:07: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETGENERICTYPE, Content-Type:*/* 12-12-2023 12:44:07: TRACE: [WIRE] - >> Entity 12-12-2023 12:44:07: TRACE: [WIRE] - << 200 OK 12-12-2023 12:44:07: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:07: TRACE: [WIRE] - << Content-Length: 2 12-12-2023 12:44:07: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:44:07:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/' to target server at 'localhost:8080' 12-12-2023 12:44:07:############################### 12-12-2023 12:44:07:[Request] Adding entity: Entity 12-12-2023 12:44:07: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:07: TRACE: [WIRE] - << [B 12-12-2023 12:44:07:FINISHED TEST : setGenericTypeTest() 12-12-2023 12:44:07:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:07:STARTING TEST : getMediaTypeTest()12-12-2023 12:44:07: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/ 12-12-2023 12:44:07: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETMEDIATYPE, Content-Type:application/json 12-12-2023 12:44:07: TRACE: [WIRE] - >> Entity 12-12-2023 12:44:07: TRACE: [WIRE] - << 200 OK 12-12-2023 12:44:07: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:07:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/' to target server at 'localhost:8080' 12-12-2023 12:44:07:############################### 12-12-2023 12:44:07:[Request] Adding entity: Entity{entity=Entity, variant=Variant[mediaType=application/json, language=null, encoding=null], annotations=[]} 12-12-2023 12:44:07: TRACE: [WIRE] - << Content-Length: 16 12-12-2023 12:44:07: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:44:07: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:07: TRACE: [WIRE] - << application/json 12-12-2023 12:44:07:FINISHED TEST : getMediaTypeTest() 12-12-2023 12:44:07:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:07: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/ 12-12-2023 12:44:07: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETPROPERTYNULL, Content-Type:*/* 12-12-2023 12:44:07: TRACE: [WIRE] - >> Entity 12-12-2023 12:44:07: TRACE: [WIRE] - << 200 OK 12-12-2023 12:44:07: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:07: TRACE: [WIRE] - << Content-Length: 4 12-12-2023 12:44:07: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:44:07: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:07: TRACE: [WIRE] - << None 12-12-2023 12:44:07:STARTING TEST : setPropertyNullTest() 12-12-2023 12:44:07:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/' to target server at 'localhost:8080' 12-12-2023 12:44:07:############################### 12-12-2023 12:44:07:[Request] Adding entity: Entity 12-12-2023 12:44:07:FINISHED TEST : setPropertyNullTest() 12-12-2023 12:44:07:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:07:STARTING TEST : getPropertyNamesIsReadOnlyTest()12-12-2023 12:44:07: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/ 12-12-2023 12:44:07: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETPROPERTYNAMESISREADONLY, Content-Type:*/* 12-12-2023 12:44:07: TRACE: [WIRE] - >> Entity 12-12-2023 12:44:07: TRACE: [WIRE] - << 200 OK 12-12-2023 12:44:07:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/' to target server at 'localhost:8080' 12-12-2023 12:44:07:############################### 12-12-2023 12:44:07:[Request] Adding entity: Entity 12-12-2023 12:44:07: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:07: TRACE: [WIRE] - << Content-Length: 4 12-12-2023 12:44:07: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:44:07: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:07: TRACE: [WIRE] - << None 12-12-2023 12:44:07:FINISHED TEST : getPropertyNamesIsReadOnlyTest() 12-12-2023 12:44:07:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:07: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/ 12-12-2023 12:44:07: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETPROPERTYNAMES, Content-Type:*/* 12-12-2023 12:44:07: TRACE: [WIRE] - >> Entity 12-12-2023 12:44:07: TRACE: [WIRE] - << 200 OK 12-12-2023 12:44:07: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:07: TRACE: [WIRE] - << Content-Length: 49 12-12-2023 12:44:07: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:44:07: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:07: TRACE: [WIRE] - << Property4;Property3;Property2;Property1;Property0 12-12-2023 12:44:07:STARTING TEST : getPropertyNamesTest() 12-12-2023 12:44:07:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/' to target server at 'localhost:8080' 12-12-2023 12:44:07:############################### 12-12-2023 12:44:07:[Request] Adding entity: Entity 12-12-2023 12:44:07:FINISHED TEST : getPropertyNamesTest() 12-12-2023 12:44:07:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:07:STARTING TEST : getPropertyIsNullTest() 12-12-2023 12:44:07: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/ 12-12-2023 12:44:07: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETPROPERTY, Content-Type:*/* 12-12-2023 12:44:07: TRACE: [WIRE] - >> Entity 12-12-2023 12:44:07: TRACE: [WIRE] - << 200 OK 12-12-2023 12:44:07: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:07: TRACE: [WIRE] - << Content-Length: 4 12-12-2023 12:44:07: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:44:07:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/' to target server at 'localhost:8080' 12-12-2023 12:44:07:############################### 12-12-2023 12:44:07:[Request] Adding entity: Entity 12-12-2023 12:44:07: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:07: TRACE: [WIRE] - << None 12-12-2023 12:44:07:FINISHED TEST : getPropertyIsNullTest() 12-12-2023 12:44:07:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:07:STARTING TEST : setMediaTypeTest() 12-12-2023 12:44:07: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/ 12-12-2023 12:44:07: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETMEDIATYPE, Content-Type:*/* 12-12-2023 12:44:07: TRACE: [WIRE] - >> Entity 12-12-2023 12:44:07: TRACE: [WIRE] - << 200 OK 12-12-2023 12:44:07: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:07: TRACE: [WIRE] - << Content-Length: 33 12-12-2023 12:44:07: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:44:07: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:07:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/' to target server at 'localhost:8080' 12-12-2023 12:44:07:############################### 12-12-2023 12:44:07:[Request] Adding entity: Entity 12-12-2023 12:44:07: TRACE: [WIRE] - << application/x-www-form-urlencoded 12-12-2023 12:44:07:FINISHED TEST : setMediaTypeTest() 12-12-2023 12:44:07:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:07:STARTING TEST : setTypeTest() 12-12-2023 12:44:07: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/ 12-12-2023 12:44:07: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETTYPE, Content-Type:*/* 12-12-2023 12:44:07: TRACE: [WIRE] - >> java.io.InputStreamReader@3f802caa 12-12-2023 12:44:07: TRACE: [WIRE] - << 200 OK 12-12-2023 12:44:07: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:07: TRACE: [WIRE] - << Content-Length: 25 12-12-2023 12:44:07:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/' to target server at 'localhost:8080' 12-12-2023 12:44:07:############################### 12-12-2023 12:44:07:[Request] Adding entity: java.io.InputStreamReader@3f802caa 12-12-2023 12:44:07: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:44:07: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:07: TRACE: [WIRE] - << java.io.InputStreamReader 12-12-2023 12:44:07:#setType set correct type java.io.InputStreamReader 12-12-2023 12:44:07:FINISHED TEST : setTypeTest() 12-12-2023 12:44:07:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:07: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/ 12-12-2023 12:44:07: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETTYPE, Content-Type:*/* 12-12-2023 12:44:07: TRACE: [WIRE] - >> Entity 12-12-2023 12:44:07: TRACE: [WIRE] - << 200 OK 12-12-2023 12:44:07: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:07: TRACE: [WIRE] - << Content-Length: 16 12-12-2023 12:44:07: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:44:07: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:07: TRACE: [WIRE] - << java.lang.String 12-12-2023 12:44:07:STARTING TEST : getTypeTest() 12-12-2023 12:44:07:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/' to target server at 'localhost:8080' 12-12-2023 12:44:07:############################### 12-12-2023 12:44:07:[Request] Adding entity: Entity 12-12-2023 12:44:07:FINISHED TEST : getTypeTest() 12-12-2023 12:44:07:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:07:STARTING TEST : getAnnotationsTest()12-12-2023 12:44:07: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/ 12-12-2023 12:44:07: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETANNOTATIONS, Content-Type:*/* 12-12-2023 12:44:07: TRACE: [WIRE] - >> Entity 12-12-2023 12:44:07: TRACE: [WIRE] - << 200 OK 12-12-2023 12:44:07:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/' to target server at 'localhost:8080' 12-12-2023 12:44:07:############################### 12-12-2023 12:44:07:[Request] Adding entity: Entity{entity=Entity, variant=Variant[mediaType=*/*, language=null, encoding=null], annotations=[@jakarta.ws.rs.ext.Provider(), @jakarta.annotation.Priority(value=100)]} 12-12-2023 12:44:07: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:07: TRACE: [WIRE] - << Content-Length: 69 12-12-2023 12:44:07: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:44:07: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:07: TRACE: [WIRE] - << @jakarta.ws.rs.ext.Provider();@jakarta.annotation.Priority(value=100) 12-12-2023 12:44:07:FINISHED TEST : getAnnotationsTest() 12-12-2023 12:44:07:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:07: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/ 12-12-2023 12:44:07: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETGENERICTYPE, Content-Type:*/* 12-12-2023 12:44:07: TRACE: [WIRE] - >> Entity 12-12-2023 12:44:07: TRACE: [WIRE] - << 200 OK 12-12-2023 12:44:07: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:07: TRACE: [WIRE] - << Content-Length: 16 12-12-2023 12:44:07: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:44:07: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:07: TRACE: [WIRE] - << java.lang.String 12-12-2023 12:44:07:STARTING TEST : getGenericTypeTest() 12-12-2023 12:44:07:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/' to target server at 'localhost:8080' 12-12-2023 12:44:07:############################### 12-12-2023 12:44:07:[Request] Adding entity: Entity 12-12-2023 12:44:07:FINISHED TEST : getGenericTypeTest() 12-12-2023 12:44:07:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:07: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/ 12-12-2023 12:44:07: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETPROPERTY, Content-Type:*/* 12-12-2023 12:44:07: TRACE: [WIRE] - >> Entity 12-12-2023 12:44:07: TRACE: [WIRE] - << 200 OK 12-12-2023 12:44:07: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:07: TRACE: [WIRE] - << Content-Length: 12 12-12-2023 12:44:07: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:44:07: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:07: TRACE: [WIRE] - << Other Entity 12-12-2023 12:44:07:STARTING TEST : setPropertyTest() 12-12-2023 12:44:07:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/' to target server at 'localhost:8080' 12-12-2023 12:44:07:############################### 12-12-2023 12:44:07:[Request] Adding entity: Entity 12-12-2023 12:44:07:FINISHED TEST : setPropertyTest() 12-12-2023 12:44:07:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:07:STARTING TEST : removePropertyTest() 12-12-2023 12:44:07: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/ 12-12-2023 12:44:07: TRACE: [WIRE] - >> Accept:*/*, OPERATION:REMOVEPROPERTY, Content-Type:*/* 12-12-2023 12:44:07: TRACE: [WIRE] - >> Entity 12-12-2023 12:44:07: TRACE: [WIRE] - << 200 OK 12-12-2023 12:44:07: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:07: TRACE: [WIRE] - << Content-Length: 4 12-12-2023 12:44:07: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:44:07:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/' to target server at 'localhost:8080' 12-12-2023 12:44:07:############################### 12-12-2023 12:44:07:[Request] Adding entity: Entity 12-12-2023 12:44:07: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:07: TRACE: [WIRE] - << None 12-12-2023 12:44:07:FINISHED TEST : removePropertyTest() [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.516 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-12-2023 12:44:08:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:08:STARTING TEST : getEntityTest() 12-12-2023 12:44:08: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/ 12-12-2023 12:44:08: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETENTITY, Content-Type:*/* 12-12-2023 12:44:08: TRACE: [WIRE] - >> Entity 12-12-2023 12:44:08: TRACE: [WIRE] - << 200 OK 12-12-2023 12:44:08: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:08: TRACE: [WIRE] - << Content-Length: 6 12-12-2023 12:44:08: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:44:08: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:08: TRACE: [WIRE] - << Entity 12-12-2023 12:44:08:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/' to target server at 'localhost:8080' 12-12-2023 12:44:08:############################### 12-12-2023 12:44:08:[Request] Adding entity: Entity 12-12-2023 12:44:08:FINISHED TEST : getEntityTest() 12-12-2023 12:44:08:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:08:STARTING TEST : getHeadersOperationOnlyTest() 12-12-2023 12:44:08: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/ 12-12-2023 12:44:08: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETHEADERS, Content-Type:*/* 12-12-2023 12:44:08: TRACE: [WIRE] - >> Entity 12-12-2023 12:44:08: TRACE: [WIRE] - << 200 OK 12-12-2023 12:44:08: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:08:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/' to target server at 'localhost:8080' 12-12-2023 12:44:08:############################### 12-12-2023 12:44:08:[Request] Adding entity: Entity 12-12-2023 12:44:08: TRACE: [WIRE] - << Content-Length: 40 12-12-2023 12:44:08: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:44:08: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:08: TRACE: [WIRE] - << Accept;OPERATION;Content-Type;User-Agent 12-12-2023 12:44:08:FINISHED TEST : getHeadersOperationOnlyTest() 12-12-2023 12:44:08:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:08:STARTING TEST : setEntityTest() 12-12-2023 12:44:08:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/' to target server at 'localhost:8080' 12-12-2023 12:44:08: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/ 12-12-2023 12:44:08: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETENTITY, Content-Type:*/* 12-12-2023 12:44:08: TRACE: [WIRE] - >> Entity 12-12-2023 12:44:08: TRACE: [WIRE] - << 200 OK 12-12-2023 12:44:08: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:08: TRACE: [WIRE] - << Content-Length: 9 12-12-2023 12:44:08: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:44:08: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:08:############################### 12-12-2023 12:44:08:[Request] Adding entity: Entity 12-12-2023 12:44:08: TRACE: [WIRE] - << OPERATION 12-12-2023 12:44:08:FINISHED TEST : setEntityTest() 12-12-2023 12:44:08:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:08:STARTING TEST : getHeadersIsMutableTest() 12-12-2023 12:44:08: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/ 12-12-2023 12:44:08: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETHEADERSISMUTABLE, Content-Type:*/* 12-12-2023 12:44:08: TRACE: [WIRE] - >> Entity 12-12-2023 12:44:08: TRACE: [WIRE] - << 200 OK 12-12-2023 12:44:08: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:08: TRACE: [WIRE] - << Content-Length: 8 12-12-2023 12:44:08:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/' to target server at 'localhost:8080' 12-12-2023 12:44:08:############################### 12-12-2023 12:44:08:[Request] Adding entity: Entity 12-12-2023 12:44:08: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:44:08: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:08: TRACE: [WIRE] - << Property 12-12-2023 12:44:08:FINISHED TEST : getHeadersIsMutableTest() 12-12-2023 12:44:08:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:08:STARTING TEST : setOutputStreamTest() 12-12-2023 12:44:08: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/ 12-12-2023 12:44:08: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETOUTPUTSTREAM, Content-Type:*/* 12-12-2023 12:44:08: TRACE: [WIRE] - >> Entity 12-12-2023 12:44:08: TRACE: [WIRE] - << 200 OK 12-12-2023 12:44:08: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:08: TRACE: [WIRE] - << Content-Length: 8192 12-12-2023 12:44:08:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/' to target server at 'localhost:8080' 12-12-2023 12:44:08:############################### 12-12-2023 12:44:08:[Request] Adding entity: Entity 12-12-2023 12:44:08: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:44:08: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:08: TRACE: [WIRE] - << Enxixy 12-12-2023 12:44:08:FINISHED TEST : setOutputStreamTest() 12-12-2023 12:44:08:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:08:STARTING TEST : proceedThrowsWebApplicationExceptionTest() 12-12-2023 12:44:08: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/ 12-12-2023 12:44:08: TRACE: [WIRE] - >> Accept:*/*, OPERATION:PROCEEDTHROWSWEBAPPEXCEPTION, Content-Type:*/* 12-12-2023 12:44:08: TRACE: [WIRE] - >> StringBean. To get a value, use rather #get() method. 12-12-2023 12:44:08:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/' to target server at 'localhost:8080' 12-12-2023 12:44:08:############################### 12-12-2023 12:44:08:[Request] Adding entity: StringBean. To get a value, use rather #get() method. 12-12-2023 12:44:08:Root cause of Failure: WebApplicationException has been thrown as expected ee.jakarta.tck.ws.rs.ee.rs.ext.interceptor.writer.writerinterceptorcontext.ProceedException: WebApplicationException has been thrown as expected at ee.jakarta.tck.ws.rs.ee.rs.ext.interceptor.writer.writerinterceptorcontext.InterceptorBodyOne.proceedThrowsWebAppException(InterceptorBodyOne.java:71) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at ee.jakarta.tck.ws.rs.api.rs.ext.interceptor.TemplateInterceptorBody.executeMethod(TemplateInterceptorBody.java:62) at ee.jakarta.tck.ws.rs.ee.rs.ext.interceptor.writer.TemplateWriterInterceptor.aroundWriteTo(TemplateWriterInterceptor.java:58) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116) at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:476) at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:458) at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:414) at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:268) at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:300) at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:662) at org.glassfish.jersey.client.JerseyInvocation.call(JerseyInvocation.java:697) at org.glassfish.jersey.client.JerseyInvocation.lambda$runInScope$3(JerseyInvocation.java:691) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:205) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390) at org.glassfish.jersey.client.JerseyInvocation.runInScope(JerseyInvocation.java:691) at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:661) at ee.jakarta.tck.ws.rs.common.client.JaxrsWebTestCase.invoke(JaxrsWebTestCase.java:350) at ee.jakarta.tck.ws.rs.common.client.JaxrsWebTestCase.execute(JaxrsWebTestCase.java:201) at ee.jakarta.tck.ws.rs.common.client.JaxrsCommonClient.invoke(JaxrsCommonClient.java:209) at ee.jakarta.tck.ws.rs.ee.rs.ext.interceptor.clientwriter.WriterClient.invoke(WriterClient.java:52) at ee.jakarta.tck.ws.rs.ee.rs.ext.interceptor.clientwriter.writerinterceptorcontext.JAXRSClientIT.proceedThrowsWebApplicationExceptionTest(JAXRSClientIT.java:222) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.jboss.arquillian.junit5.ArquillianExtension$1.invoke(ArquillianExtension.java:165) at org.jboss.arquillian.container.test.impl.execution.LocalTestExecuter.execute(LocalTestExecuter.java:57) at jdk.internal.reflect.GeneratedMethodAccessor15.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:86) at org.jboss.arquillian.core.impl.EventContextImpl.invokeObservers(EventContextImpl.java:103) at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:90) at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:133) at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:105) at org.jboss.arquillian.core.impl.EventImpl.fire(EventImpl.java:62) at org.jboss.arquillian.container.test.impl.execution.ClientTestExecuter.execute(ClientTestExecuter.java:50) at jdk.internal.reflect.GeneratedMethodAccessor14.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:86) at org.jboss.arquillian.core.impl.EventContextImpl.invokeObservers(EventContextImpl.java:103) at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:90) at org.jboss.arquillian.container.test.impl.client.ContainerEventController.createContext(ContainerEventController.java:128) at org.jboss.arquillian.container.test.impl.client.ContainerEventController.createTestContext(ContainerEventController.java:118) at jdk.internal.reflect.GeneratedMethodAccessor13.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:86) at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:95) at org.jboss.arquillian.test.impl.TestContextHandler.createTestContext(TestContextHandler.java:116) at jdk.internal.reflect.GeneratedMethodAccessor6.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:86) at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:95) at org.jboss.arquillian.test.impl.TestContextHandler.createClassContext(TestContextHandler.java:83) at jdk.internal.reflect.GeneratedMethodAccessor5.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:86) at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:95) at org.jboss.arquillian.test.impl.TestContextHandler.createSuiteContext(TestContextHandler.java:69) at jdk.internal.reflect.GeneratedMethodAccessor4.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:86) at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:95) at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:133) at org.jboss.arquillian.test.impl.EventTestRunnerAdaptor.test(EventTestRunnerAdaptor.java:139) at org.jboss.arquillian.junit5.ArquillianExtension.interceptInvocation(ArquillianExtension.java:145) at org.jboss.arquillian.junit5.ArquillianExtension.interceptTestMethod(ArquillianExtension.java:90) at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115) at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:149) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:140) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:84) at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115) at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:104) at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:98) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$6(TestMethodTestDescriptor.java:210) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:206) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:131) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:65) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84) at java.base/java.util.ArrayList.forEach(ArrayList.java:1540) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:143) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84) at java.base/java.util.ArrayList.forEach(ArrayList.java:1540) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:143) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:32) at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57) at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:51) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:108) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:67) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:52) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:96) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:75) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.execute(JUnitPlatformProvider.java:188) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:154) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:428) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:562) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:548) Caused by: ee.jakarta.tck.ws.rs.ee.rs.ext.interceptor.writer.writerinterceptorcontext.ProceedException$1: WebApplicationException has been thrown as expected at ee.jakarta.tck.ws.rs.ee.rs.ext.interceptor.writer.writerinterceptorcontext.ProceedException.getCause(ProceedException.java:44) at java.base/java.lang.Throwable.printStackTrace(Throwable.java:669) at java.base/java.lang.Throwable.printStackTrace(Throwable.java:648) at java.base/java.lang.Throwable.printStackTrace(Throwable.java:639) at ee.jakarta.tck.ws.rs.lib.util.TestUtil.logErr(TestUtil.java:688) at ee.jakarta.tck.ws.rs.common.client.JaxrsCommonClient.invoke(JaxrsCommonClient.java:217) ... 117 more 12-12-2023 12:44:08:[JAXRSCommonClient] null failed! Check output for cause of failure. ee.jakarta.tck.ws.rs.common.webclient.TestFailureException: [FATAL] Unexpected failure during test execution. Client client = ClientFactory.newClient(); client.configuration().register(ee.jakarta.tck.ws.rs.ee.rs.ext.interceptor.writer.writerinterceptorcontext.WriterInterceptorTwo); client.configuration().register(ee.jakarta.tck.ws.rs.ee.rs.ext.interceptor.writer.writerinterceptorcontext.WriterInterceptorOne.class); client.configuration().register(ee.jakarta.tck.ws.rs.common.provider.StringBeanEntityProvider.class); WebTarget target = client.target("http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/"); Invocation.Builder builder; builder = target.request("*/*"); builder.header("OPERATION","PROCEEDTHROWSWEBAPPEXCEPTION"); Invocation i; i=builder.build("POST",Entity.entity(StringBean. To get a value, use rather #get() method.,*/*); i.invoke(); WebApplicationException has been thrown as expected at ee.jakarta.tck.ws.rs.common.client.JaxrsWebTestCase.execute(JaxrsWebTestCase.java:214) at ee.jakarta.tck.ws.rs.common.client.JaxrsCommonClient.invoke(JaxrsCommonClient.java:209) at ee.jakarta.tck.ws.rs.ee.rs.ext.interceptor.clientwriter.WriterClient.invoke(WriterClient.java:52) at ee.jakarta.tck.ws.rs.ee.rs.ext.interceptor.clientwriter.writerinterceptorcontext.JAXRSClientIT.proceedThrowsWebApplicationExceptionTest(JAXRSClientIT.java:222) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.jboss.arquillian.junit5.ArquillianExtension$1.invoke(ArquillianExtension.java:165) at org.jboss.arquillian.container.test.impl.execution.LocalTestExecuter.execute(LocalTestExecuter.java:57) at jdk.internal.reflect.GeneratedMethodAccessor15.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:86) at org.jboss.arquillian.core.impl.EventContextImpl.invokeObservers(EventContextImpl.java:103) at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:90) at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:133) at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:105) at org.jboss.arquillian.core.impl.EventImpl.fire(EventImpl.java:62) at org.jboss.arquillian.container.test.impl.execution.ClientTestExecuter.execute(ClientTestExecuter.java:50) at jdk.internal.reflect.GeneratedMethodAccessor14.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:86) at org.jboss.arquillian.core.impl.EventContextImpl.invokeObservers(EventContextImpl.java:103) at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:90) at org.jboss.arquillian.container.test.impl.client.ContainerEventController.createContext(ContainerEventController.java:128) at org.jboss.arquillian.container.test.impl.client.ContainerEventController.createTestContext(ContainerEventController.java:118) at jdk.internal.reflect.GeneratedMethodAccessor13.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:86) at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:95) at org.jboss.arquillian.test.impl.TestContextHandler.createTestContext(TestContextHandler.java:116) at jdk.internal.reflect.GeneratedMethodAccessor6.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:86) at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:95) at org.jboss.arquillian.test.impl.TestContextHandler.createClassContext(TestContextHandler.java:83) at jdk.internal.reflect.GeneratedMethodAccessor5.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:86) at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:95) at org.jboss.arquillian.test.impl.TestContextHandler.createSuiteContext(TestContextHandler.java:69) at jdk.internal.reflect.GeneratedMethodAccessor4.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:86) at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:95) at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:133) at org.jboss.arquillian.test.impl.EventTestRunnerAdaptor.test(EventTestRunnerAdaptor.java:139) at org.jboss.arquillian.junit5.ArquillianExtension.interceptInvocation(ArquillianExtension.java:145) at org.jboss.arquillian.junit5.ArquillianExtension.interceptTestMethod(ArquillianExtension.java:90) at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115) at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:149) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:140) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:84) at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115) at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:104) at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:98) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$6(TestMethodTestDescriptor.java:210) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:206) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:131) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:65) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84) at java.base/java.util.ArrayList.forEach(ArrayList.java:1540) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:143) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84) at java.base/java.util.ArrayList.forEach(ArrayList.java:1540) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:143) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:32) at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57) at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:51) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:108) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:67) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:52) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:96) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:75) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.execute(JUnitPlatformProvider.java:188) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:154) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:428) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:562) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:548) Caused by: ee.jakarta.tck.ws.rs.ee.rs.ext.interceptor.writer.writerinterceptorcontext.ProceedException: WebApplicationException has been thrown as expected at ee.jakarta.tck.ws.rs.ee.rs.ext.interceptor.writer.writerinterceptorcontext.InterceptorBodyOne.proceedThrowsWebAppException(InterceptorBodyOne.java:71) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at ee.jakarta.tck.ws.rs.api.rs.ext.interceptor.TemplateInterceptorBody.executeMethod(TemplateInterceptorBody.java:62) at ee.jakarta.tck.ws.rs.ee.rs.ext.interceptor.writer.TemplateWriterInterceptor.aroundWriteTo(TemplateWriterInterceptor.java:58) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116) at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:476) at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:458) at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:414) at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:268) at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:300) at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:662) at org.glassfish.jersey.client.JerseyInvocation.call(JerseyInvocation.java:697) at org.glassfish.jersey.client.JerseyInvocation.lambda$runInScope$3(JerseyInvocation.java:691) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:205) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390) at org.glassfish.jersey.client.JerseyInvocation.runInScope(JerseyInvocation.java:691) at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:661) at ee.jakarta.tck.ws.rs.common.client.JaxrsWebTestCase.invoke(JaxrsWebTestCase.java:350) at ee.jakarta.tck.ws.rs.common.client.JaxrsWebTestCase.execute(JaxrsWebTestCase.java:201) ... 118 more Caused by: ee.jakarta.tck.ws.rs.ee.rs.ext.interceptor.writer.writerinterceptorcontext.ProceedException$1: WebApplicationException has been thrown as expected at ee.jakarta.tck.ws.rs.ee.rs.ext.interceptor.writer.writerinterceptorcontext.ProceedException.getCause(ProceedException.java:44) at java.base/java.lang.Throwable.printEnclosedStackTrace(Throwable.java:711) at java.base/java.lang.Throwable.printStackTrace(Throwable.java:671) at java.base/java.lang.Throwable.printStackTrace(Throwable.java:648) at java.base/java.lang.Throwable.printStackTrace(Throwable.java:639) at ee.jakarta.tck.ws.rs.lib.util.TestUtil.logErr(TestUtil.java:688) at ee.jakarta.tck.ws.rs.common.JAXRSCommonClient$Fault.(JAXRSCommonClient.java:1136) at ee.jakarta.tck.ws.rs.common.client.JaxrsCommonClient.invoke(JaxrsCommonClient.java:219) ... 117 more 12-12-2023 12:44:08:WebApplicationException has been thrown as expected 12-12-2023 12:44:08:FINISHED TEST : proceedThrowsWebApplicationExceptionTest() 12-12-2023 12:44:08:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:08:STARTING TEST : getHeadersTest() 12-12-2023 12:44:08: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/ 12-12-2023 12:44:08: TRACE: [WIRE] - >> Accept:*/*, Property4:any, Property3:any, Property2:any, Property1:any, Property0:any, OPERATION:GETHEADERS, Content-Type:*/* 12-12-2023 12:44:08: TRACE: [WIRE] - >> Entity 12-12-2023 12:44:08: TRACE: [WIRE] - << 200 OK 12-12-2023 12:44:08:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/' to target server at 'localhost:8080' 12-12-2023 12:44:08:############################### 12-12-2023 12:44:08:[Request] Adding entity: Entity 12-12-2023 12:44:08: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:08: TRACE: [WIRE] - << Content-Length: 90 12-12-2023 12:44:08: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:44:08: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:08: TRACE: [WIRE] - << Accept;Property4;Property3;Property2;Property1;Property0;OPERATION;Content-Type;User-Agent 12-12-2023 12:44:08:FINISHED TEST : getHeadersTest() 12-12-2023 12:44:08:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:08:STARTING TEST : getOutputStreamTest() 12-12-2023 12:44:08: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/ 12-12-2023 12:44:08: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETOUTPUTSTREAM, Content-Type:*/* 12-12-2023 12:44:08: TRACE: [WIRE] - >> Entity 12-12-2023 12:44:08: TRACE: [WIRE] - << 200 OK 12-12-2023 12:44:08: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:08: TRACE: [WIRE] - << Content-Length: 10 12-12-2023 12:44:08:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/' to target server at 'localhost:8080' 12-12-2023 12:44:08:############################### 12-12-2023 12:44:08:[Request] Adding entity: Entity 12-12-2023 12:44:08: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:44:08: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:08: TRACE: [WIRE] - << NoneEntity 12-12-2023 12:44:08:FINISHED TEST : getOutputStreamTest() 12-12-2023 12:44:08:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:08:STARTING TEST : proceedThrowsIOExceptionTest() 12-12-2023 12:44:08: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/ 12-12-2023 12:44:08: TRACE: [WIRE] - >> Accept:*/*, OPERATION:PROCEEDTHROWSIOEXCEPTION, Content-Type:*/* 12-12-2023 12:44:08: TRACE: [WIRE] - >> Entity 12-12-2023 12:44:08: TRACE: [WIRE] - << 200 OK 12-12-2023 12:44:08: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:08: TRACE: [WIRE] - << Content-Length: 39 12-12-2023 12:44:08: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:44:08:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/' to target server at 'localhost:8080' 12-12-2023 12:44:08:############################### 12-12-2023 12:44:08:[Request] Adding entity: Entity 12-12-2023 12:44:08: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:08: TRACE: [WIRE] - << IOException has been thrown as expected 12-12-2023 12:44:08:FINISHED TEST : proceedThrowsIOExceptionTest() [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.398 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-12-2023 12:44:08:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:08:STARTING TEST : setAnnotationsNullThrowsNPETest() 12-12-2023 12:44:08: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string 12-12-2023 12:44:08: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETANNOTATIONSNULL, Content-Type:*/* 12-12-2023 12:44:08:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string' to target server at 'localhost:8080' 12-12-2023 12:44:08:############################### 12-12-2023 12:44:08:[Request] Adding entity: Entity 12-12-2023 12:44:08: TRACE: [WIRE] - >> Entity 12-12-2023 12:44:08: TRACE: [WIRE] - << 200 OK 12-12-2023 12:44:08: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:08: TRACE: [WIRE] - << Content-Length: 48 12-12-2023 12:44:08: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:44:08: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:08: TRACE: [WIRE] - << NullPointerException has been thrown as expected 12-12-2023 12:44:08:FINISHED TEST : setAnnotationsNullThrowsNPETest() 12-12-2023 12:44:08:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:08:STARTING TEST : setAnnotationsTest()12-12-2023 12:44:08: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string 12-12-2023 12:44:08: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETANNOTATIONS, Content-Type:*/* 12-12-2023 12:44:08: TRACE: [WIRE] - >> Entity 12-12-2023 12:44:08:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string' to target server at 'localhost:8080' 12-12-2023 12:44:08:############################### 12-12-2023 12:44:08:[Request] Adding entity: Entity 12-12-2023 12:44:08: TRACE: [WIRE] - << 200 OK 12-12-2023 12:44:08: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:08: TRACE: [WIRE] - << Content-Length: 69 12-12-2023 12:44:08: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:44:08: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:08: TRACE: [WIRE] - << @jakarta.ws.rs.ext.Provider();@jakarta.annotation.Priority(value=100) 12-12-2023 12:44:08:FINISHED TEST : setAnnotationsTest() 12-12-2023 12:44:08:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:08:STARTING TEST : setGenericTypeTest() 12-12-2023 12:44:08: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string 12-12-2023 12:44:08:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string' to target server at 'localhost:8080' 12-12-2023 12:44:08:############################### 12-12-2023 12:44:08:[Request] Adding entity: Entity 12-12-2023 12:44:08: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETGENERICTYPE, Content-Type:*/* 12-12-2023 12:44:08: TRACE: [WIRE] - >> Entity 12-12-2023 12:44:08: TRACE: [WIRE] - << 200 OK 12-12-2023 12:44:08: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:08: TRACE: [WIRE] - << Content-Length: 2 12-12-2023 12:44:08: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:44:08: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:08: TRACE: [WIRE] - << [B 12-12-2023 12:44:08:FINISHED TEST : setGenericTypeTest() 12-12-2023 12:44:08:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:08:STARTING TEST : getMediaTypeTest() 12-12-2023 12:44:08: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string 12-12-2023 12:44:08: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETMEDIATYPE, Content-Type:application/json 12-12-2023 12:44:08:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string' to target server at 'localhost:8080' 12-12-2023 12:44:08:############################### 12-12-2023 12:44:08:[Request] Adding entity: Entity{entity=Entity, variant=Variant[mediaType=application/json, language=null, encoding=null], annotations=[]} 12-12-2023 12:44:08: TRACE: [WIRE] - >> Entity 12-12-2023 12:44:08: TRACE: [WIRE] - << 200 OK 12-12-2023 12:44:08: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:08: TRACE: [WIRE] - << Content-Length: 16 12-12-2023 12:44:08: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:44:08: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:08: TRACE: [WIRE] - << application/json 12-12-2023 12:44:08:FINISHED TEST : getMediaTypeTest() 12-12-2023 12:44:08:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:08:STARTING TEST : setPropertyNullTest() 12-12-2023 12:44:08: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string 12-12-2023 12:44:08: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETPROPERTYNULL, Content-Type:*/* 12-12-2023 12:44:08: TRACE: [WIRE] - >> Entity 12-12-2023 12:44:08: TRACE: [WIRE] - << 200 OK 12-12-2023 12:44:08:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string' to target server at 'localhost:8080' 12-12-2023 12:44:08:############################### 12-12-2023 12:44:08:[Request] Adding entity: Entity 12-12-2023 12:44:08: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:08: TRACE: [WIRE] - << Content-Length: 4 12-12-2023 12:44:08: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:44:08: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:08: TRACE: [WIRE] - << None 12-12-2023 12:44:08:FINISHED TEST : setPropertyNullTest() 12-12-2023 12:44:08:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:08:STARTING TEST : getPropertyNamesIsReadOnlyTest() 12-12-2023 12:44:08: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string 12-12-2023 12:44:08:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string' to target server at 'localhost:8080' 12-12-2023 12:44:08:############################### 12-12-2023 12:44:08:[Request] Adding entity: Entity 12-12-2023 12:44:08: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETPROPERTYNAMESISREADONLY, Content-Type:*/* 12-12-2023 12:44:08: TRACE: [WIRE] - >> Entity 12-12-2023 12:44:08: TRACE: [WIRE] - << 200 OK 12-12-2023 12:44:08: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:08: TRACE: [WIRE] - << Content-Length: 4 12-12-2023 12:44:08: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:44:08: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:08: TRACE: [WIRE] - << None 12-12-2023 12:44:08:FINISHED TEST : getPropertyNamesIsReadOnlyTest() 12-12-2023 12:44:08:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:08:STARTING TEST : getPropertyNamesTest() 12-12-2023 12:44:08: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string 12-12-2023 12:44:08: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETPROPERTYNAMES, Content-Type:*/* 12-12-2023 12:44:08:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string' to target server at 'localhost:8080' 12-12-2023 12:44:08:############################### 12-12-2023 12:44:08:[Request] Adding entity: Entity 12-12-2023 12:44:08: TRACE: [WIRE] - >> Entity 12-12-2023 12:44:08: TRACE: [WIRE] - << 200 OK 12-12-2023 12:44:08: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:08: TRACE: [WIRE] - << Content-Length: 139 12-12-2023 12:44:08: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:44:08: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:08: TRACE: [WIRE] - << Property4;Property3;org.glassfish.web.RequestFacadeHelper;org.glassfish.jersey.message.internal.TracingLogger;Property2;Property1;Property0 12-12-2023 12:44:08:FINISHED TEST : getPropertyNamesTest() 12-12-2023 12:44:08:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:08:STARTING TEST : getPropertyIsNullTest() 12-12-2023 12:44:08: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string 12-12-2023 12:44:08: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETPROPERTY, Content-Type:*/* 12-12-2023 12:44:08: TRACE: [WIRE] - >> Entity 12-12-2023 12:44:08:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string' to target server at 'localhost:8080' 12-12-2023 12:44:08:############################### 12-12-2023 12:44:08:[Request] Adding entity: Entity 12-12-2023 12:44:08: TRACE: [WIRE] - << 200 OK 12-12-2023 12:44:08: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:08: TRACE: [WIRE] - << Content-Length: 4 12-12-2023 12:44:08: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:44:08: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:08: TRACE: [WIRE] - << None 12-12-2023 12:44:08:FINISHED TEST : getPropertyIsNullTest() 12-12-2023 12:44:08:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:08:STARTING TEST : setMediaTypeTest() 12-12-2023 12:44:08:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string' to target server at 'localhost:8080' 12-12-2023 12:44:08:############################### 12-12-2023 12:44:09:[Request] Adding entity: Entity 12-12-2023 12:44:09: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string 12-12-2023 12:44:09: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETMEDIATYPE, Content-Type:*/* 12-12-2023 12:44:09: TRACE: [WIRE] - >> Entity 12-12-2023 12:44:09: TRACE: [WIRE] - << 200 OK 12-12-2023 12:44:09: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:09: TRACE: [WIRE] - << Content-Length: 33 12-12-2023 12:44:09: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:44:09: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:09: TRACE: [WIRE] - << application/x-www-form-urlencoded 12-12-2023 12:44:09:FINISHED TEST : setMediaTypeTest() 12-12-2023 12:44:09:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:09:STARTING TEST : setTypeTest() 12-12-2023 12:44:09: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/inputstreamreader 12-12-2023 12:44:09: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETTYPE, Content-Type:*/* 12-12-2023 12:44:09: TRACE: [WIRE] - >> java.io.InputStreamReader@8aa2912 12-12-2023 12:44:09: TRACE: [WIRE] - << 200 OK 12-12-2023 12:44:09: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:09: TRACE: [WIRE] - << Content-Length: 25 12-12-2023 12:44:09:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/inputstreamreader' to target server at 'localhost:8080' 12-12-2023 12:44:09:############################### 12-12-2023 12:44:09:[Request] Adding entity: java.io.InputStreamReader@8aa2912 12-12-2023 12:44:09: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:44:09: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:09: TRACE: [WIRE] - << java.io.InputStreamReader 12-12-2023 12:44:09:#setType set correct type java.io.InputStreamReader 12-12-2023 12:44:09:FINISHED TEST : setTypeTest() 12-12-2023 12:44:09:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:09:STARTING TEST : getTypeTest() 12-12-2023 12:44:09: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string 12-12-2023 12:44:09: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETTYPE, Content-Type:*/* 12-12-2023 12:44:09: TRACE: [WIRE] - >> Entity 12-12-2023 12:44:09: TRACE: [WIRE] - << 200 OK 12-12-2023 12:44:09: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:09: TRACE: [WIRE] - << Content-Length: 16 12-12-2023 12:44:09:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string' to target server at 'localhost:8080' 12-12-2023 12:44:09:############################### 12-12-2023 12:44:09:[Request] Adding entity: Entity 12-12-2023 12:44:09: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:44:09: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:09: TRACE: [WIRE] - << java.lang.String 12-12-2023 12:44:09:FINISHED TEST : getTypeTest() 12-12-2023 12:44:09:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:09:STARTING TEST : getAnnotationsTest() 12-12-2023 12:44:09: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string 12-12-2023 12:44:09: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETANNOTATIONS, Content-Type:*/* 12-12-2023 12:44:09: TRACE: [WIRE] - >> Entity 12-12-2023 12:44:09: TRACE: [WIRE] - << 200 OK 12-12-2023 12:44:09: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:09:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string' to target server at 'localhost:8080' 12-12-2023 12:44:09:############################### 12-12-2023 12:44:09:[Request] Adding entity: Entity{entity=Entity, variant=Variant[mediaType=*/*, language=null, encoding=null], annotations=[]} 12-12-2023 12:44:09: TRACE: [WIRE] - << Content-Length: 0 12-12-2023 12:44:09: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:44:09: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:09:FINISHED TEST : getAnnotationsTest() 12-12-2023 12:44:09:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:09:STARTING TEST : getGenericTypeTest() 12-12-2023 12:44:09: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string 12-12-2023 12:44:09: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETGENERICTYPE, Content-Type:*/* 12-12-2023 12:44:09: TRACE: [WIRE] - >> Entity 12-12-2023 12:44:09: TRACE: [WIRE] - << 200 OK 12-12-2023 12:44:09: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:09: TRACE: [WIRE] - << Content-Length: 16 12-12-2023 12:44:09: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:44:09:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string' to target server at 'localhost:8080' 12-12-2023 12:44:09:############################### 12-12-2023 12:44:09:[Request] Adding entity: Entity 12-12-2023 12:44:09: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:09: TRACE: [WIRE] - << java.lang.String 12-12-2023 12:44:09:FINISHED TEST : getGenericTypeTest() 12-12-2023 12:44:09:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:09: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string 12-12-2023 12:44:09: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETPROPERTY, Content-Type:*/* 12-12-2023 12:44:09: TRACE: [WIRE] - >> Entity 12-12-2023 12:44:09: TRACE: [WIRE] - << 200 OK 12-12-2023 12:44:09: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:09: TRACE: [WIRE] - << Content-Length: 12 12-12-2023 12:44:09: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:44:09: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:09:STARTING TEST : setPropertyTest() 12-12-2023 12:44:09:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string' to target server at 'localhost:8080' 12-12-2023 12:44:09:############################### 12-12-2023 12:44:09:[Request] Adding entity: Entity 12-12-2023 12:44:09: TRACE: [WIRE] - << Other Entity 12-12-2023 12:44:09:FINISHED TEST : setPropertyTest() 12-12-2023 12:44:09:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:09:STARTING TEST : removePropertyTest() 12-12-2023 12:44:09: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string 12-12-2023 12:44:09: TRACE: [WIRE] - >> Accept:*/*, OPERATION:REMOVEPROPERTY, Content-Type:*/* 12-12-2023 12:44:09: TRACE: [WIRE] - >> Entity 12-12-2023 12:44:09:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string' to target server at 'localhost:8080' 12-12-2023 12:44:09:############################### 12-12-2023 12:44:09:[Request] Adding entity: Entity 12-12-2023 12:44:09: TRACE: [WIRE] - << 200 OK 12-12-2023 12:44:09: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:09: TRACE: [WIRE] - << Content-Length: 4 12-12-2023 12:44:09: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:44:09: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:09: TRACE: [WIRE] - << None 12-12-2023 12:44:09:FINISHED TEST : removePropertyTest() [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.904 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-12-2023 12:44:09:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:09:STARTING TEST : getHeadersHeadersSetTest() 12-12-2023 12:44:09: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_readerinterceptorcontext_web/resource/string 12-12-2023 12:44:09: TRACE: [WIRE] - >> Accept:*/*, Property4:any, Property3:any, Property2:any, Property1:any, Property0:any, OPERATION:GETHEADERS, Content-Type:*/* 12-12-2023 12:44:09: TRACE: [WIRE] - >> Entity 12-12-2023 12:44:09: TRACE: [WIRE] - << 200 OK 12-12-2023 12:44:09: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:09:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_readerinterceptorcontext_web/resource/string' to target server at 'localhost:8080' 12-12-2023 12:44:09:############################### 12-12-2023 12:44:09:[Request] Adding entity: Entity 12-12-2023 12:44:09: TRACE: [WIRE] - << Content-Length: 121 12-12-2023 12:44:09: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:44:09: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:09: TRACE: [WIRE] - << accept;property4;property3;property2;property1;property0;operation;content-type;user-agent;host;connection;content-length 12-12-2023 12:44:09:FINISHED TEST : getHeadersHeadersSetTest() 12-12-2023 12:44:09:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:09:STARTING TEST : setInputStreamTest() 12-12-2023 12:44:09: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_readerinterceptorcontext_web/resource/string 12-12-2023 12:44:09: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETINPUTSTREAM, Content-Type:*/* 12-12-2023 12:44:09: TRACE: [WIRE] - >> Entity 12-12-2023 12:44:09: TRACE: [WIRE] - << 200 OK 12-12-2023 12:44:09: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:09:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_readerinterceptorcontext_web/resource/string' to target server at 'localhost:8080' 12-12-2023 12:44:09:############################### 12-12-2023 12:44:09:[Request] Adding entity: Entity 12-12-2023 12:44:09: TRACE: [WIRE] - << Content-Length: 12 12-12-2023 12:44:09: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:44:09: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:09: TRACE: [WIRE] - << Other Entity 12-12-2023 12:44:09:FINISHED TEST : setInputStreamTest() 12-12-2023 12:44:09:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:09:STARTING TEST : getHeadersOperationOnlyTest() 12-12-2023 12:44:09: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_readerinterceptorcontext_web/resource/string 12-12-2023 12:44:09: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETHEADERS, Content-Type:*/* 12-12-2023 12:44:09: TRACE: [WIRE] - >> Entity 12-12-2023 12:44:09: TRACE: [WIRE] - << 200 OK 12-12-2023 12:44:09: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:09: TRACE: [WIRE] - << Content-Length: 71 12-12-2023 12:44:09: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:44:09:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_readerinterceptorcontext_web/resource/string' to target server at 'localhost:8080' 12-12-2023 12:44:09:############################### 12-12-2023 12:44:09:[Request] Adding entity: Entity 12-12-2023 12:44:09: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:09: TRACE: [WIRE] - << accept;operation;content-type;user-agent;host;connection;content-length 12-12-2023 12:44:09:FINISHED TEST : getHeadersOperationOnlyTest() 12-12-2023 12:44:09:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:09:STARTING TEST : getHeadersIsMutableTest() 12-12-2023 12:44:09: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_readerinterceptorcontext_web/resource/string 12-12-2023 12:44:09: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETHEADERSISMUTABLE, Content-Type:*/* 12-12-2023 12:44:09: TRACE: [WIRE] - >> Entity 12-12-2023 12:44:09: TRACE: [WIRE] - << 200 OK 12-12-2023 12:44:09: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:09:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_readerinterceptorcontext_web/resource/string' to target server at 'localhost:8080' 12-12-2023 12:44:09:############################### 12-12-2023 12:44:09:[Request] Adding entity: Entity 12-12-2023 12:44:09: TRACE: [WIRE] - << Content-Length: 8 12-12-2023 12:44:09: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:44:09: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:09: TRACE: [WIRE] - << Property 12-12-2023 12:44:09:FINISHED TEST : getHeadersIsMutableTest() 12-12-2023 12:44:09:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:09:STARTING TEST : proceedThrowsWebApplicationExceptionTest() 12-12-2023 12:44:09: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_readerinterceptorcontext_web/resource/errorbean 12-12-2023 12:44:09: TRACE: [WIRE] - >> Accept:*/*, OPERATION:PROCEEDTHROWSWEBAPPEXCEPTION, Content-Type:*/* 12-12-2023 12:44:09: TRACE: [WIRE] - >> Entity 12-12-2023 12:44:09: TRACE: [WIRE] - << 200 OK 12-12-2023 12:44:09: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:09:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_readerinterceptorcontext_web/resource/errorbean' to target server at 'localhost:8080' 12-12-2023 12:44:09:############################### 12-12-2023 12:44:09:[Request] Adding entity: Entity 12-12-2023 12:44:09: TRACE: [WIRE] - << Content-Length: 51 12-12-2023 12:44:09: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:44:09: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:09: TRACE: [WIRE] - << WebApplicationException has been thrown as expected 12-12-2023 12:44:09:FINISHED TEST : proceedThrowsWebApplicationExceptionTest() 12-12-2023 12:44:09:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:09:STARTING TEST : getInputStreamTest() 12-12-2023 12:44:09: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_readerinterceptorcontext_web/resource/string 12-12-2023 12:44:09: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETINPUTSTREAM, Content-Type:*/* 12-12-2023 12:44:09: TRACE: [WIRE] - >> getInputStreamEntity 12-12-2023 12:44:09: TRACE: [WIRE] - << 200 OK 12-12-2023 12:44:09:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_readerinterceptorcontext_web/resource/string' to target server at 'localhost:8080' 12-12-2023 12:44:09:############################### 12-12-2023 12:44:09:[Request] Adding entity: getInputStreamEntity 12-12-2023 12:44:09: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:09: TRACE: [WIRE] - << Content-Length: 20 12-12-2023 12:44:09: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:44:09: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:09: TRACE: [WIRE] - << getInputStreamEntity 12-12-2023 12:44:09:FINISHED TEST : getInputStreamTest() 12-12-2023 12:44:09:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:09:STARTING TEST : proceedThrowsIOExceptionTest() 12-12-2023 12:44:09: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_readerinterceptorcontext_web/resource/string 12-12-2023 12:44:09: TRACE: [WIRE] - >> Accept:*/*, OPERATION:PROCEEDTHROWSIOEXCEPTION, Content-Type:*/* 12-12-2023 12:44:09: TRACE: [WIRE] - >> Entity 12-12-2023 12:44:09: TRACE: [WIRE] - << 200 OK 12-12-2023 12:44:09: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:09: TRACE: [WIRE] - << Content-Length: 39 12-12-2023 12:44:09: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:44:09: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:09: TRACE: [WIRE] - << IOException has been thrown as expected 12-12-2023 12:44:09:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_readerinterceptorcontext_web/resource/string' to target server at 'localhost:8080' 12-12-2023 12:44:09:############################### 12-12-2023 12:44:09:[Request] Adding entity: Entity 12-12-2023 12:44:09:FINISHED TEST : proceedThrowsIOExceptionTest() [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.484 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-12-2023 12:44:10:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:10:STARTING TEST : setAnnotationsNullThrowsNPETest() 12-12-2023 12:44:10: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/setannotationsnull 12-12-2023 12:44:10: TRACE: [WIRE] - >> Accept:*/* 12-12-2023 12:44:10: TRACE: [WIRE] - << 200 OK 12-12-2023 12:44:10: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:10: TRACE: [WIRE] - << OPERATION: SETANNOTATIONSNULL 12-12-2023 12:44:10: TRACE: [WIRE] - << Content-Length: 48 12-12-2023 12:44:10: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:44:10: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:10:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/setannotationsnull' to target server at 'localhost:8080' 12-12-2023 12:44:10:############################### 12-12-2023 12:44:10: TRACE: [WIRE] - << NullPointerException has been thrown as expected 12-12-2023 12:44:10:FINISHED TEST : setAnnotationsNullThrowsNPETest() 12-12-2023 12:44:10:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:10:STARTING TEST : setAnnotationsTest() 12-12-2023 12:44:10: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/setannotations 12-12-2023 12:44:10: TRACE: [WIRE] - >> Accept:*/* 12-12-2023 12:44:10: TRACE: [WIRE] - << 200 OK 12-12-2023 12:44:10: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:10: TRACE: [WIRE] - << OPERATION: SETANNOTATIONS 12-12-2023 12:44:10: TRACE: [WIRE] - << Content-Length: 69 12-12-2023 12:44:10: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:44:10: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:10:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/setannotations' to target server at 'localhost:8080' 12-12-2023 12:44:10:############################### 12-12-2023 12:44:10: TRACE: [WIRE] - << @jakarta.ws.rs.ext.Provider();@jakarta.annotation.Priority(value=100) 12-12-2023 12:44:10:FINISHED TEST : setAnnotationsTest() 12-12-2023 12:44:10:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:10:STARTING TEST : setGenericTypeTest() 12-12-2023 12:44:10: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/setgenerictype 12-12-2023 12:44:10: TRACE: [WIRE] - >> Accept:*/* 12-12-2023 12:44:10:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/setgenerictype' to target server at 'localhost:8080' 12-12-2023 12:44:10:############################### 12-12-2023 12:44:10: TRACE: [WIRE] - << 200 OK 12-12-2023 12:44:10: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:10: TRACE: [WIRE] - << OPERATION: SETGENERICTYPE 12-12-2023 12:44:10: TRACE: [WIRE] - << Content-Length: 2 12-12-2023 12:44:10: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:44:10: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:10: TRACE: [WIRE] - << [B 12-12-2023 12:44:10:FINISHED TEST : setGenericTypeTest() 12-12-2023 12:44:10:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:10:STARTING TEST : getMediaTypeTest() 12-12-2023 12:44:10: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/getmediatype 12-12-2023 12:44:10: TRACE: [WIRE] - >> Accept:*/* 12-12-2023 12:44:10: TRACE: [WIRE] - << 200 OK 12-12-2023 12:44:10: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:10: TRACE: [WIRE] - << OPERATION: GETMEDIATYPE 12-12-2023 12:44:10: TRACE: [WIRE] - << Content-Length: 16 12-12-2023 12:44:10: TRACE: [WIRE] - << Content-Type: application/json 12-12-2023 12:44:10: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:10: TRACE: [WIRE] - << application/json 12-12-2023 12:44:10:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/getmediatype' to target server at 'localhost:8080' 12-12-2023 12:44:10:############################### 12-12-2023 12:44:10:FINISHED TEST : getMediaTypeTest() 12-12-2023 12:44:10:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:10:STARTING TEST : setPropertyNullTest() 12-12-2023 12:44:10: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/setpropertynull 12-12-2023 12:44:10: TRACE: [WIRE] - >> Accept:*/* 12-12-2023 12:44:10: TRACE: [WIRE] - << 200 OK 12-12-2023 12:44:10: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:10: TRACE: [WIRE] - << OPERATION: SETPROPERTYNULL 12-12-2023 12:44:10: TRACE: [WIRE] - << Content-Length: 4 12-12-2023 12:44:10: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:44:10: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:10: TRACE: [WIRE] - << None 12-12-2023 12:44:10:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/setpropertynull' to target server at 'localhost:8080' 12-12-2023 12:44:10:############################### 12-12-2023 12:44:10:FINISHED TEST : setPropertyNullTest() 12-12-2023 12:44:10:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:10: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/getpropertynamesisreadonly 12-12-2023 12:44:10:STARTING TEST : getPropertyNamesIsReadOnlyTest() 12-12-2023 12:44:10:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/getpropertynamesisreadonly' to target server at 'localhost:8080' 12-12-2023 12:44:10: TRACE: [WIRE] - >> Accept:*/* 12-12-2023 12:44:10: TRACE: [WIRE] - << 200 OK 12-12-2023 12:44:10: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:10: TRACE: [WIRE] - << OPERATION: GETPROPERTYNAMESISREADONLY 12-12-2023 12:44:10: TRACE: [WIRE] - << Content-Length: 4 12-12-2023 12:44:10: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:44:10: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:10: TRACE: [WIRE] - << None 12-12-2023 12:44:10:############################### 12-12-2023 12:44:10:FINISHED TEST : getPropertyNamesIsReadOnlyTest() 12-12-2023 12:44:10:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:10:STARTING TEST : getPropertyNamesTest() 12-12-2023 12:44:10: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/getpropertynames 12-12-2023 12:44:10: TRACE: [WIRE] - >> Accept:*/* 12-12-2023 12:44:10: TRACE: [WIRE] - << 200 OK 12-12-2023 12:44:10: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:10: TRACE: [WIRE] - << OPERATION: GETPROPERTYNAMES 12-12-2023 12:44:10:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/getpropertynames' to target server at 'localhost:8080' 12-12-2023 12:44:10:############################### 12-12-2023 12:44:10: TRACE: [WIRE] - << Content-Length: 139 12-12-2023 12:44:10: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:44:10: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:10: TRACE: [WIRE] - << Property4;Property3;org.glassfish.web.RequestFacadeHelper;org.glassfish.jersey.message.internal.TracingLogger;Property2;Property1;Property0 12-12-2023 12:44:10:FINISHED TEST : getPropertyNamesTest() 12-12-2023 12:44:10:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:10:STARTING TEST : getPropertyIsNullTest() 12-12-2023 12:44:10: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/getproperty 12-12-2023 12:44:10: TRACE: [WIRE] - >> Accept:*/* 12-12-2023 12:44:10: TRACE: [WIRE] - << 200 OK 12-12-2023 12:44:10: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:10: TRACE: [WIRE] - << OPERATION: GETPROPERTY 12-12-2023 12:44:10: TRACE: [WIRE] - << Content-Length: 4 12-12-2023 12:44:10: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:44:10: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:10:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/getproperty' to target server at 'localhost:8080' 12-12-2023 12:44:10:############################### 12-12-2023 12:44:10: TRACE: [WIRE] - << None 12-12-2023 12:44:10:FINISHED TEST : getPropertyIsNullTest() 12-12-2023 12:44:10:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:10:STARTING TEST : setMediaTypeTest() 12-12-2023 12:44:10: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/setmediatype 12-12-2023 12:44:10: TRACE: [WIRE] - >> Accept:*/* 12-12-2023 12:44:10: TRACE: [WIRE] - << 200 OK 12-12-2023 12:44:10: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:10: TRACE: [WIRE] - << OPERATION: SETMEDIATYPE 12-12-2023 12:44:10: TRACE: [WIRE] - << Content-Length: 33 12-12-2023 12:44:10: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:44:10: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:10:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/setmediatype' to target server at 'localhost:8080' 12-12-2023 12:44:10:############################### 12-12-2023 12:44:10: TRACE: [WIRE] - << application/x-www-form-urlencoded 12-12-2023 12:44:10:FINISHED TEST : setMediaTypeTest() 12-12-2023 12:44:10:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:10:STARTING TEST : setTypeTest()12-12-2023 12:44:10: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/settype 12-12-2023 12:44:10: TRACE: [WIRE] - >> Accept:*/* 12-12-2023 12:44:10: TRACE: [WIRE] - << 200 OK 12-12-2023 12:44:10: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:10: TRACE: [WIRE] - << OPERATION: SETTYPE 12-12-2023 12:44:10:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/settype' to target server at 'localhost:8080' 12-12-2023 12:44:10:############################### 12-12-2023 12:44:10: TRACE: [WIRE] - << Content-Length: 25 12-12-2023 12:44:10: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:44:10: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:10: TRACE: [WIRE] - << java.io.InputStreamReader 12-12-2023 12:44:10:#setType set correct type java.io.InputStreamReader 12-12-2023 12:44:10:FINISHED TEST : setTypeTest() 12-12-2023 12:44:10:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:10:STARTING TEST : getTypeTest() 12-12-2023 12:44:10: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/gettype 12-12-2023 12:44:10: TRACE: [WIRE] - >> Accept:*/* 12-12-2023 12:44:10: TRACE: [WIRE] - << 200 OK 12-12-2023 12:44:10: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:10: TRACE: [WIRE] - << OPERATION: GETTYPE 12-12-2023 12:44:10: TRACE: [WIRE] - << Content-Length: 16 12-12-2023 12:44:10: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:44:10: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:10: TRACE: [WIRE] - << java.lang.String 12-12-2023 12:44:10:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/gettype' to target server at 'localhost:8080' 12-12-2023 12:44:10:############################### 12-12-2023 12:44:10:FINISHED TEST : getTypeTest() 12-12-2023 12:44:10:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:10:STARTING TEST : getAnnotationsTest() 12-12-2023 12:44:10: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/getannotations 12-12-2023 12:44:10: TRACE: [WIRE] - >> Accept:*/* 12-12-2023 12:44:10: TRACE: [WIRE] - << 200 OK 12-12-2023 12:44:10: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:10: TRACE: [WIRE] - << OPERATION: GETANNOTATIONS 12-12-2023 12:44:10: TRACE: [WIRE] - << Content-Length: 124 12-12-2023 12:44:10: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:44:10:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/getannotations' to target server at 'localhost:8080' 12-12-2023 12:44:10:############################### 12-12-2023 12:44:10: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:10: TRACE: [WIRE] - << @jakarta.ws.rs.GET();@jakarta.ws.rs.Path(value="{id}");@jakarta.ws.rs.ext.Provider();@jakarta.annotation.Priority(value=100) 12-12-2023 12:44:10:FINISHED TEST : getAnnotationsTest() 12-12-2023 12:44:10:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:10:STARTING TEST : getGenericTypeTest() 12-12-2023 12:44:10: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/getgenerictype 12-12-2023 12:44:10: TRACE: [WIRE] - >> Accept:*/* 12-12-2023 12:44:10: TRACE: [WIRE] - << 200 OK 12-12-2023 12:44:10: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:10: TRACE: [WIRE] - << OPERATION: GETGENERICTYPE 12-12-2023 12:44:10: TRACE: [WIRE] - << Content-Length: 16 12-12-2023 12:44:10: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:44:10: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:10: TRACE: [WIRE] - << java.lang.String 12-12-2023 12:44:10:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/getgenerictype' to target server at 'localhost:8080' 12-12-2023 12:44:10:############################### 12-12-2023 12:44:10:FINISHED TEST : getGenericTypeTest() 12-12-2023 12:44:10:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:10: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/setproperty 12-12-2023 12:44:10:STARTING TEST : setPropertyTest() 12-12-2023 12:44:10:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/setproperty' to target server at 'localhost:8080' 12-12-2023 12:44:10:###############################12-12-2023 12:44:10: TRACE: [WIRE] - >> Accept:*/* 12-12-2023 12:44:10: TRACE: [WIRE] - << 200 OK 12-12-2023 12:44:10: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:10: TRACE: [WIRE] - << OPERATION: SETPROPERTY 12-12-2023 12:44:10: TRACE: [WIRE] - << Content-Length: 12 12-12-2023 12:44:10: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:44:10: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:10: TRACE: [WIRE] - << Other Entity 12-12-2023 12:44:10:FINISHED TEST : setPropertyTest() 12-12-2023 12:44:10:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:10: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/removeproperty 12-12-2023 12:44:10:STARTING TEST : removePropertyTest() 12-12-2023 12:44:10:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/removeproperty' to target server at 'localhost:8080' 12-12-2023 12:44:10: TRACE: [WIRE] - >> Accept:*/* 12-12-2023 12:44:10: TRACE: [WIRE] - << 200 OK 12-12-2023 12:44:10: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:10: TRACE: [WIRE] - << OPERATION: REMOVEPROPERTY 12-12-2023 12:44:10: TRACE: [WIRE] - << Content-Length: 4 12-12-2023 12:44:10: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:44:10: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:10:############################### 12-12-2023 12:44:10: TRACE: [WIRE] - << None 12-12-2023 12:44:10:FINISHED TEST : removePropertyTest() [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.54 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-12-2023 12:44:10:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:10:STARTING TEST : getEntityTest() 12-12-2023 12:44:10:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/getentity' to target server at 'localhost:8080' 12-12-2023 12:44:10:############################### 12-12-2023 12:44:10: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/getentity 12-12-2023 12:44:10: TRACE: [WIRE] - >> Accept:*/* 12-12-2023 12:44:10: TRACE: [WIRE] - << 200 OK 12-12-2023 12:44:10: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:10: TRACE: [WIRE] - << OPERATION: GETENTITY 12-12-2023 12:44:10: TRACE: [WIRE] - << Content-Length: 6 12-12-2023 12:44:10: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:44:10: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:10: TRACE: [WIRE] - << Entity 12-12-2023 12:44:10:FINISHED TEST : getEntityTest() 12-12-2023 12:44:10:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:10:STARTING TEST : getHeadersOperationOnlyTest() 12-12-2023 12:44:10: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/getheaders 12-12-2023 12:44:10: TRACE: [WIRE] - >> Accept:*/* 12-12-2023 12:44:10: TRACE: [WIRE] - << 200 OK 12-12-2023 12:44:10: TRACE: [WIRE] - << Property4: any 12-12-2023 12:44:10: TRACE: [WIRE] - << Property3: any 12-12-2023 12:44:10: TRACE: [WIRE] - << Property2: any 12-12-2023 12:44:10: TRACE: [WIRE] - << Property1: any 12-12-2023 12:44:10: TRACE: [WIRE] - << Property0: any 12-12-2023 12:44:10: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:10: TRACE: [WIRE] - << OPERATION: GETHEADERS 12-12-2023 12:44:10: TRACE: [WIRE] - << Content-Length: 72 12-12-2023 12:44:10: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:44:10:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/getheaders' to target server at 'localhost:8080' 12-12-2023 12:44:10:############################### 12-12-2023 12:44:10: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:10: TRACE: [WIRE] - << OPERATION;Property0;Property1;Property2;Property3;Property4;Content-Type 12-12-2023 12:44:10:FINISHED TEST : getHeadersOperationOnlyTest() 12-12-2023 12:44:10:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:10:STARTING TEST : setEntityTest() 12-12-2023 12:44:10: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/setentity 12-12-2023 12:44:10: TRACE: [WIRE] - >> Accept:*/* 12-12-2023 12:44:10: TRACE: [WIRE] - << 200 OK 12-12-2023 12:44:10: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:10: TRACE: [WIRE] - << OPERATION: SETENTITY 12-12-2023 12:44:10: TRACE: [WIRE] - << Content-Length: 9 12-12-2023 12:44:10: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:44:10: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:10: TRACE: [WIRE] - << OPERATION 12-12-2023 12:44:10:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/setentity' to target server at 'localhost:8080' 12-12-2023 12:44:10:############################### 12-12-2023 12:44:10:FINISHED TEST : setEntityTest() 12-12-2023 12:44:10:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:10:STARTING TEST : getHeadersIsMutableTest() 12-12-2023 12:44:10: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/getheadersismutable 12-12-2023 12:44:10: TRACE: [WIRE] - >> Accept:*/* 12-12-2023 12:44:10: TRACE: [WIRE] - << 200 OK 12-12-2023 12:44:10: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:10: TRACE: [WIRE] - << OPERATION: GETHEADERSISMUTABLE 12-12-2023 12:44:10: TRACE: [WIRE] - << Content-Length: 8 12-12-2023 12:44:10: TRACE: [WIRE] - << Property: Property 12-12-2023 12:44:10: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:44:10:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/getheadersismutable' to target server at 'localhost:8080' 12-12-2023 12:44:10:############################### 12-12-2023 12:44:10: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:10: TRACE: [WIRE] - << Property 12-12-2023 12:44:10:FINISHED TEST : getHeadersIsMutableTest() 12-12-2023 12:44:10:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:10:STARTING TEST : setOutputStreamTest() 12-12-2023 12:44:10: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/setoutputstream 12-12-2023 12:44:10: TRACE: [WIRE] - >> Accept:*/* 12-12-2023 12:44:10: TRACE: [WIRE] - << 200 OK 12-12-2023 12:44:10: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:10: TRACE: [WIRE] - << OPERATION: SETOUTPUTSTREAM 12-12-2023 12:44:10: TRACE: [WIRE] - << Content-Length: 8192 12-12-2023 12:44:10: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:44:10: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:10:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/setoutputstream' to target server at 'localhost:8080' 12-12-2023 12:44:10:############################### 12-12-2023 12:44:10: TRACE: [WIRE] - << Enxixy 12-12-2023 12:44:10:FINISHED TEST : setOutputStreamTest() 12-12-2023 12:44:10:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:10:STARTING TEST : proceedThrowsWebApplicationExceptionTest() 12-12-2023 12:44:10: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/proceedthrowswebappexception 12-12-2023 12:44:10: TRACE: [WIRE] - >> Accept:*/* 12-12-2023 12:44:10: TRACE: [WIRE] - << 200 OK 12-12-2023 12:44:10: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:10: TRACE: [WIRE] - << OPERATION: FROMPROCEEDTHROWSWEBAPPEXCEPTION 12-12-2023 12:44:10: TRACE: [WIRE] - << Content-Length: 51 12-12-2023 12:44:10: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:44:10:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/proceedthrowswebappexception' to target server at 'localhost:8080' 12-12-2023 12:44:10:############################### 12-12-2023 12:44:10: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:10: TRACE: [WIRE] - << WebApplicationException has been thrown as expected 12-12-2023 12:44:10:FINISHED TEST : proceedThrowsWebApplicationExceptionTest() 12-12-2023 12:44:10:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:10:STARTING TEST : getHeadersTest() 12-12-2023 12:44:10: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/getheaders 12-12-2023 12:44:10: TRACE: [WIRE] - >> Accept:*/* 12-12-2023 12:44:10: TRACE: [WIRE] - << 200 OK 12-12-2023 12:44:10: TRACE: [WIRE] - << Property4: any 12-12-2023 12:44:10: TRACE: [WIRE] - << Property3: any 12-12-2023 12:44:10: TRACE: [WIRE] - << Property2: any 12-12-2023 12:44:10: TRACE: [WIRE] - << Property1: any 12-12-2023 12:44:10: TRACE: [WIRE] - << Property0: any 12-12-2023 12:44:10: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:10: TRACE: [WIRE] - << OPERATION: GETHEADERS 12-12-2023 12:44:10: TRACE: [WIRE] - << Content-Length: 72 12-12-2023 12:44:10: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:44:10:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/getheaders' to target server at 'localhost:8080' 12-12-2023 12:44:10:############################### 12-12-2023 12:44:10: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:10: TRACE: [WIRE] - << OPERATION;Property0;Property1;Property2;Property3;Property4;Content-Type 12-12-2023 12:44:10:FINISHED TEST : getHeadersTest() 12-12-2023 12:44:10:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:10:STARTING TEST : getOutputStreamTest() 12-12-2023 12:44:10: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/getoutputstream 12-12-2023 12:44:10: TRACE: [WIRE] - >> Accept:*/* 12-12-2023 12:44:10: TRACE: [WIRE] - << 200 OK 12-12-2023 12:44:10: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:10: TRACE: [WIRE] - << OPERATION: GETOUTPUTSTREAM 12-12-2023 12:44:10: TRACE: [WIRE] - << Content-Length: 10 12-12-2023 12:44:10: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:44:10: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:10: TRACE: [WIRE] - << NoneEntity 12-12-2023 12:44:10:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/getoutputstream' to target server at 'localhost:8080' 12-12-2023 12:44:10:############################### 12-12-2023 12:44:10:FINISHED TEST : getOutputStreamTest() 12-12-2023 12:44:10:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:10:STARTING TEST : proceedThrowsIOExceptionTest() 12-12-2023 12:44:10: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/proceedthrowsioexception 12-12-2023 12:44:10: TRACE: [WIRE] - >> Accept:*/* 12-12-2023 12:44:10: TRACE: [WIRE] - << 200 OK 12-12-2023 12:44:10: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:10: TRACE: [WIRE] - << OPERATION: PROCEEDTHROWSIOEXCEPTION 12-12-2023 12:44:10: TRACE: [WIRE] - << Content-Length: 39 12-12-2023 12:44:10:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/proceedthrowsioexception' to target server at 'localhost:8080' 12-12-2023 12:44:10:############################### 12-12-2023 12:44:10: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:44:10: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:10: TRACE: [WIRE] - << IOException has been thrown as expected 12-12-2023 12:44:10:FINISHED TEST : proceedThrowsIOExceptionTest() [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.387 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-12-2023 12:44:10:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:10:STARTING TEST : defaultValuePathParamInLocatorTest() 12-12-2023 12:44:10: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbpath/sbpath/default 12-12-2023 12:44:10: TRACE: [WIRE] - >> Accept:*/* 12-12-2023 12:44:10: TRACE: [WIRE] - << 200 OK 12-12-2023 12:44:10: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:10: TRACE: [WIRE] - << Content-Length: 7 12-12-2023 12:44:10: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:44:10: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:10: TRACE: [WIRE] - << DEFAULT 12-12-2023 12:44:10:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbpath/sbpath/default' to target server at 'localhost:8080' 12-12-2023 12:44:10:############################### 12-12-2023 12:44:10:FINISHED TEST : defaultValuePathParamInLocatorTest() 12-12-2023 12:44:10:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:10:STARTING TEST : defaultValueInFormParamTest() 12-12-2023 12:44:11: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbform/ 12-12-2023 12:44:11: TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/x-www-form-urlencoded 12-12-2023 12:44:11: TRACE: [WIRE] - << 200 OK 12-12-2023 12:44:11: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:11: TRACE: [WIRE] - << Content-Length: 7 12-12-2023 12:44:11: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:44:10:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbform/' to target server at 'localhost:8080' 12-12-2023 12:44:10:############################### 12-12-2023 12:44:11: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:11: TRACE: [WIRE] - << DEFAULT 12-12-2023 12:44:11:FINISHED TEST : defaultValueInFormParamTest() 12-12-2023 12:44:11:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:11:STARTING TEST : defaultValueInCookieParamTest() 12-12-2023 12:44:11: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbcookie 12-12-2023 12:44:11: TRACE: [WIRE] - >> Accept:*/* 12-12-2023 12:44:11: TRACE: [WIRE] - << 200 OK 12-12-2023 12:44:11: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:11: TRACE: [WIRE] - << Content-Length: 7 12-12-2023 12:44:11: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:44:11: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:11:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbcookie' to target server at 'localhost:8080' 12-12-2023 12:44:11:############################### 12-12-2023 12:44:11: TRACE: [WIRE] - << DEFAULT 12-12-2023 12:44:11:FINISHED TEST : defaultValueInCookieParamTest() 12-12-2023 12:44:11:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:11:STARTING TEST : defaultValueQueryParamInLocatorTest() 12-12-2023 12:44:11: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbquery/sbquery?ABCDEFGH 12-12-2023 12:44:11: TRACE: [WIRE] - >> Accept:*/* 12-12-2023 12:44:11: TRACE: [WIRE] - << 200 OK 12-12-2023 12:44:11: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:11: TRACE: [WIRE] - << Content-Length: 7 12-12-2023 12:44:11: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:44:11:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbquery/sbquery?ABCDEFGH' to target server at 'localhost:8080' 12-12-2023 12:44:11:############################### 12-12-2023 12:44:11: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:11: TRACE: [WIRE] - << DEFAULT 12-12-2023 12:44:11:FINISHED TEST : defaultValueQueryParamInLocatorTest() 12-12-2023 12:44:11:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:11: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbpath/sbpath/ABCDEFGH 12-12-2023 12:44:11:STARTING TEST : pathParamInLocatorTest() 12-12-2023 12:44:11:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbpath/sbpath/ABCDEFGH' to target server at 'localhost:8080' 12-12-2023 12:44:11:############################### 12-12-2023 12:44:11: TRACE: [WIRE] - >> Accept:*/* 12-12-2023 12:44:11: TRACE: [WIRE] - << 200 OK 12-12-2023 12:44:11: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:11: TRACE: [WIRE] - << Content-Length: 8 12-12-2023 12:44:11: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:44:11: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:11: TRACE: [WIRE] - << ABCDEFGH 12-12-2023 12:44:11:FINISHED TEST : pathParamInLocatorTest() 12-12-2023 12:44:11:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:11:STARTING TEST : formParamUsesParamConvertorTest() 12-12-2023 12:44:11:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbform/' to target server at 'localhost:8080'12-12-2023 12:44:11: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbform/ 12-12-2023 12:44:11: TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/x-www-form-urlencoded 12-12-2023 12:44:11: TRACE: [WIRE] - >> param=ABCDEFGH 12-12-2023 12:44:11: TRACE: [WIRE] - << 200 OK 12-12-2023 12:44:11: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:11: TRACE: [WIRE] - << Content-Length: 8 12-12-2023 12:44:11:############################### 12-12-2023 12:44:11:[Request] Adding entity: param=ABCDEFGH 12-12-2023 12:44:11: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:44:11: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:11: TRACE: [WIRE] - << ABCDEFGH 12-12-2023 12:44:11:FINISHED TEST : formParamUsesParamConvertorTest() 12-12-2023 12:44:11:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:11:STARTING TEST : headerParamUsesParamConvertorTest() 12-12-2023 12:44:11: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbheader 12-12-2023 12:44:11: TRACE: [WIRE] - >> Accept:*/*, param:ABCDEFGH 12-12-2023 12:44:11: TRACE: [WIRE] - << 200 OK 12-12-2023 12:44:11: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:11: TRACE: [WIRE] - << Content-Length: 8 12-12-2023 12:44:11: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:44:11: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:11: TRACE: [WIRE] - << ABCDEFGH 12-12-2023 12:44:11:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbheader' to target server at 'localhost:8080' 12-12-2023 12:44:11:############################### 12-12-2023 12:44:11:FINISHED TEST : headerParamUsesParamConvertorTest() 12-12-2023 12:44:11:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:11:STARTING TEST : defaultValueInMatrixParamTest() 12-12-2023 12:44:11: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbmatrix; 12-12-2023 12:44:11: TRACE: [WIRE] - >> Accept:*/* 12-12-2023 12:44:11: TRACE: [WIRE] - << 200 OK 12-12-2023 12:44:11: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:11: TRACE: [WIRE] - << Content-Length: 7 12-12-2023 12:44:11: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:44:11: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:11: TRACE: [WIRE] - << DEFAULT 12-12-2023 12:44:11:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbmatrix;' to target server at 'localhost:8080' 12-12-2023 12:44:11:############################### 12-12-2023 12:44:11:FINISHED TEST : defaultValueInMatrixParamTest() 12-12-2023 12:44:11:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:11:STARTING TEST : isParamCoverterInApplicationClassesUsedTest() 12-12-2023 12:44:11: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbquery?param=ABCDEFGH 12-12-2023 12:44:11: TRACE: [WIRE] - >> Accept:*/* 12-12-2023 12:44:11: TRACE: [WIRE] - << 200 OK 12-12-2023 12:44:11: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:11: TRACE: [WIRE] - << Content-Length: 8 12-12-2023 12:44:11: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:44:11: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:11: TRACE: [WIRE] - << ABCDEFGH 12-12-2023 12:44:11:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbquery?param=ABCDEFGH' to target server at 'localhost:8080' 12-12-2023 12:44:11:############################### 12-12-2023 12:44:11:FINISHED TEST : isParamCoverterInApplicationClassesUsedTest() 12-12-2023 12:44:11:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:11:STARTING TEST : cookieParamInLocatorTest() 12-12-2023 12:44:11: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbcookie/sbcookie 12-12-2023 12:44:11: TRACE: [WIRE] - >> Accept:*/*, Cookie:param=ABCDEFGH 12-12-2023 12:44:11: TRACE: [WIRE] - << 200 OK 12-12-2023 12:44:11: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:11: TRACE: [WIRE] - << Content-Length: 8 12-12-2023 12:44:11: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:44:11:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbcookie/sbcookie' to target server at 'localhost:8080' 12-12-2023 12:44:11:############################### 12-12-2023 12:44:11: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:11: TRACE: [WIRE] - << ABCDEFGH 12-12-2023 12:44:11:FINISHED TEST : cookieParamInLocatorTest() 12-12-2023 12:44:11:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:11:STARTING TEST : matrixParamInLocatorTest() 12-12-2023 12:44:11: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbmatrix/sbmatrix;param=ABCDEFGH 12-12-2023 12:44:11: TRACE: [WIRE] - >> Accept:*/* 12-12-2023 12:44:11: TRACE: [WIRE] - << 200 OK 12-12-2023 12:44:11: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:11: TRACE: [WIRE] - << Content-Length: 8 12-12-2023 12:44:11: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:44:11: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:11:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbmatrix/sbmatrix;param=ABCDEFGH' to target server at 'localhost:8080' 12-12-2023 12:44:11:############################### 12-12-2023 12:44:11: TRACE: [WIRE] - << ABCDEFGH 12-12-2023 12:44:11:FINISHED TEST : matrixParamInLocatorTest() 12-12-2023 12:44:11:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:11:STARTING TEST : matrixParamUsesParamConvertorTest() 12-12-2023 12:44:11: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbmatrix;param=ABCDEFGH 12-12-2023 12:44:11: TRACE: [WIRE] - >> Accept:*/* 12-12-2023 12:44:11: TRACE: [WIRE] - << 200 OK 12-12-2023 12:44:11: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:11: TRACE: [WIRE] - << Content-Length: 8 12-12-2023 12:44:11: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:44:11: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:11:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbmatrix;param=ABCDEFGH' to target server at 'localhost:8080' 12-12-2023 12:44:11:############################### 12-12-2023 12:44:11: TRACE: [WIRE] - << ABCDEFGH 12-12-2023 12:44:11:FINISHED TEST : matrixParamUsesParamConvertorTest() 12-12-2023 12:44:11:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:11:STARTING TEST : defaultValueInPathParamTest() 12-12-2023 12:44:11:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbpath/default' to target server at 'localhost:8080'12-12-2023 12:44:11: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbpath/default 12-12-2023 12:44:11: TRACE: [WIRE] - >> Accept:*/* 12-12-2023 12:44:11: TRACE: [WIRE] - << 200 OK 12-12-2023 12:44:11: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:11: TRACE: [WIRE] - << Content-Length: 7 12-12-2023 12:44:11: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:44:11: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:11: TRACE: [WIRE] - << DEFAULT 12-12-2023 12:44:11:############################### 12-12-2023 12:44:11:FINISHED TEST : defaultValueInPathParamTest() 12-12-2023 12:44:11:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:11: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/dsquery?param=ABCDEFGH 12-12-2023 12:44:11: TRACE: [WIRE] - >> Accept:*/* 12-12-2023 12:44:11: TRACE: [WIRE] - << 200 OK 12-12-2023 12:44:11: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:11: TRACE: [WIRE] - << Content-Length: 8 12-12-2023 12:44:11: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:44:11:STARTING TEST : isParamCoverterInApplicationSingletonsUsedTest() 12-12-2023 12:44:11:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/dsquery?param=ABCDEFGH' to target server at 'localhost:8080' 12-12-2023 12:44:11:############################### 12-12-2023 12:44:11: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:11: TRACE: [WIRE] - << ABCDEFGH 12-12-2023 12:44:11:FINISHED TEST : isParamCoverterInApplicationSingletonsUsedTest() 12-12-2023 12:44:11:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:11:STARTING TEST : headerParamInLocatorTest() 12-12-2023 12:44:11: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbheader/sbheader 12-12-2023 12:44:11: TRACE: [WIRE] - >> Accept:*/*, param:ABCDEFGH 12-12-2023 12:44:11: TRACE: [WIRE] - << 200 OK 12-12-2023 12:44:11: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:11: TRACE: [WIRE] - << Content-Length: 8 12-12-2023 12:44:11: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:44:11: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:11: TRACE: [WIRE] - << ABCDEFGH 12-12-2023 12:44:11:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbheader/sbheader' to target server at 'localhost:8080' 12-12-2023 12:44:11:############################### 12-12-2023 12:44:11:FINISHED TEST : headerParamInLocatorTest() 12-12-2023 12:44:11:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:11:STARTING TEST : queryParamInLocatorTest() 12-12-2023 12:44:11: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbquery/sbquery?param=ABCDEFGH 12-12-2023 12:44:11: TRACE: [WIRE] - >> Accept:*/* 12-12-2023 12:44:11: TRACE: [WIRE] - << 200 OK 12-12-2023 12:44:11: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:11: TRACE: [WIRE] - << Content-Length: 8 12-12-2023 12:44:11: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:44:11: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:11: TRACE: [WIRE] - << ABCDEFGH 12-12-2023 12:44:11:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbquery/sbquery?param=ABCDEFGH' to target server at 'localhost:8080' 12-12-2023 12:44:11:############################### 12-12-2023 12:44:11:FINISHED TEST : queryParamInLocatorTest() 12-12-2023 12:44:11:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:11: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbcookie/sbcookie 12-12-2023 12:44:11: TRACE: [WIRE] - >> Accept:*/* 12-12-2023 12:44:11: TRACE: [WIRE] - << 200 OK 12-12-2023 12:44:11: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:11: TRACE: [WIRE] - << Content-Length: 7 12-12-2023 12:44:11: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:44:11: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:11: TRACE: [WIRE] - << DEFAULT 12-12-2023 12:44:11:STARTING TEST : defaultValueCookieParamInLocatorTest() 12-12-2023 12:44:11:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbcookie/sbcookie' to target server at 'localhost:8080' 12-12-2023 12:44:11:############################### 12-12-2023 12:44:11:FINISHED TEST : defaultValueCookieParamInLocatorTest() 12-12-2023 12:44:11:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:11:STARTING TEST : pathParamUsesParamConvertorTest() 12-12-2023 12:44:11: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbpath/ABCDEFGH 12-12-2023 12:44:11: TRACE: [WIRE] - >> Accept:*/* 12-12-2023 12:44:11: TRACE: [WIRE] - << 200 OK 12-12-2023 12:44:11: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:11: TRACE: [WIRE] - << Content-Length: 8 12-12-2023 12:44:11: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:44:11: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:11: TRACE: [WIRE] - << ABCDEFGH 12-12-2023 12:44:11:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbpath/ABCDEFGH' to target server at 'localhost:8080' 12-12-2023 12:44:11:############################### 12-12-2023 12:44:11:FINISHED TEST : pathParamUsesParamConvertorTest() 12-12-2023 12:44:11:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:11: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbmatrix/sbmatrix 12-12-2023 12:44:11: TRACE: [WIRE] - >> Accept:*/* 12-12-2023 12:44:11:STARTING TEST : defaultValueMatrixParamInLocatorTest() 12-12-2023 12:44:11:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbmatrix/sbmatrix' to target server at 'localhost:8080' 12-12-2023 12:44:11:############################### 12-12-2023 12:44:11: TRACE: [WIRE] - << 200 OK 12-12-2023 12:44:11: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:11: TRACE: [WIRE] - << Content-Length: 7 12-12-2023 12:44:11: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:44:11: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:11: TRACE: [WIRE] - << DEFAULT 12-12-2023 12:44:11:FINISHED TEST : defaultValueMatrixParamInLocatorTest() 12-12-2023 12:44:11:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:11: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbcookie 12-12-2023 12:44:11:STARTING TEST : cookieParamUsesParamConvertorTest() 12-12-2023 12:44:11:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbcookie' to target server at 'localhost:8080' 12-12-2023 12:44:11: TRACE: [WIRE] - >> Accept:*/*, Cookie:param=ABCDEFGH 12-12-2023 12:44:11: TRACE: [WIRE] - << 200 OK 12-12-2023 12:44:11: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:11: TRACE: [WIRE] - << Content-Length: 8 12-12-2023 12:44:11: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:44:11: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:11:############################### 12-12-2023 12:44:11: TRACE: [WIRE] - << ABCDEFGH 12-12-2023 12:44:11:FINISHED TEST : cookieParamUsesParamConvertorTest() 12-12-2023 12:44:11:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:11:STARTING TEST : atomicIntegerPassesTest() 12-12-2023 12:44:11:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/aiquery?param=10' to target server at 'localhost:8080'12-12-2023 12:44:11: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/aiquery?param=10 12-12-2023 12:44:11: TRACE: [WIRE] - >> Accept:*/* 12-12-2023 12:44:11: TRACE: [WIRE] - << 200 OK 12-12-2023 12:44:11: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:11: TRACE: [WIRE] - << Content-Length: 2 12-12-2023 12:44:11: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:44:11: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:11: TRACE: [WIRE] - << 10 12-12-2023 12:44:11:############################### 12-12-2023 12:44:11:FINISHED TEST : atomicIntegerPassesTest() 12-12-2023 12:44:11:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:11:STARTING TEST : defaultValueFormParamInLocatorTest() 12-12-2023 12:44:11:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbform/sbform' to target server at 'localhost:8080' 12-12-2023 12:44:11: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbform/sbform 12-12-2023 12:44:11: TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/x-www-form-urlencoded 12-12-2023 12:44:11: TRACE: [WIRE] - << 200 OK 12-12-2023 12:44:11: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:11: TRACE: [WIRE] - << Content-Length: 7 12-12-2023 12:44:11: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:44:11: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:11: TRACE: [WIRE] - << DEFAULT 12-12-2023 12:44:11:############################### 12-12-2023 12:44:11:FINISHED TEST : defaultValueFormParamInLocatorTest() 12-12-2023 12:44:11:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:11: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbheader/sbheader 12-12-2023 12:44:11:STARTING TEST : defaultValueHeaderParamInLocatorTest() 12-12-2023 12:44:11:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbheader/sbheader' to target server at 'localhost:8080' 12-12-2023 12:44:11:############################### 12-12-2023 12:44:11: TRACE: [WIRE] - >> Accept:*/* 12-12-2023 12:44:11: TRACE: [WIRE] - << 200 OK 12-12-2023 12:44:11: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:11: TRACE: [WIRE] - << Content-Length: 7 12-12-2023 12:44:11: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:44:11: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:11: TRACE: [WIRE] - << DEFAULT 12-12-2023 12:44:11:FINISHED TEST : defaultValueHeaderParamInLocatorTest() 12-12-2023 12:44:11:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:11: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbform/sbform 12-12-2023 12:44:11:STARTING TEST : formParamInLocatorTest() 12-12-2023 12:44:11:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbform/sbform' to target server at 'localhost:8080' 12-12-2023 12:44:11:############################### 12-12-2023 12:44:11: TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/x-www-form-urlencoded 12-12-2023 12:44:11: TRACE: [WIRE] - >> param=ABCDEFGH 12-12-2023 12:44:11: TRACE: [WIRE] - << 200 OK 12-12-2023 12:44:11: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:11: TRACE: [WIRE] - << Content-Length: 8 12-12-2023 12:44:11: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:44:11: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:11: TRACE: [WIRE] - << ABCDEFGH 12-12-2023 12:44:11:[Request] Adding entity: param=ABCDEFGH 12-12-2023 12:44:11:FINISHED TEST : formParamInLocatorTest() 12-12-2023 12:44:11:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:11:STARTING TEST : atomicIntegerIsLazyDeployableAndThrowsErrorTest() 12-12-2023 12:44:11: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/aiquery 12-12-2023 12:44:11: TRACE: [WIRE] - >> Accept:*/* 12-12-2023 12:44:11: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 12-12-2023 12:44:11: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:11: TRACE: [WIRE] - << Content-Length: 5986 12-12-2023 12:44:11: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:44:11: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:11:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/aiquery' to target server at 'localhost:8080' 12-12-2023 12:44:11:############################### 12-12-2023 12:44:11: TRACE: [WIRE] - << java.lang.NumberFormatException: For input string: "DEFAULT" 12-12-2023 12:44:11: TRACE: [WIRE] - << at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:65) 12-12-2023 12:44:11: TRACE: [WIRE] - << at java.base/java.lang.Integer.parseInt(Integer.java:652) 12-12-2023 12:44:11: TRACE: [WIRE] - << at java.base/java.lang.Integer.parseInt(Integer.java:770) 12-12-2023 12:44:11: TRACE: [WIRE] - << at ee.jakarta.tck.ws.rs.ee.rs.ext.paramconverter.AtomicIntegerLazyParamConverter.fromString(AtomicIntegerLazyParamConverter.java:31) 12-12-2023 12:44:11: TRACE: [WIRE] - << at ee.jakarta.tck.ws.rs.ee.rs.ext.paramconverter.AtomicIntegerLazyParamConverter.fromString(AtomicIntegerLazyParamConverter.java:24) 12-12-2023 12:44:11: TRACE: [WIRE] - << at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116) 12-12-2023 12:44:11: TRACE: [WIRE] - << at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.access$000(AbstractParamValueExtractor.java:33) 12-12-2023 12:44:11: TRACE: [WIRE] - << at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor$1.get(AbstractParamValueExtractor.java:62) 12-12-2023 12:44:11: TRACE: [WIRE] - << at org.glassfish.jersey.internal.util.collection.Values$LazyUnsafeValueImpl.get(Values.java:402) 12-12-2023 12:44:11: TRACE: [WIRE] - << at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.defaultValue(AbstractParamValueExtractor.java:147) 12-12-2023 12:44:11: TRACE: [WIRE] - << at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:66) 12-12-2023 12:44:11: TRACE: [WIRE] - << at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:78) 12-12-2023 12:44:11: TRACE: [WIRE] - << at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:65) 12-12-2023 12:44:11: TRACE: [WIRE] - << at org.glassfish.jersey.server.spi.internal.ParamValueFactoryWithSource.apply(ParamValueFactoryWithSource.java:50) 12-12-2023 12:44:11: TRACE: [WIRE] - << at org.glassfish.jersey.server.spi.internal.ParameterValueHelper.getParameterValues(ParameterValueHelper.java:64) 12-12-2023 12:44:11: TRACE: [WIRE] - << at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$AbstractMethodParamInvoker.getParamValues(JavaResourceMethodDispatcherProvider.java:109) 12-12-2023 12:44:11: TRACE: [WIRE] - << at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219) 12-12-2023 12:44:11: TRACE: [WIRE] - << at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93) 12-12-2023 12:44:11: TRACE: [WIRE] - << at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:478) 12-12-2023 12:44:11: TRACE: [WIRE] - << at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:400) 12-12-2023 12:44:11: TRACE: [WIRE] - << at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:81) 12-12-2023 12:44:11: TRACE: [WIRE] - << at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:261) 12-12-2023 12:44:11: TRACE: [WIRE] - << at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) 12-12-2023 12:44:11: TRACE: [WIRE] - << at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) 12-12-2023 12:44:11: TRACE: [WIRE] - << at org.glassfish.jersey.internal.Errors.process(Errors.java:292) 12-12-2023 12:44:11: TRACE: [WIRE] - << at org.glassfish.jersey.internal.Errors.process(Errors.java:274) 12-12-2023 12:44:11: TRACE: [WIRE] - << at org.glassfish.jersey.internal.Errors.process(Errors.java:244) 12-12-2023 12:44:11: TRACE: [WIRE] - << at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) 12-12-2023 12:44:11: TRACE: [WIRE] - << at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:240) 12-12-2023 12:44:11: TRACE: [WIRE] - << at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) 12-12-2023 12:44:11: TRACE: [WIRE] - << at org.glassfish.jersey.servlet.WebComponent.serviceImpl(WebComponent.java:394) 12-12-2023 12:44:11: TRACE: [WIRE] - << at org.glassfish.jersey.servlet.WebComponent.service(WebComponent.java:346) 12-12-2023 12:44:11: TRACE: [WIRE] - << at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:357) 12-12-2023 12:44:11: TRACE: [WIRE] - << at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:311) 12-12-2023 12:44:11: TRACE: [WIRE] - << at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:205) 12-12-2023 12:44:11: TRACE: [WIRE] - << at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1368) 12-12-2023 12:44:11: TRACE: [WIRE] - << at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:217) 12-12-2023 12:44:11: TRACE: [WIRE] - << at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:120) 12-12-2023 12:44:11: TRACE: [WIRE] - << at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:562) 12-12-2023 12:44:11: TRACE: [WIRE] - << at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:503) 12-12-2023 12:44:11: TRACE: [WIRE] - << at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:75) 12-12-2023 12:44:11: TRACE: [WIRE] - << at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:121) 12-12-2023 12:44:11: TRACE: [WIRE] - << at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:295) 12-12-2023 12:44:11: TRACE: [WIRE] - << at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:188) 12-12-2023 12:44:11: TRACE: [WIRE] - << at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:425) 12-12-2023 12:44:11: TRACE: [WIRE] - << at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:144) 12-12-2023 12:44:11: TRACE: [WIRE] - << at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) 12-12-2023 12:44:11: TRACE: [WIRE] - << at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) 12-12-2023 12:44:11: TRACE: [WIRE] - << at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) 12-12-2023 12:44:11: TRACE: [WIRE] - << at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) 12-12-2023 12:44:11: TRACE: [WIRE] - << at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) 12-12-2023 12:44:11: TRACE: [WIRE] - << at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) 12-12-2023 12:44:11: TRACE: [WIRE] - << at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) 12-12-2023 12:44:11: TRACE: [WIRE] - << at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) 12-12-2023 12:44:11: TRACE: [WIRE] - << at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) 12-12-2023 12:44:11: TRACE: [WIRE] - << at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) 12-12-2023 12:44:11: TRACE: [WIRE] - << at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) 12-12-2023 12:44:11: TRACE: [WIRE] - << at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) 12-12-2023 12:44:11: TRACE: [WIRE] - << at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) 12-12-2023 12:44:11: TRACE: [WIRE] - << at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) 12-12-2023 12:44:11: TRACE: [WIRE] - << at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) 12-12-2023 12:44:11: TRACE: [WIRE] - << at java.base/java.lang.Thread.run(Thread.java:834) 12-12-2023 12:44:11:FINISHED TEST : atomicIntegerIsLazyDeployableAndThrowsErrorTest() 12-12-2023 12:44:11:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:11:STARTING TEST : defaultValueInHeaderParamTest() 12-12-2023 12:44:11: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbheader 12-12-2023 12:44:11: TRACE: [WIRE] - >> Accept:*/* 12-12-2023 12:44:11: TRACE: [WIRE] - << 200 OK 12-12-2023 12:44:11: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:11: TRACE: [WIRE] - << Content-Length: 7 12-12-2023 12:44:11: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:44:11: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:11:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbheader' to target server at 'localhost:8080' 12-12-2023 12:44:11:############################### 12-12-2023 12:44:11: TRACE: [WIRE] - << DEFAULT 12-12-2023 12:44:11:FINISHED TEST : defaultValueInHeaderParamTest() 12-12-2023 12:44:11:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:11:STARTING TEST : defaultValueInQueryParamTest() 12-12-2023 12:44:11: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbquery 12-12-2023 12:44:11: TRACE: [WIRE] - >> Accept:*/* 12-12-2023 12:44:11: TRACE: [WIRE] - << 200 OK 12-12-2023 12:44:11: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:11:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbquery' to target server at 'localhost:8080' 12-12-2023 12:44:11:############################### 12-12-2023 12:44:11: TRACE: [WIRE] - << Content-Length: 7 12-12-2023 12:44:11: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:44:11: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:11: TRACE: [WIRE] - << DEFAULT 12-12-2023 12:44:11:FINISHED TEST : defaultValueInQueryParamTest() [INFO] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.53 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-12-2023 12:44:11:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:44:11 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:11:STARTING TEST : isRegisteredExceptionMapperNullExceptionTest() 12-12-2023 12:44:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_ext_providers_web/ProvidersServlet/isRegisteredExceptionMapperNullEx HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:11:FINISHED TEST : isRegisteredExceptionMapperNullExceptionTest() 12-12-2023 12:44:11:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:11:STARTING TEST : isRegisteredIOExceptionExceptionMapperTest() 12-12-2023 12:44:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_ext_providers_web/ProvidersServlet/isRegisteredIOExceptionMapper HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:11:FINISHED TEST : isRegisteredIOExceptionExceptionMapperTest() 12-12-2023 12:44:11:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:11:STARTING TEST : readEntityFromBodyTest() 12-12-2023 12:44:11:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_ext_providers_web/ProvidersServlet/readEntityFromBody HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:11:FINISHED TEST : readEntityFromBodyTest() 12-12-2023 12:44:11:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:11:STARTING TEST : readEntityFromHeaderTest() 12-12-2023 12:44:11:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_ext_providers_web/ProvidersServlet/readEntityFromHeader HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:11:FINISHED TEST : readEntityFromHeaderTest() 12-12-2023 12:44:11:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:44:11 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:11:STARTING TEST : writeBodyEntityUsingWriterTest() 12-12-2023 12:44:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_ext_providers_web/ProvidersServlet/writeBodyEntityUsingWriter HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:11:FINISHED TEST : writeBodyEntityUsingWriterTest() 12-12-2023 12:44:11:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:11:STARTING TEST : isRegisteredRuntimeExceptionExceptionMapperTest() 12-12-2023 12:44:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_ext_providers_web/ProvidersServlet/isRegisteredRuntimeExceptionMapper HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:11:FINISHED TEST : isRegisteredRuntimeExceptionExceptionMapperTest() 12-12-2023 12:44:11:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:11:STARTING TEST : writeHeaderEntityUsingWriterTest() 12-12-2023 12:44:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_ext_providers_web/ProvidersServlet/writeHeaderEntityUsingWriter HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:11:FINISHED TEST : writeHeaderEntityUsingWriterTest() 12-12-2023 12:44:11:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:11:STARTING TEST : getSingletonsTest() Dec 12, 2023 12:44:11 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_ext_providers_web/ProvidersServlet/GetSingletons HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:11:FINISHED TEST : getSingletonsTest() 12-12-2023 12:44:11:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:44:11 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:11:STARTING TEST : getClassesTest() 12-12-2023 12:44:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_ext_providers_web/ProvidersServlet/GetClasses HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:11:FINISHED TEST : getClassesTest() 12-12-2023 12:44:11:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:11:STARTING TEST : isRegisteredMessageBodyReaderWildcardTest() 12-12-2023 12:44:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_ext_providers_web/ProvidersServlet/isRegisteredMessageReaderWildCard HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:11:FINISHED TEST : isRegisteredMessageBodyReaderWildcardTest() 12-12-2023 12:44:11:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:11:STARTING TEST : isRegisteredMessageBodyWriterXmlTest() 12-12-2023 12:44:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_ext_providers_web/ProvidersServlet/isRegisteredMessageWriterXml HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:11:FINISHED TEST : isRegisteredMessageBodyWriterXmlTest() 12-12-2023 12:44:11:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:11:STARTING TEST : writeIOExceptionWithoutWriterTest() 12-12-2023 12:44:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_ext_providers_web/ProvidersServlet/writeIOExceptionWithoutWriter HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:11:FINISHED TEST : writeIOExceptionWithoutWriterTest() 12-12-2023 12:44:11:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:11:STARTING TEST : isRegisteredExceptionMapperRuntimeExceptionTest() 12-12-2023 12:44:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_ext_providers_web/ProvidersServlet/isRegisteredExceptionMapperRuntimeEx HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:11:FINISHED TEST : isRegisteredExceptionMapperRuntimeExceptionTest() 12-12-2023 12:44:11:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:11:STARTING TEST : isRegisteredMessageBodReaderXmlTest() 12-12-2023 12:44:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_ext_providers_web/ProvidersServlet/isRegisteredMessageReaderXml HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:11:FINISHED TEST : isRegisteredMessageBodReaderXmlTest() 12-12-2023 12:44:11:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:11:STARTING TEST : isRegisteredAppJsonContextResolverTest() 12-12-2023 12:44:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_ext_providers_web/ProvidersServlet/isRegisteredAppJsonContextResolver HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:11:FINISHED TEST : isRegisteredAppJsonContextResolverTest() 12-12-2023 12:44:11:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:11:STARTING TEST : isRegisteredTextPlainContextResolverTest() 12-12-2023 12:44:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_ext_providers_web/ProvidersServlet/isRegisteredTextPlainContextResolver HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:11:FINISHED TEST : isRegisteredTextPlainContextResolverTest() 12-12-2023 12:44:11:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:11:STARTING TEST : writeIOExceptionUsingWriterTest() 12-12-2023 12:44:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_ext_providers_web/ProvidersServlet/writeIOExceptionUsingWriter HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:11:FINISHED TEST : writeIOExceptionUsingWriterTest() 12-12-2023 12:44:11:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:11:STARTING TEST : isRegisteredMessageBodyWriterWildcardTest() 12-12-2023 12:44:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_ext_providers_web/ProvidersServlet/isRegisteredWriterWildcard HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:11:FINISHED TEST : isRegisteredMessageBodyWriterWildcardTest() 12-12-2023 12:44:11:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:11:STARTING TEST : readEntityIOExceptionTest() 12-12-2023 12:44:11:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_ext_providers_web/ProvidersServlet/readEntityIOException HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:11:FINISHED TEST : readEntityIOExceptionTest() 12-12-2023 12:44:11:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:11:STARTING TEST : readEntityWebException400Test() 12-12-2023 12:44:11:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_ext_providers_web/ProvidersServlet/readEntityWebException HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:11:FINISHED TEST : readEntityWebException400Test() 12-12-2023 12:44:11:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:11:STARTING TEST : readEntityWebException410Test() 12-12-2023 12:44:11:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_ext_providers_web/ProvidersServlet/readEntityWebException HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:11:FINISHED TEST : readEntityWebException410Test() [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.378 s - in ee.jakarta.tck.ws.rs.ee.rs.ext.providers.JAXRSProvidersClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.formparam.locator.JAXRSLocatorClientIT 12-12-2023 12:44:12:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:12:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:12:STARTING TEST : nonDefaultFormParamFromSortedSetFromStringTest() Dec 12, 2023 12:44:12 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:12:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_locator_web/resource/locatorencoded/SortedSetFromString HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:12:FINISHED TEST : nonDefaultFormParamFromSortedSetFromStringTest() 12-12-2023 12:44:12:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:12:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:44:12 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:12:STARTING TEST : nonDefaultFormParamNothingSentTest() 12-12-2023 12:44:12:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_locator_web/resource/locator/PostNonDefParam HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:12:FINISHED TEST : nonDefaultFormParamNothingSentTest() 12-12-2023 12:44:12:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:12:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:44:12 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:12:STARTING TEST : nonDefaultFormParamFromConstructorTest() 12-12-2023 12:44:12:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_locator_web/resource/locator/Constructor HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:12:FINISHED TEST : nonDefaultFormParamFromConstructorTest() 12-12-2023 12:44:12:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:12:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:12:STARTING TEST : nonDefaultFormParamFromStringTest() Dec 12, 2023 12:44:12 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:12:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_locator_web/resource/locatorencoded/ParamEntityWithFromString HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:12:FINISHED TEST : nonDefaultFormParamFromStringTest() 12-12-2023 12:44:12:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:12:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:12:STARTING TEST : nonDefaultFormParamFromListConstructorTest() Dec 12, 2023 12:44:12 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:12:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_locator_web/resource/locator/ListConstructor HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:12:FINISHED TEST : nonDefaultFormParamFromListConstructorTest() 12-12-2023 12:44:12:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:12:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:12:STARTING TEST : nonDefaultFormParamFromSetFromStringTest() Dec 12, 2023 12:44:12 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:12:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_locator_web/resource/locatorencoded/SetFromString HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:12:FINISHED TEST : nonDefaultFormParamFromSetFromStringTest() 12-12-2023 12:44:12:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:12:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:12:STARTING TEST : nonDefaultFormParamValueOfTest() Dec 12, 2023 12:44:12 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:12:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_locator_web/resource/locator/ParamEntityWithValueOf HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:12:FINISHED TEST : nonDefaultFormParamValueOfTest() 12-12-2023 12:44:12:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:12:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:12:STARTING TEST : nonDefaultFormParamFromListFromStringTest() Dec 12, 2023 12:44:12 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:12:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_locator_web/resource/locatorencoded/ListFromString HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:12:FINISHED TEST : nonDefaultFormParamFromListFromStringTest() [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.558 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-12-2023 12:44:12:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:12:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:12:STARTING TEST : defaultFormParamSentTest() Dec 12, 2023 12:44:12 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:12:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/PostDefParam HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:12:FINISHED TEST : defaultFormParamSentTest() 12-12-2023 12:44:12:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:12:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:12:STARTING TEST : defaultFormParamFromConstructorTest() Dec 12, 2023 12:44:12 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:12:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/Constructor HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:12:FINISHED TEST : defaultFormParamFromConstructorTest() 12-12-2023 12:44:12:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:12:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:44:12 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:12:STARTING TEST : defaultFormParamFromListConstructorTest() 12-12-2023 12:44:12:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/ListConstructor HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:12:FINISHED TEST : defaultFormParamFromListConstructorTest() 12-12-2023 12:44:12:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:12:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:44:12 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:12:STARTING TEST : defaultFormParamPutNoArgSentTest() 12-12-2023 12:44:12:[HttpRequest] Dispatching request: 'PUT /jaxrs_ee_formparam_sub_web/resource/sub/DefParam HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:12:FINISHED TEST : defaultFormParamPutNoArgSentTest() 12-12-2023 12:44:12:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:12:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:12:STARTING TEST : defaultFormParamValueOfTest() Dec 12, 2023 12:44:12 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:12:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/ParamEntityWithValueOf HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:12:FINISHED TEST : defaultFormParamValueOfTest() 12-12-2023 12:44:12:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:12:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:12:STARTING TEST : defaultFormParamPutArgSentTest() Dec 12, 2023 12:44:12 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:12:[HttpRequest] Dispatching request: 'PUT /jaxrs_ee_formparam_sub_web/resource/sub/DefParam HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:12:FINISHED TEST : defaultFormParamPutArgSentTest() 12-12-2023 12:44:12:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:12:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:12:STARTING TEST : defaultFormParamFromListFromStringTest() Dec 12, 2023 12:44:12 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:12:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/ListFromString HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:12:FINISHED TEST : defaultFormParamFromListFromStringTest() 12-12-2023 12:44:12:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:12:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:12:STARTING TEST : nonDefaultFormParamFromSortedSetFromStringTest() 12-12-2023 12:44:12:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/SortedSetFromString HTTP/1.1' to target server at 'localhost:8080'Dec 12, 2023 12:44:12 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:12:FINISHED TEST : nonDefaultFormParamFromSortedSetFromStringTest() 12-12-2023 12:44:12:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:12:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:12:STARTING TEST : formParamThrowingWebApplicationExceptionTest() Dec 12, 2023 12:44:12 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:12:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/ParamEntityThrowingExceptionGivenByName HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:12:FINISHED TEST : formParamThrowingWebApplicationExceptionTest() 12-12-2023 12:44:12:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:12:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:44:12 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:12:STARTING TEST : nonDefaultFormParamNothingSentTest() 12-12-2023 12:44:12:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/PostNonDefParam HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:12:FINISHED TEST : nonDefaultFormParamNothingSentTest() 12-12-2023 12:44:12:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:12:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:44:12 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:12:STARTING TEST : defaultFormParamFromStringTest() 12-12-2023 12:44:12:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/ParamEntityWithFromString HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:12:FINISHED TEST : defaultFormParamFromStringTest() 12-12-2023 12:44:12:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:12:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:12:STARTING TEST : formParamThrowingIllegalArgumentExceptionTest() Dec 12, 2023 12:44:12 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:12:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/ParamEntityThrowingExceptionGivenByName HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:12:FINISHED TEST : formParamThrowingIllegalArgumentExceptionTest() 12-12-2023 12:44:12:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:12:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:12:STARTING TEST : nonDefaultFormParamFromConstructorTest() 12-12-2023 12:44:12:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/Constructor HTTP/1.1' to target server at 'localhost:8080' Dec 12, 2023 12:44:12 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:12:FINISHED TEST : nonDefaultFormParamFromConstructorTest() 12-12-2023 12:44:12:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:12:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:12:STARTING TEST : nonDefaultFormParamFromStringTest() Dec 12, 2023 12:44:12 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:12:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/ParamEntityWithFromString HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:12:FINISHED TEST : nonDefaultFormParamFromStringTest() 12-12-2023 12:44:12:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:12:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:44:12 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:12:STARTING TEST : defaultFormParamFromSortedSetFromStringTest() 12-12-2023 12:44:12:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/SortedSetFromString HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:12:FINISHED TEST : defaultFormParamFromSortedSetFromStringTest() 12-12-2023 12:44:12:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:12:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:44:12 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:12:STARTING TEST : nonDefaultFormParamFromListConstructorTest() 12-12-2023 12:44:12:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/ListConstructor HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:12:FINISHED TEST : nonDefaultFormParamFromListConstructorTest() 12-12-2023 12:44:12:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:12:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:44:12 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:12:STARTING TEST : defaultFormParamNoArgSentTest() 12-12-2023 12:44:12:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/PostDefParam HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:12:FINISHED TEST : defaultFormParamNoArgSentTest() 12-12-2023 12:44:12:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:12:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:12:STARTING TEST : nonDefaultFormParamFromSetFromStringTest() Dec 12, 2023 12:44:12 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:12:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/SetFromString HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:12:FINISHED TEST : nonDefaultFormParamFromSetFromStringTest() 12-12-2023 12:44:12:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:12:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:12:STARTING TEST : defaultFormParamFromSetFromStringTest() Dec 12, 2023 12:44:12 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:12:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/SetFromString HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:12:FINISHED TEST : defaultFormParamFromSetFromStringTest() 12-12-2023 12:44:12:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:12:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:12:STARTING TEST : nonDefaultFormParamValueOfTest() Dec 12, 2023 12:44:12 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:12:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/ParamEntityWithValueOf HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:12:FINISHED TEST : nonDefaultFormParamValueOfTest() 12-12-2023 12:44:12:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:12:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:12:STARTING TEST : nonDefaultFormParamFromListFromStringTest() Dec 12, 2023 12:44:12 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:12:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/ListFromString HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:12:FINISHED TEST : nonDefaultFormParamFromListFromStringTest() [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.55 s - in ee.jakarta.tck.ws.rs.ee.rs.formparam.sub.JAXRSSubClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.formparam.JAXRSClientIT 12-12-2023 12:44:13:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:44:13 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:13:STARTING TEST : defaultFormParamSentTest() 12-12-2023 12:44:13:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/PostDefParam HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:13:FINISHED TEST : defaultFormParamSentTest() 12-12-2023 12:44:13:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:13:STARTING TEST : defaultFormParamFromConstructorTest() Dec 12, 2023 12:44:13 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:13:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/Constructor HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:13:FINISHED TEST : defaultFormParamFromConstructorTest() 12-12-2023 12:44:13:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:44:13 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:13:STARTING TEST : defaultFormParamFromListConstructorTest() 12-12-2023 12:44:13:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/ListConstructor HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:13:FINISHED TEST : defaultFormParamFromListConstructorTest() 12-12-2023 12:44:13:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:44:13 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:13:STARTING TEST : defaultFormParamPutNoArgSentTest() 12-12-2023 12:44:13:[HttpRequest] Dispatching request: 'PUT /jaxrs_ee_formparam_web/FormParamTest/DefParam HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:13:FINISHED TEST : defaultFormParamPutNoArgSentTest() 12-12-2023 12:44:13:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:13:STARTING TEST : defaultFormParamValueOfTest() Dec 12, 2023 12:44:13 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:13:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/ParamEntityWithValueOf HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:13:FINISHED TEST : defaultFormParamValueOfTest() 12-12-2023 12:44:13:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:44:13 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:13:STARTING TEST : defaultFormParamPutArgSentTest() 12-12-2023 12:44:13:[HttpRequest] Dispatching request: 'PUT /jaxrs_ee_formparam_web/FormParamTest/DefParam HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:13:FINISHED TEST : defaultFormParamPutArgSentTest() 12-12-2023 12:44:13:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:13:STARTING TEST : defaultFormParamFromListFromStringTest() Dec 12, 2023 12:44:13 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:13:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/ListFromString HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:13:FINISHED TEST : defaultFormParamFromListFromStringTest() 12-12-2023 12:44:13:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:44:13 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:13:STARTING TEST : nonDefaultFormParamFromSortedSetFromStringTest() 12-12-2023 12:44:13:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/SortedSetFromString HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:13:FINISHED TEST : nonDefaultFormParamFromSortedSetFromStringTest() 12-12-2023 12:44:13:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:13:STARTING TEST : formParamThrowingWebApplicationExceptionTest() Dec 12, 2023 12:44:13 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:13:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/ParamEntityThrowingWebApplicationException HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:13:FINISHED TEST : formParamThrowingWebApplicationExceptionTest() 12-12-2023 12:44:13:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:13:STARTING TEST : nonDefaultFormParamNothingSentTest() Dec 12, 2023 12:44:13 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:13:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/PostNonDefParam HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:13:FINISHED TEST : nonDefaultFormParamNothingSentTest() 12-12-2023 12:44:13:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:13:STARTING TEST : defaultFormParamFromStringTest() Dec 12, 2023 12:44:13 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:13:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/ParamEntityWithFromString HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:13:FINISHED TEST : defaultFormParamFromStringTest() 12-12-2023 12:44:13:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:44:13 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:13:STARTING TEST : formParamThrowingIllegalArgumentExceptionTest() 12-12-2023 12:44:13:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/ParamEntityThrowingExceptionGivenByName HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:13:FINISHED TEST : formParamThrowingIllegalArgumentExceptionTest() 12-12-2023 12:44:13:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:13:STARTING TEST : nonDefaultFormParamFromConstructorTest() Dec 12, 2023 12:44:13 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:13:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/Constructor HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:13:FINISHED TEST : nonDefaultFormParamFromConstructorTest() 12-12-2023 12:44:13:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:13:STARTING TEST : nonDefaultFormParamFromStringTest() Dec 12, 2023 12:44:13 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:13:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/ParamEntityWithFromString HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:13:FINISHED TEST : nonDefaultFormParamFromStringTest() 12-12-2023 12:44:13:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:44:13 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:13:STARTING TEST : defaultFormParamFromSortedSetFromStringTest() 12-12-2023 12:44:13:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/SortedSetFromString HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:13:FINISHED TEST : defaultFormParamFromSortedSetFromStringTest() 12-12-2023 12:44:13:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:44:13 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:13:STARTING TEST : nonDefaultFormParamFromListConstructorTest() 12-12-2023 12:44:13:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/ListConstructor HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:13:FINISHED TEST : nonDefaultFormParamFromListConstructorTest() 12-12-2023 12:44:13:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:13:STARTING TEST : defaultFormParamNoArgSentTest() Dec 12, 2023 12:44:13 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:13:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/PostDefParam HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:13:FINISHED TEST : defaultFormParamNoArgSentTest() 12-12-2023 12:44:13:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:44:13 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:13:STARTING TEST : nonDefaultFormParamFromSetFromStringTest() 12-12-2023 12:44:13:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/SetFromString HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:13:FINISHED TEST : nonDefaultFormParamFromSetFromStringTest() 12-12-2023 12:44:13:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:44:13 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:13:STARTING TEST : formParamEntityWithEncodedTest() Dec 12, 2023 12:44:13 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:13:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/ParamEntityWithValueOf HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:13:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/ParamEntityWithFromString HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:13:FINISHED TEST : formParamEntityWithEncodedTest() 12-12-2023 12:44:13:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:44:13 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:13:STARTING TEST : defaultFormParamFromSetFromStringTest() 12-12-2023 12:44:13:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/SetFromString HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:13:FINISHED TEST : defaultFormParamFromSetFromStringTest() 12-12-2023 12:44:13:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:44:13 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:13:STARTING TEST : nonDefaultFormParamValueOfTest() 12-12-2023 12:44:13:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/ParamEntityWithValueOf HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:13:FINISHED TEST : nonDefaultFormParamValueOfTest() 12-12-2023 12:44:13:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:44:13 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:13:STARTING TEST : nonDefaultFormParamFromListFromStringTest() 12-12-2023 12:44:13:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/ListFromString HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:13:FINISHED TEST : nonDefaultFormParamFromListFromStringTest() [INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.36 s - in ee.jakarta.tck.ws.rs.ee.rs.formparam.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.get.JAXRSClientIT 12-12-2023 12:44:13:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:13:STARTING TEST : headSubTest() Dec 12, 2023 12:44:13 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:13:[HttpRequest] Dispatching request: 'HEAD /jaxrs_ee_rs_get_web/GetTest/sub HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:13:FINISHED TEST : headSubTest() 12-12-2023 12:44:13:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:13:STARTING TEST : getSubTest() Dec 12, 2023 12:44:13 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:13:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_get_web/GetTest/sub HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:13:FINISHED TEST : getSubTest() 12-12-2023 12:44:13:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:44:13 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:13:STARTING TEST : recursiveResourceLocatorTest() 12-12-2023 12:44: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' 12-12-2023 12:44:13:FINISHED TEST : recursiveResourceLocatorTest() 12-12-2023 12:44:13:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:13:STARTING TEST : headTest1() Dec 12, 2023 12:44:13 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:13:[HttpRequest] Dispatching request: 'HEAD /jaxrs_ee_rs_get_web/GetTest/ HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:13:FINISHED TEST : headTest1() 12-12-2023 12:44:13:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:13:STARTING TEST : headTest2() Dec 12, 2023 12:44:13 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:13:[HttpRequest] Dispatching request: 'HEAD /jaxrs_ee_rs_get_web/GetTest/ HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:13:FINISHED TEST : headTest2() 12-12-2023 12:44:13:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:13:STARTING TEST : dynamicGetTest() Dec 12, 2023 12:44:13 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:13:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_get_web/GetTest/123 HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:13:FINISHED TEST : dynamicGetTest() 12-12-2023 12:44:13:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:13:STARTING TEST : optionSubTest() 12-12-2023 12:44:13:[HttpRequest] Dispatching request: 'OPTIONS /jaxrs_ee_rs_get_web/GetTest/sub HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:13:FINISHED TEST : optionSubTest() 12-12-2023 12:44:13:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:13:STARTING TEST : getTest1() Dec 12, 2023 12:44:13 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:13:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_get_web/GetTest/ HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:13:FINISHED TEST : getTest1() 12-12-2023 12:44:13:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:44:13 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:13:STARTING TEST : getTest2() 12-12-2023 12:44:13:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_get_web/GetTest/ HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:13:FINISHED TEST : getTest2() [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.292 s - in ee.jakarta.tck.ws.rs.ee.rs.get.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.head.JAXRSClientIT 12-12-2023 12:44:13:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:44:13 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:13:STARTING TEST : headSubTest() 12-12-2023 12:44:13:[HttpRequest] Dispatching request: 'HEAD /jaxrs_ee_rs_head_web/HeadTest/sub HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:13:FINISHED TEST : headSubTest() 12-12-2023 12:44:13:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:44:13 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:13:STARTING TEST : headTest1() 12-12-2023 12:44:13:[HttpRequest] Dispatching request: 'HEAD /jaxrs_ee_rs_head_web/HeadTest/ HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:13:FINISHED TEST : headTest1() 12-12-2023 12:44:13:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:44:13 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:13:STARTING TEST : headTest2() 12-12-2023 12:44:13:[HttpRequest] Dispatching request: 'HEAD /jaxrs_ee_rs_head_web/HeadTest/ HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:13:FINISHED TEST : headTest2() 12-12-2023 12:44:13:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:44:13 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:13:STARTING TEST : headGetTest() 12-12-2023 12:44:13:[HttpRequest] Dispatching request: 'HEAD /jaxrs_ee_rs_head_web/HeadTest/get HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:13:FINISHED TEST : headGetTest() [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.516 s - in ee.jakarta.tck.ws.rs.ee.rs.head.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.headerparam.locator.JAXRSLocatorClientIT 12-12-2023 12:44:14:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:14:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:44:14 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:14 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:14:STARTING TEST : headerParamEntityWithConstructorTest() 12-12-2023 12:44:14:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:14:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:14:FINISHED TEST : headerParamEntityWithConstructorTest() 12-12-2023 12:44:14:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:14:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:44:14 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:14 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:14 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:14 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:14:STARTING TEST : headerParamStringTest() 12-12-2023 12:44:14:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:14:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:14:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:14:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:14:FINISHED TEST : headerParamStringTest() 12-12-2023 12:44:14:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:14:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:44:14 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:14 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:14 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:14 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:14:STARTING TEST : headerParamLongTest() 12-12-2023 12:44:14:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:14:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:14:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:14:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:14:FINISHED TEST : headerParamLongTest() 12-12-2023 12:44:14:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:14:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:44:14 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:14 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:14 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:14 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:14:STARTING TEST : headerParamByteTest() 12-12-2023 12:44:14:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:14:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:14:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:14:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:14:FINISHED TEST : headerParamByteTest() 12-12-2023 12:44:14:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:14:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:44:14 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:14 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:14 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:14 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:14:STARTING TEST : headerParamBooleanTest() 12-12-2023 12:44:14:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:14:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:14:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:14:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:14:FINISHED TEST : headerParamBooleanTest() 12-12-2023 12:44:14:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:14:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:44:14 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:14 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:14:STARTING TEST : headerParamListEntityWithFromStringTest() 12-12-2023 12:44:14:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:14:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:14:FINISHED TEST : headerParamListEntityWithFromStringTest() 12-12-2023 12:44:14:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:14:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:44:14 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:14 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:14 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:14 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:14:STARTING TEST : headerParamFloatTest() 12-12-2023 12:44:14:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:14:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:14:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:14:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:14:FINISHED TEST : headerParamFloatTest() 12-12-2023 12:44:14:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:14:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:14:STARTING TEST : headerParamShortTest()Dec 12, 2023 12:44:14 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:14 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:14:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:14:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' Dec 12, 2023 12:44:14 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:14 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:14:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:14:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:14:FINISHED TEST : headerParamShortTest() 12-12-2023 12:44:14:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:14:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:44:14 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:14:STARTING TEST : headerParamThrowingWebApplicationExceptionTest() 12-12-2023 12:44:14:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:14:FINISHED TEST : headerParamThrowingWebApplicationExceptionTest() 12-12-2023 12:44:14:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:14:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:44:14 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:14 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:14:STARTING TEST : headerParamEntityWithValueOfTest() 12-12-2023 12:44:14:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:14:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:14:FINISHED TEST : headerParamEntityWithValueOfTest() 12-12-2023 12:44:14:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:14:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:44:14 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:14:STARTING TEST : headerParamThrowingIllegalArgumentExceptionTest() 12-12-2023 12:44:14:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:14:FINISHED TEST : headerParamThrowingIllegalArgumentExceptionTest() 12-12-2023 12:44:14:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:14:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:44:14 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:14:STARTING TEST : headerParamNoQueryTest() 12-12-2023 12:44:14:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:14:FINISHED TEST : headerParamNoQueryTest() 12-12-2023 12:44:14:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:14:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:44:14 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:14 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:14 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:14 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:14:STARTING TEST : headerParamDoubleTest() 12-12-2023 12:44:14:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:14:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:14:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:14:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:14:FINISHED TEST : headerParamDoubleTest() 12-12-2023 12:44:14:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:14:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:44:14 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:14 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:14:STARTING TEST : headerParamSetEntityWithFromStringTest() 12-12-2023 12:44:14:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:14:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:14:FINISHED TEST : headerParamSetEntityWithFromStringTest() 12-12-2023 12:44:14:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:14:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:14:STARTING TEST : headerParamSortedSetEntityWithFromStringTest() Dec 12, 2023 12:44:14 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:14 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:14:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:14:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:14:FINISHED TEST : headerParamSortedSetEntityWithFromStringTest() 12-12-2023 12:44:14:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:14:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:44:14 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:14 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:14 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:14 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:14:STARTING TEST : headerParamIntTest() 12-12-2023 12:44:14:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:14:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:14:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:14:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:14:FINISHED TEST : headerParamIntTest() 12-12-2023 12:44:14:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:14:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:14:STARTING TEST : headerParamEntityWithFromStringTest() Dec 12, 2023 12:44:14 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:14 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:14:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:14:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:14:FINISHED TEST : headerParamEntityWithFromStringTest() [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.076 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-12-2023 12:44:15:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:15:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:15:STARTING TEST : headerFieldThrowingIllegalArgumentExceptionTest() Dec 12, 2023 12:44:15 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:15:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:15:FINISHED TEST : headerFieldThrowingIllegalArgumentExceptionTest() 12-12-2023 12:44:15:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:15:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:44:15 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:15 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:15:STARTING TEST : headerParamEntityWithConstructorTest() 12-12-2023 12:44:15:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:15:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:15:FINISHED TEST : headerParamEntityWithConstructorTest() 12-12-2023 12:44:15:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:15:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:44:15 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:15:STARTING TEST : headerFieldThrowingWebApplicationExceptionTest() 12-12-2023 12:44:15:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:15:FINISHED TEST : headerFieldThrowingWebApplicationExceptionTest() 12-12-2023 12:44:15:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:15:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:15:STARTING TEST : headerParamStringTest() Dec 12, 2023 12:44:15 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:15 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:15 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:15:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:15:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:15:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:15:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' Dec 12, 2023 12:44:15 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:15:FINISHED TEST : headerParamStringTest() 12-12-2023 12:44:15:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:15:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:15:STARTING TEST : headerParamLongTest() Dec 12, 2023 12:44:15 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:15 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:15 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:15:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:15:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:15:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:15:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' Dec 12, 2023 12:44:15 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:15:FINISHED TEST : headerParamLongTest() 12-12-2023 12:44:15:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:15:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:15:STARTING TEST : headerParamByteTest() Dec 12, 2023 12:44:15 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:15 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:15 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:15:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:15:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:15:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:15:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'Dec 12, 2023 12:44:15 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:15:FINISHED TEST : headerParamByteTest() 12-12-2023 12:44:15:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:15:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:44:15 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:15 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:15:STARTING TEST : headerFieldParamEntityWithValueOfTest() 12-12-2023 12:44:15:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:15:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:15:FINISHED TEST : headerFieldParamEntityWithValueOfTest() 12-12-2023 12:44:15:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:15:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:15:STARTING TEST : headerParamBooleanTest() Dec 12, 2023 12:44:15 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:15 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:15 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:15:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:15:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:15:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:15:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' Dec 12, 2023 12:44:15 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:15:FINISHED TEST : headerParamBooleanTest() 12-12-2023 12:44:15:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:15:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:15:STARTING TEST : headerFieldParamSortedSetEntityWithFromStringTest() Dec 12, 2023 12:44:15 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:15 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:15:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:15:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:15:FINISHED TEST : headerFieldParamSortedSetEntityWithFromStringTest() 12-12-2023 12:44:15:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:15:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:15:STARTING TEST : headerParamListEntityWithFromStringTest() Dec 12, 2023 12:44:15 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:15 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:15:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:15:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:15:FINISHED TEST : headerParamListEntityWithFromStringTest() 12-12-2023 12:44:15:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:15:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:15:STARTING TEST : headerParamFloatTest() Dec 12, 2023 12:44:15 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:15 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:15 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:15:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:15:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:15:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' Dec 12, 2023 12:44:15 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:15:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:15:FINISHED TEST : headerParamFloatTest() 12-12-2023 12:44:15:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:15:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:15:STARTING TEST : headerParamShortTest() Dec 12, 2023 12:44:15 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:15 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:15 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:15:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:15:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:15:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:15:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' Dec 12, 2023 12:44:15 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:15:FINISHED TEST : headerParamShortTest() 12-12-2023 12:44:15:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:15:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:15:STARTING TEST : headerParamThrowingWebApplicationExceptionTest() Dec 12, 2023 12:44:15 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:15:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:15:FINISHED TEST : headerParamThrowingWebApplicationExceptionTest() 12-12-2023 12:44:15:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:15:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:15:STARTING TEST : headerParamEntityWithValueOfTest() Dec 12, 2023 12:44:15 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:15 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:15:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:15:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:15:FINISHED TEST : headerParamEntityWithValueOfTest() 12-12-2023 12:44:15:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:15:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:15:STARTING TEST : headerParamThrowingIllegalArgumentExceptionTest() Dec 12, 2023 12:44:15 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:15:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:15:FINISHED TEST : headerParamThrowingIllegalArgumentExceptionTest() 12-12-2023 12:44:15:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:15:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:44:15 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:15 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:15:STARTING TEST : headerFieldParamEntityWithConstructorTest() 12-12-2023 12:44:15:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:15:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:15:FINISHED TEST : headerFieldParamEntityWithConstructorTest() 12-12-2023 12:44:15:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:15:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:15:STARTING TEST : headerFieldParamEntityWithFromStringTest() Dec 12, 2023 12:44:15 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:15 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:15:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:15:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:15:FINISHED TEST : headerFieldParamEntityWithFromStringTest() 12-12-2023 12:44:15:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:15:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:44:15 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:15 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:15:STARTING TEST : headerFieldParamSetEntityWithFromStringTest() 12-12-2023 12:44:15:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:15:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:15:FINISHED TEST : headerFieldParamSetEntityWithFromStringTest() 12-12-2023 12:44:15:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:15:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:44:15 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:15:STARTING TEST : headerParamNoQueryTest() 12-12-2023 12:44:15:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:15:FINISHED TEST : headerParamNoQueryTest() 12-12-2023 12:44:15:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:15:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:15:STARTING TEST : headerParamDoubleTest() Dec 12, 2023 12:44:15 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:15 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:15 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:15:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:15:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:15:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:15:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' Dec 12, 2023 12:44:15 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:15:FINISHED TEST : headerParamDoubleTest() 12-12-2023 12:44:15:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:15:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:44:15 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:15 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:15:STARTING TEST : headerParamSetEntityWithFromStringTest() 12-12-2023 12:44:15:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:15:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:15:FINISHED TEST : headerParamSetEntityWithFromStringTest() 12-12-2023 12:44:15:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:15:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:44:15 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:15 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:15:STARTING TEST : headerFieldParamListEntityWithFromStringTest() 12-12-2023 12:44:15:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:15:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:15:FINISHED TEST : headerFieldParamListEntityWithFromStringTest() 12-12-2023 12:44:15:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:15:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:44:15 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:15 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:15:STARTING TEST : headerParamSortedSetEntityWithFromStringTest() 12-12-2023 12:44:15:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:15:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:15:FINISHED TEST : headerParamSortedSetEntityWithFromStringTest() 12-12-2023 12:44:15:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:15:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:44:15 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:15 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:15 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:15 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:15:STARTING TEST : headerParamIntTest() 12-12-2023 12:44:15:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:15:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:15:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:15:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:15:FINISHED TEST : headerParamIntTest() 12-12-2023 12:44:15:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:15:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:44:15 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:15 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:15:STARTING TEST : headerParamEntityWithFromStringTest() 12-12-2023 12:44:15:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:15:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:15:FINISHED TEST : headerParamEntityWithFromStringTest() [INFO] Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.017 s - in ee.jakarta.tck.ws.rs.ee.rs.headerparam.sub.JAXRSSubClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.headerparam.JAXRSClientIT 12-12-2023 12:44:16:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:16:STARTING TEST : headerFieldThrowingIllegalArgumentExceptionTest() Dec 12, 2023 12:44:16 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:16:FINISHED TEST : headerFieldThrowingIllegalArgumentExceptionTest() 12-12-2023 12:44:16:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:44:16 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:16 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:16:STARTING TEST : headerParamEntityWithConstructorTest() 12-12-2023 12:44:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:16:FINISHED TEST : headerParamEntityWithConstructorTest() 12-12-2023 12:44:16:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:16:STARTING TEST : headerFieldThrowingWebApplicationExceptionTest()Dec 12, 2023 12:44:16 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:16:FINISHED TEST : headerFieldThrowingWebApplicationExceptionTest() 12-12-2023 12:44:16:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:16:STARTING TEST : headerParamStringTest() Dec 12, 2023 12:44:16 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:16 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:16 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' Dec 12, 2023 12:44:16 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:16:FINISHED TEST : headerParamStringTest() 12-12-2023 12:44:16:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:44:16 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:16 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:16 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:16 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:16:STARTING TEST : headerParamLongTest() 12-12-2023 12:44:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:16:FINISHED TEST : headerParamLongTest() 12-12-2023 12:44:16:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:44:16 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:16 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:16 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:16 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:16:STARTING TEST : headerParamByteTest() 12-12-2023 12:44:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:16:FINISHED TEST : headerParamByteTest() 12-12-2023 12:44:16:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:44:16 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:16 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:16:STARTING TEST : headerFieldParamEntityWithValueOfTest() 12-12-2023 12:44:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:16:FINISHED TEST : headerFieldParamEntityWithValueOfTest() 12-12-2023 12:44:16:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:16:STARTING TEST : headerParamBooleanTest() Dec 12, 2023 12:44:16 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:16 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' Dec 12, 2023 12:44:16 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:16 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:16:FINISHED TEST : headerParamBooleanTest() 12-12-2023 12:44:16:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:16:STARTING TEST : headerFieldParamSortedSetEntityWithFromStringTest() Dec 12, 2023 12:44:16 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:16 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:16:FINISHED TEST : headerFieldParamSortedSetEntityWithFromStringTest() 12-12-2023 12:44:16:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:44:16 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:16:STARTING TEST : headerParamListEntityWithFromStringTest() 12-12-2023 12:44:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'Dec 12, 2023 12:44:16 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:16:FINISHED TEST : headerParamListEntityWithFromStringTest() 12-12-2023 12:44:16:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:16:STARTING TEST : headerParamFloatTest() Dec 12, 2023 12:44:16 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:16 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' Dec 12, 2023 12:44:16 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:16 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:16:FINISHED TEST : headerParamFloatTest() 12-12-2023 12:44:16:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:16:STARTING TEST : headerParamShortTest() Dec 12, 2023 12:44:16 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:16 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:16 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' Dec 12, 2023 12:44:16 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:16:FINISHED TEST : headerParamShortTest() 12-12-2023 12:44:16:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:16:STARTING TEST : headerParamThrowingWebApplicationExceptionTest() Dec 12, 2023 12:44:16 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:16:FINISHED TEST : headerParamThrowingWebApplicationExceptionTest() 12-12-2023 12:44:16:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:44:16 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:16 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:16:STARTING TEST : headerParamEntityWithValueOfTest() 12-12-2023 12:44:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:16:FINISHED TEST : headerParamEntityWithValueOfTest() 12-12-2023 12:44:16:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:44:16 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:16:STARTING TEST : headerParamThrowingIllegalArgumentExceptionTest() 12-12-2023 12:44:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:16:FINISHED TEST : headerParamThrowingIllegalArgumentExceptionTest() 12-12-2023 12:44:16:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:16:STARTING TEST : headerFieldParamEntityWithConstructorTest() Dec 12, 2023 12:44:16 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:16 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:16:FINISHED TEST : headerFieldParamEntityWithConstructorTest() 12-12-2023 12:44:16:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:16:STARTING TEST : headerFieldParamEntityWithFromStringTest() Dec 12, 2023 12:44:16 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:16 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:16:FINISHED TEST : headerFieldParamEntityWithFromStringTest() 12-12-2023 12:44:16:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:44:16 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:16:STARTING TEST : headerFieldParamSetEntityWithFromStringTest() 12-12-2023 12:44:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' Dec 12, 2023 12:44:16 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:16:FINISHED TEST : headerFieldParamSetEntityWithFromStringTest() 12-12-2023 12:44:16:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:44:16 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:16:STARTING TEST : headerParamNoQueryTest() 12-12-2023 12:44:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:16:FINISHED TEST : headerParamNoQueryTest() 12-12-2023 12:44:16:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:44:16 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:16 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:16 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:16 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:16:STARTING TEST : headerParamDoubleTest() 12-12-2023 12:44:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:16:FINISHED TEST : headerParamDoubleTest() 12-12-2023 12:44:16:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:44:16 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:16 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:16:STARTING TEST : headerParamSetEntityWithFromStringTest() 12-12-2023 12:44:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:16:FINISHED TEST : headerParamSetEntityWithFromStringTest() 12-12-2023 12:44:16:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:44:16 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:16 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:16:STARTING TEST : headerFieldParamListEntityWithFromStringTest() 12-12-2023 12:44:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:16:FINISHED TEST : headerFieldParamListEntityWithFromStringTest() 12-12-2023 12:44:16:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:16:STARTING TEST : headerParamSortedSetEntityWithFromStringTest() Dec 12, 2023 12:44:16 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:16 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:16:FINISHED TEST : headerParamSortedSetEntityWithFromStringTest() 12-12-2023 12:44:16:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:16:STARTING TEST : headerParamIntTest() Dec 12, 2023 12:44:16 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:16 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:16 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' Dec 12, 2023 12:44:16 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:16:FINISHED TEST : headerParamIntTest() 12-12-2023 12:44:16:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:16:STARTING TEST : headerParamEntityWithFromStringTest() Dec 12, 2023 12:44:16 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:16 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:16:FINISHED TEST : headerParamEntityWithFromStringTest() [INFO] Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.521 s - in ee.jakarta.tck.ws.rs.ee.rs.headerparam.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.matrixparam.locator.JAXRSLocatorClientIT 12-12-2023 12:44:17:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:17:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:17:STARTING TEST : matrixParamDoubleTest() Dec 12, 2023 12:44:17 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:17 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:17:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator;doubletest1=123 HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44: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' 12-12-2023 12:44:17:FINISHED TEST : matrixParamDoubleTest() 12-12-2023 12:44:17:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:17:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:17:STARTING TEST : matrixParamEntityWithEncodedTest() Dec 12, 2023 12:44:17 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:17 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:17:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator;ParamEntityWithValueOf=%21 HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:17:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator;ParamEntityWithFromString=%21 HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:17:FINISHED TEST : matrixParamEntityWithEncodedTest() 12-12-2023 12:44:17:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:17:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:17:STARTING TEST : matrixParamEntityWithFromStringTest() Dec 12, 2023 12:44:17 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:17 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:17:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator; HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44: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' 12-12-2023 12:44:17:FINISHED TEST : matrixParamEntityWithFromStringTest() 12-12-2023 12:44:17:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:17:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:17:STARTING TEST : matrixParamThrowingWebApplicationExceptionTest() Dec 12, 2023 12:44:17 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:17:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator;ParamEntityThrowingWebApplicationException=CREATED HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:17:FINISHED TEST : matrixParamThrowingWebApplicationExceptionTest() 12-12-2023 12:44:17:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:17:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:17:STARTING TEST : matrixParamLongTest() Dec 12, 2023 12:44:17 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:17 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:17:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator;longtest=-9223372036854775808 HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44: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' 12-12-2023 12:44:17:FINISHED TEST : matrixParamLongTest() 12-12-2023 12:44:17:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:17:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:17:STARTING TEST : matrixParamBooleanTest() Dec 12, 2023 12:44:17 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:17 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:17:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator;booleantest=true HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44: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' 12-12-2023 12:44:17:FINISHED TEST : matrixParamBooleanTest() 12-12-2023 12:44:17:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:17:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:17:STARTING TEST : matrixParamIntTest() Dec 12, 2023 12:44:17 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:17 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:17:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator;inttest1=2147483647 HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44: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' 12-12-2023 12:44:17:FINISHED TEST : matrixParamIntTest() 12-12-2023 12:44:17:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:17:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:17:STARTING TEST : matrixParamByteTest() Dec 12, 2023 12:44:17 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:17 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:17:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator;bytetest=127 HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44: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' 12-12-2023 12:44:17:FINISHED TEST : matrixParamByteTest() 12-12-2023 12:44:17:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:17:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:17:STARTING TEST : matrixParamEntityWithValueOfTest() Dec 12, 2023 12:44:17 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:17 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:17:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator; HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44: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' 12-12-2023 12:44:17:FINISHED TEST : matrixParamEntityWithValueOfTest() 12-12-2023 12:44:17:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:17:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:17:STARTING TEST : matrixParamSortedSetEntityWithFromStringTest() Dec 12, 2023 12:44:17 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:17 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:17:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator; HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44: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' 12-12-2023 12:44:17:FINISHED TEST : matrixParamSortedSetEntityWithFromStringTest() 12-12-2023 12:44:17:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:17:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:17:STARTING TEST : matrixParamStringTest() Dec 12, 2023 12:44:17 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:17 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:17:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator;stringtest=cts HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:17:[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' 12-12-2023 12:44:17:FINISHED TEST : matrixParamStringTest() 12-12-2023 12:44:17:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:17:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:17:STARTING TEST : matrixParamFloatTest() Dec 12, 2023 12:44:17 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:17 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:17:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator;floattest1=123 HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:17:[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' 12-12-2023 12:44:17:FINISHED TEST : matrixParamFloatTest() 12-12-2023 12:44:17:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:17:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:17:STARTING TEST : matrixParamShortTest() Dec 12, 2023 12:44:17 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:17 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:17:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator;shorttest=-32768 HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:17:[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' 12-12-2023 12:44:17:FINISHED TEST : matrixParamShortTest() 12-12-2023 12:44:17:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:17:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:44:17 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:17:STARTING TEST : matrixParamSetEntityWithFromStringTest() 12-12-2023 12:44:17:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator; HTTP/1.1' to target server at 'localhost:8080'Dec 12, 2023 12:44:17 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:17:[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' 12-12-2023 12:44:17:FINISHED TEST : matrixParamSetEntityWithFromStringTest() 12-12-2023 12:44:17:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:17:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:17:STARTING TEST : matrixParamListEntityWithFromStringTest()Dec 12, 2023 12:44:17 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:17 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:17:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator; HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:17:[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' 12-12-2023 12:44:17:FINISHED TEST : matrixParamListEntityWithFromStringTest() 12-12-2023 12:44:17:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:17:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:17:STARTING TEST : matrixParamEntityWithConstructorTest() Dec 12, 2023 12:44:17 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:17 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:17:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator; HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:17:[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' 12-12-2023 12:44:17:FINISHED TEST : matrixParamEntityWithConstructorTest() 12-12-2023 12:44:17:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:17:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:17:STARTING TEST : matrixParamThrowingIllegalArgumentExceptionTest() Dec 12, 2023 12:44:17 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:17:[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' 12-12-2023 12:44:17:FINISHED TEST : matrixParamThrowingIllegalArgumentExceptionTest() [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.663 s - in ee.jakarta.tck.ws.rs.ee.rs.matrixparam.locator.JAXRSLocatorClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.matrixparam.sub.JAXRSSubClientIT 12-12-2023 12:44:17:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:17:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:44:17 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:17:STARTING TEST : matrixParamDoubleTest() Dec 12, 2023 12:44:17 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;doubletest1=123 HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:17:[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' 12-12-2023 12:44:17:FINISHED TEST : matrixParamDoubleTest() 12-12-2023 12:44:17:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:17:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:17:STARTING TEST : matrixFieldParamEntityWithValueOfTest() Dec 12, 2023 12:44:17 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:17 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource; HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:17:[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' 12-12-2023 12:44:17:FINISHED TEST : matrixFieldParamEntityWithValueOfTest() 12-12-2023 12:44:17:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:17:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:17:STARTING TEST : matrixParamEntityWithEncodedTest() Dec 12, 2023 12:44:17 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:17 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;ParamEntityWithValueOf=%21 HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;ParamEntityWithFromString=%21 HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:17:FINISHED TEST : matrixParamEntityWithEncodedTest() 12-12-2023 12:44:17:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:17:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:17:STARTING TEST : matrixParamEntityWithFromStringTest() Dec 12, 2023 12:44:17 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:17 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource; HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:17:[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' 12-12-2023 12:44:17:FINISHED TEST : matrixParamEntityWithFromStringTest() 12-12-2023 12:44:17:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:17:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:17:STARTING TEST : matrixParamThrowingWebApplicationExceptionTest() Dec 12, 2023 12:44:17 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;ParamEntityThrowingWebApplicationException=CREATED HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:17:FINISHED TEST : matrixParamThrowingWebApplicationExceptionTest() 12-12-2023 12:44:17:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:17:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:17:STARTING TEST : matrixParamLongTest() Dec 12, 2023 12:44:17 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:17 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;longtest=-9223372036854775808 HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:17:[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' 12-12-2023 12:44:17:FINISHED TEST : matrixParamLongTest() 12-12-2023 12:44:17:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:17:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:17:STARTING TEST : matrixParamBooleanTest()Dec 12, 2023 12:44:17 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:17 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;booleantest=true HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:17:[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' 12-12-2023 12:44:17:FINISHED TEST : matrixParamBooleanTest() 12-12-2023 12:44:17:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:17:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:17:STARTING TEST : matrixParamIntTest() Dec 12, 2023 12:44:17 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:17 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;inttest1=2147483647 HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:17:[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' 12-12-2023 12:44:17:FINISHED TEST : matrixParamIntTest() 12-12-2023 12:44:17:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:17:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:17:STARTING TEST : matrixParamByteTest() Dec 12, 2023 12:44:17 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:17 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;bytetest=127 HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:17:[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' 12-12-2023 12:44:17:FINISHED TEST : matrixParamByteTest() 12-12-2023 12:44:17:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:17:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:17:STARTING TEST : matrixParamEntityWithValueOfTest() Dec 12, 2023 12:44:17 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:17 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource; HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:17:[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' 12-12-2023 12:44:17:FINISHED TEST : matrixParamEntityWithValueOfTest() 12-12-2023 12:44:17:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:17:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:44:17 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:17:STARTING TEST : matrixFieldParamEntityWithConstructorTest() Dec 12, 2023 12:44:17 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource; HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:17:[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' 12-12-2023 12:44:17:FINISHED TEST : matrixFieldParamEntityWithConstructorTest() 12-12-2023 12:44:17:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:17:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:17:STARTING TEST : matrixFieldParamListEntityWithFromStringTest()Dec 12, 2023 12:44:17 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:17 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource; HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:17:[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' 12-12-2023 12:44:17:FINISHED TEST : matrixFieldParamListEntityWithFromStringTest() 12-12-2023 12:44:17:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:17:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:17:STARTING TEST : matrixFieldThrowingIllegalArgumentExceptionTest() Dec 12, 2023 12:44:17 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:17:[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' 12-12-2023 12:44:17:FINISHED TEST : matrixFieldThrowingIllegalArgumentExceptionTest() 12-12-2023 12:44:17:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:17:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:17:STARTING TEST : matrixFieldParamSortedSetEntityWithFromStringTest() Dec 12, 2023 12:44:17 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:17 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource; HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:17:[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' 12-12-2023 12:44:17:FINISHED TEST : matrixFieldParamSortedSetEntityWithFromStringTest() 12-12-2023 12:44:17:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:17:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:44:17 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:17 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:17:STARTING TEST : matrixParamSortedSetEntityWithFromStringTest() 12-12-2023 12:44:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource; HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:17:[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' 12-12-2023 12:44:17:FINISHED TEST : matrixParamSortedSetEntityWithFromStringTest() 12-12-2023 12:44:17:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:17:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:17:STARTING TEST : matrixParamStringTest() Dec 12, 2023 12:44:17 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:17 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;stringtest=cts HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:17:[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' 12-12-2023 12:44:17:FINISHED TEST : matrixParamStringTest() 12-12-2023 12:44:17:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:17:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:44:17 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:17 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:17:STARTING TEST : matrixParamFloatTest() 12-12-2023 12:44:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;floattest1=123 HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:17:[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' 12-12-2023 12:44:17:FINISHED TEST : matrixParamFloatTest() 12-12-2023 12:44:17:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:17:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:17:STARTING TEST : matrixParamShortTest() Dec 12, 2023 12:44:17 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:17 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;shorttest=-32768 HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:17:[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' 12-12-2023 12:44:17:FINISHED TEST : matrixParamShortTest() 12-12-2023 12:44:17:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:17:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:17:STARTING TEST : matrixParamSetEntityWithFromStringTest()Dec 12, 2023 12:44:17 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:17 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource; HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:17:[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' 12-12-2023 12:44:17:FINISHED TEST : matrixParamSetEntityWithFromStringTest() 12-12-2023 12:44:17:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:17:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:44:17 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:17 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:17:STARTING TEST : matrixFieldParamSetEntityWithFromStringTest() 12-12-2023 12:44:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource; HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:17:[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' 12-12-2023 12:44:17:FINISHED TEST : matrixFieldParamSetEntityWithFromStringTest() 12-12-2023 12:44:17:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:17:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:17:STARTING TEST : matrixParamListEntityWithFromStringTest()Dec 12, 2023 12:44:17 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:17 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource; HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:17:[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' 12-12-2023 12:44:17:FINISHED TEST : matrixParamListEntityWithFromStringTest() 12-12-2023 12:44:17:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:17:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:44:17 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:17 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:17:STARTING TEST : matrixFieldParamEntityWithFromStringTest() 12-12-2023 12:44:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource; HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:17:[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' 12-12-2023 12:44:17:FINISHED TEST : matrixFieldParamEntityWithFromStringTest() 12-12-2023 12:44:17:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:17:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:17:STARTING TEST : matrixFieldParamEntityWithEncodedTest() Dec 12, 2023 12:44:17 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:17 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;FieldParamEntityWithValueOf=%21 HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;FieldParamEntityWithFromString=%21 HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:17:FINISHED TEST : matrixFieldParamEntityWithEncodedTest() 12-12-2023 12:44:17:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:17:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:17:STARTING TEST : matrixFieldThrowingWebApplicationExceptionTest() 12-12-2023 12:44:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;FieldParamEntityThrowingWebApplicationException=CREATED HTTP/1.1' to target server at 'localhost:8080' Dec 12, 2023 12:44:17 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:17:FINISHED TEST : matrixFieldThrowingWebApplicationExceptionTest() 12-12-2023 12:44:17:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:17:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:17:STARTING TEST : matrixParamEntityWithConstructorTest() Dec 12, 2023 12:44:17 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:17 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource; HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:17:[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' 12-12-2023 12:44:17:FINISHED TEST : matrixParamEntityWithConstructorTest() 12-12-2023 12:44:17:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:17:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:44:17 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:17:STARTING TEST : matrixParamThrowingIllegalArgumentExceptionTest() 12-12-2023 12:44:17:[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' 12-12-2023 12:44:17:FINISHED TEST : matrixParamThrowingIllegalArgumentExceptionTest() [INFO] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.702 s - in ee.jakarta.tck.ws.rs.ee.rs.matrixparam.sub.JAXRSSubClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.matrixparam.JAXRSClientIT 12-12-2023 12:44:18:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:18:STARTING TEST : matrixParamDoubleTest() Dec 12, 2023 12:44:18 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:18:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;doubletest1=123 HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:18:[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'Dec 12, 2023 12:44:18 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:18:FINISHED TEST : matrixParamDoubleTest() 12-12-2023 12:44:18:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:44:18 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:18 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:18:STARTING TEST : matrixFieldParamEntityWithValueOfTest() 12-12-2023 12:44:18:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest; HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:18:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;FieldParamEntityWithValueOf=JAXRS_SPEC_5.3 HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:18:FINISHED TEST : matrixFieldParamEntityWithValueOfTest() 12-12-2023 12:44:18:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:18:STARTING TEST : matrixParamEntityWithEncodedTest() Dec 12, 2023 12:44:18 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:18 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:18:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;ParamEntityWithValueOf=%21 HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:18:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;ParamEntityWithFromString=%21 HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:18:FINISHED TEST : matrixParamEntityWithEncodedTest() 12-12-2023 12:44:18:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:18:STARTING TEST : matrixParamEntityWithFromStringTest() Dec 12, 2023 12:44:18 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:18 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:18:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest; HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:18:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;ParamEntityWithFromString=JAXRS_SPEC_5.3 HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:18:FINISHED TEST : matrixParamEntityWithFromStringTest() 12-12-2023 12:44:18:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:18:STARTING TEST : matrixParamThrowingWebApplicationExceptionTest() Dec 12, 2023 12:44:18 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:18:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;ParamEntityThrowingWebApplicationException=CREATED HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:18:FINISHED TEST : matrixParamThrowingWebApplicationExceptionTest() 12-12-2023 12:44:18:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:18:STARTING TEST : matrixParamLongTest() Dec 12, 2023 12:44:18 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:18 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:18:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;longtest=-9223372036854775808 HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:18:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;longtest1=-9223372036854775808;longtest2=9223372036854775807 HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:18:FINISHED TEST : matrixParamLongTest() 12-12-2023 12:44:18:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:18:STARTING TEST : matrixParamBooleanTest() Dec 12, 2023 12:44:18 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:18 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:18:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;booleantest=true HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:18:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;booleantest1=false;booleantest2=true HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:18:FINISHED TEST : matrixParamBooleanTest() 12-12-2023 12:44:18:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:18:STARTING TEST : matrixParamIntTest() Dec 12, 2023 12:44:18 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:18 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:18:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;inttest1=2147483647 HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:18:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;inttest1=2147483647;inttest2=-2147483648 HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:18:FINISHED TEST : matrixParamIntTest() 12-12-2023 12:44:18:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:18:STARTING TEST : matrixParamByteTest() Dec 12, 2023 12:44:18 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:18 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:18:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;bytetest=127 HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:18:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;bytetest1=123;bytetest2=-128 HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:18:FINISHED TEST : matrixParamByteTest() 12-12-2023 12:44:18:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:44:18 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:18 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:18:STARTING TEST : matrixParamEntityWithValueOfTest() 12-12-2023 12:44:18:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest; HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:18:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;ParamEntityWithValueOf=JAXRS_SPEC_5.3 HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:18:FINISHED TEST : matrixParamEntityWithValueOfTest() 12-12-2023 12:44:18:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:18:STARTING TEST : matrixFieldParamEntityWithConstructorTest() Dec 12, 2023 12:44:18 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:18 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:18:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest; HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:18:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;FieldParamEntityWithConstructor=JAXRS_SPEC_5.2 HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:18:FINISHED TEST : matrixFieldParamEntityWithConstructorTest() 12-12-2023 12:44:18:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:18:STARTING TEST : matrixFieldParamListEntityWithFromStringTest() Dec 12, 2023 12:44:18 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:18 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:18:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest; HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:18:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;FieldListParamEntityWithFromString=JAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:18:FINISHED TEST : matrixFieldParamListEntityWithFromStringTest() 12-12-2023 12:44:18:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:18:STARTING TEST : matrixFieldThrowingIllegalArgumentExceptionTest() Dec 12, 2023 12:44:18 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:18:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;FieldParamEntityThrowingExceptionGivenByName=java.lang.IllegalArgumentException HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:18:FINISHED TEST : matrixFieldThrowingIllegalArgumentExceptionTest() 12-12-2023 12:44:18:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:18:STARTING TEST : matrixFieldParamSortedSetEntityWithFromStringTest() Dec 12, 2023 12:44:18 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:18 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:18:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest; HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:18:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;FieldSortedSetParamEntityWithFromString=JAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:18:FINISHED TEST : matrixFieldParamSortedSetEntityWithFromStringTest() 12-12-2023 12:44:18:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:18:STARTING TEST : matrixParamSortedSetEntityWithFromStringTest() Dec 12, 2023 12:44:18 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:18 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:18:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest; HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:18:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;SortedSetParamEntityWithFromString=JAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:18:FINISHED TEST : matrixParamSortedSetEntityWithFromStringTest() 12-12-2023 12:44:18:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:18:STARTING TEST : matrixParamStringTest() Dec 12, 2023 12:44:18 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:18 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:18:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;stringtest=cts HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:18:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;stringtest1=cts;stringtest=ri_impl HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:18:FINISHED TEST : matrixParamStringTest() 12-12-2023 12:44:18:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:44:18 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:18 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:18:STARTING TEST : matrixParamFloatTest() 12-12-2023 12:44:18:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;floattest1=123 HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:18:[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' 12-12-2023 12:44:18:FINISHED TEST : matrixParamFloatTest() 12-12-2023 12:44:18:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:18:STARTING TEST : matrixParamShortTest() Dec 12, 2023 12:44:18 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:18 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:18:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;shorttest=-32768 HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:18:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;shorttest1=32767;shorttest2=-32768 HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:18:FINISHED TEST : matrixParamShortTest() 12-12-2023 12:44:18:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:18:STARTING TEST : matrixParamSetEntityWithFromStringTest() Dec 12, 2023 12:44:18 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:18 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:18:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest; HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:18:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;SetParamEntityWithFromString=JAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:18:FINISHED TEST : matrixParamSetEntityWithFromStringTest() 12-12-2023 12:44:18:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:44:18 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:18:STARTING TEST : matrixFieldParamSetEntityWithFromStringTest() 12-12-2023 12:44:18:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest; HTTP/1.1' to target server at 'localhost:8080'Dec 12, 2023 12:44:18 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:18:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;FieldSetParamEntityWithFromString=JAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:18:FINISHED TEST : matrixFieldParamSetEntityWithFromStringTest() 12-12-2023 12:44:18:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:44:18 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:18:STARTING TEST : matrixParamListEntityWithFromStringTest() Dec 12, 2023 12:44:18 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:18:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest; HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:18:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;ListParamEntityWithFromString=JAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:18:FINISHED TEST : matrixParamListEntityWithFromStringTest() 12-12-2023 12:44:18:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:44:18 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:18:STARTING TEST : matrixFieldParamEntityWithFromStringTest() Dec 12, 2023 12:44:18 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:18:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest; HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:18:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;FieldParamEntityWithFromString=JAXRS_SPEC_5.3 HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:18:FINISHED TEST : matrixFieldParamEntityWithFromStringTest() 12-12-2023 12:44:18:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:44:18 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:18:STARTING TEST : matrixFieldParamEntityWithEncodedTest() 12-12-2023 12:44:18:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;FieldParamEntityWithValueOf=%21 HTTP/1.1' to target server at 'localhost:8080'Dec 12, 2023 12:44:18 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:18:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;FieldParamEntityWithFromString=%21 HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:18:FINISHED TEST : matrixFieldParamEntityWithEncodedTest() 12-12-2023 12:44:18:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:18:STARTING TEST : matrixFieldThrowingWebApplicationExceptionTest() Dec 12, 2023 12:44:18 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:18:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;FieldParamEntityThrowingWebApplicationException=CREATED HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:18:FINISHED TEST : matrixFieldThrowingWebApplicationExceptionTest() 12-12-2023 12:44:18:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:44:18 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:18:STARTING TEST : matrixParamEntityWithConstructorTest() Dec 12, 2023 12:44:18 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:18:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest; HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:18:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;ParamEntityWithConstructor=JAXRS_SPEC_5.2 HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:18:FINISHED TEST : matrixParamEntityWithConstructorTest() 12-12-2023 12:44:18:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:18:STARTING TEST : matrixParamThrowingIllegalArgumentExceptionTest() Dec 12, 2023 12:44:18 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:18:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;ParamEntityThrowingExceptionGivenByName=java.lang.IllegalArgumentException HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:18:FINISHED TEST : matrixParamThrowingIllegalArgumentExceptionTest() [INFO] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.409 s - in ee.jakarta.tck.ws.rs.ee.rs.matrixparam.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.options.JAXRSClientIT 12-12-2023 12:44:18:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:18:STARTING TEST : autoResponseTest() 12-12-2023 12:44:18:[HttpRequest] Dispatching request: 'OPTIONS /jaxrs_ee_rs_options_web/Options/get HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:18:FINISHED TEST : autoResponseTest() 12-12-2023 12:44:18:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:18:STARTING TEST : optionsTest() 12-12-2023 12:44:18:[HttpRequest] Dispatching request: 'OPTIONS /jaxrs_ee_rs_options_web/Options/options HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:18:FINISHED TEST : optionsTest() [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.361 s - in ee.jakarta.tck.ws.rs.ee.rs.options.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.pathparam.locator.JAXRSLocatorClientIT 12-12-2023 12:44:19:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:19:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:19:STARTING TEST : pathParamEntityWithFromStringTest() Dec 12, 2023 12:44:19 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:19:[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' 12-12-2023 12:44:19:FINISHED TEST : pathParamEntityWithFromStringTest() 12-12-2023 12:44:19:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:19:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:44:19 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:19:STARTING TEST : pathParamEntityWithValueOfTest() 12-12-2023 12:44:19:[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' 12-12-2023 12:44:19:FINISHED TEST : pathParamEntityWithValueOfTest() 12-12-2023 12:44:19:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:19:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:19:STARTING TEST : test1() Dec 12, 2023 12:44:19 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:19:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_pathparam_locator_web/resource/locator/a HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:19:FINISHED TEST : test1() 12-12-2023 12:44:19:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:19:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:19:STARTING TEST : test2() Dec 12, 2023 12:44:19 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:19:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_pathparam_locator_web/resource/locator/a/b HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:19:FINISHED TEST : test2() 12-12-2023 12:44:19:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:19:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:19:STARTING TEST : test3() Dec 12, 2023 12:44:19 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:19 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:19:[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' 12-12-2023 12:44:19:[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' 12-12-2023 12:44:19:FINISHED TEST : test3() 12-12-2023 12:44:19:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:19:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:19:STARTING TEST : test4() Dec 12, 2023 12:44:19 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:19 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:19:[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' 12-12-2023 12:44:19:[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' 12-12-2023 12:44:19:FINISHED TEST : test4() 12-12-2023 12:44:19:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:19:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:44:19 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:19:STARTING TEST : test5() Dec 12, 2023 12:44:19 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:19:[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' 12-12-2023 12:44:19:[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' 12-12-2023 12:44:19:FINISHED TEST : test5() 12-12-2023 12:44:19:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:19:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:44:19 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:19:STARTING TEST : test6() 12-12-2023 12:44:19:[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' 12-12-2023 12:44:19:FINISHED TEST : test6() 12-12-2023 12:44:19:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:19:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:44:19 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:19:STARTING TEST : pathParamThrowingIllegalArgumentExceptionTest() 12-12-2023 12:44:19:[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' 12-12-2023 12:44:19:FINISHED TEST : pathParamThrowingIllegalArgumentExceptionTest() 12-12-2023 12:44:19:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:19:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:44:19 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:19:STARTING TEST : pathParamEntityWithConstructorTest() 12-12-2023 12:44:19:[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' 12-12-2023 12:44:19:FINISHED TEST : pathParamEntityWithConstructorTest() 12-12-2023 12:44:19:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:19:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:44:19 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:19:STARTING TEST : pathParamSetEntityWithFromStringTest() 12-12-2023 12:44:19:[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' 12-12-2023 12:44:19:FINISHED TEST : pathParamSetEntityWithFromStringTest() 12-12-2023 12:44:19:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:19:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:44:19 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:19:STARTING TEST : pathParamThrowingWebApplicationExceptionTest() 12-12-2023 12:44:19:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_pathparam_locator_web/resource/locator/ParamEntityThrowingWebApplicationException/ParamEntityThrowingWebApplicationException%3dCREATED/ HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:19:FINISHED TEST : pathParamThrowingWebApplicationExceptionTest() 12-12-2023 12:44:19:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:19:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:19:STARTING TEST : pathParamListEntityWithFromStringTest() Dec 12, 2023 12:44:19 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:19:[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' 12-12-2023 12:44:19:FINISHED TEST : pathParamListEntityWithFromStringTest() [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.649 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-12-2023 12:44:19:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:19:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:44:19 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:19:STARTING TEST : pathParamEntityWithFromStringTest() 12-12-2023 12:44:19:[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' 12-12-2023 12:44:19:FINISHED TEST : pathParamEntityWithFromStringTest() 12-12-2023 12:44:19:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:19:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:19:STARTING TEST : pathParamEntityWithEncodedTest() Dec 12, 2023 12:44:19 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:19 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:19:[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' 12-12-2023 12:44:19:[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' 12-12-2023 12:44:19:FINISHED TEST : pathParamEntityWithEncodedTest() 12-12-2023 12:44:19:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:19:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:44:19 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:19:STARTING TEST : pathParamSortedSetEntityWithFromStringTest() 12-12-2023 12:44:19:[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' 12-12-2023 12:44:19:FINISHED TEST : pathParamSortedSetEntityWithFromStringTest() 12-12-2023 12:44:19:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:19:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:44:19 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:19:STARTING TEST : pathParamEntityWithValueOfTest() 12-12-2023 12:44:19:[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' 12-12-2023 12:44:19:FINISHED TEST : pathParamEntityWithValueOfTest() 12-12-2023 12:44:19:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:19:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:44:19 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:19:STARTING TEST : test1() 12-12-2023 12:44:19:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_sub_web/resource/subresource/a HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:19:FINISHED TEST : test1() 12-12-2023 12:44:19:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:19:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:44:19 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:19:STARTING TEST : test2() 12-12-2023 12:44:19:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_sub_web/resource/subresource/a/b HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:19:FINISHED TEST : test2() 12-12-2023 12:44:19:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:19:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:44:19 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:19:STARTING TEST : test3() Dec 12, 2023 12:44:19 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:19:[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' 12-12-2023 12:44:19:[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' 12-12-2023 12:44:19:FINISHED TEST : test3() 12-12-2023 12:44:19:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:19:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:44:19 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:19:STARTING TEST : test4() Dec 12, 2023 12:44:19 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:19:[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' 12-12-2023 12:44:19:[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' 12-12-2023 12:44:19:FINISHED TEST : test4() 12-12-2023 12:44:19:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:19:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:19:STARTING TEST : test5() Dec 12, 2023 12:44:19 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:19 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:19:[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' 12-12-2023 12:44:19:[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' 12-12-2023 12:44:19:FINISHED TEST : test5() 12-12-2023 12:44:19:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:19:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:19:STARTING TEST : test6() Dec 12, 2023 12:44:19 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. ee.jakarta.tck.ws.rs.common.webclient.TestFailureException: Test FAILED! at ee.jakarta.tck.ws.rs.common.webclient.WebTestCase.execute(WebTestCase.java:178) at ee.jakarta.tck.ws.rs.common.JAXRSCommonClient.invoke(JAXRSCommonClient.java:312)12-12-2023 12:44:19:[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' 12-12-2023 12:44: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 ------------------------------------------- 12-12-2023 12:44: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 ee.jakarta.tck.ws.rs.ee.rs.pathparam.sub.JAXRSSubClientIT.test6(JAXRSSubClientIT.java:189) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.jboss.arquillian.junit5.ArquillianExtension$1.invoke(ArquillianExtension.java:165) at org.jboss.arquillian.container.test.impl.execution.LocalTestExecuter.execute(LocalTestExecuter.java:57) at jdk.internal.reflect.GeneratedMethodAccessor15.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:86) at org.jboss.arquillian.core.impl.EventContextImpl.invokeObservers(EventContextImpl.java:103) at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:90) at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:133) at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:105) at org.jboss.arquillian.core.impl.EventImpl.fire(EventImpl.java:62) at org.jboss.arquillian.container.test.impl.execution.ClientTestExecuter.execute(ClientTestExecuter.java:50) at jdk.internal.reflect.GeneratedMethodAccessor14.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:86) at org.jboss.arquillian.core.impl.EventContextImpl.invokeObservers(EventContextImpl.java:103) at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:90) at org.jboss.arquillian.container.test.impl.client.ContainerEventController.createContext(ContainerEventController.java:128) at org.jboss.arquillian.container.test.impl.client.ContainerEventController.createTestContext(ContainerEventController.java:118) at jdk.internal.reflect.GeneratedMethodAccessor13.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:86) at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:95) at org.jboss.arquillian.test.impl.TestContextHandler.createTestContext(TestContextHandler.java:116) at jdk.internal.reflect.GeneratedMethodAccessor6.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:86) at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:95) at org.jboss.arquillian.test.impl.TestContextHandler.createClassContext(TestContextHandler.java:83) at jdk.internal.reflect.GeneratedMethodAccessor5.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:86) at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:95) at org.jboss.arquillian.test.impl.TestContextHandler.createSuiteContext(TestContextHandler.java:69) at jdk.internal.reflect.GeneratedMethodAccessor4.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:86) at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:95) at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:133) at org.jboss.arquillian.test.impl.EventTestRunnerAdaptor.test(EventTestRunnerAdaptor.java:139) at org.jboss.arquillian.junit5.ArquillianExtension.interceptInvocation(ArquillianExtension.java:145) at org.jboss.arquillian.junit5.ArquillianExtension.interceptTestMethod(ArquillianExtension.java:90) at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115) at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:149) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:140) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:84) at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115) at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:104) at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:98) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$6(TestMethodTestDescriptor.java:210) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:206) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:131) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:65) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84) at java.base/java.util.ArrayList.forEach(ArrayList.java:1540) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:143) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84) at java.base/java.util.ArrayList.forEach(ArrayList.java:1540) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:143) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:32) at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57) at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:51) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:108) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:67) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:52) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:96) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:75) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.execute(JUnitPlatformProvider.java:188) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:154) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:428) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:562) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:548) Dec 12, 2023 12:44:19 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:19:[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' 12-12-2023 12:44:19:FINISHED TEST : test6() 12-12-2023 12:44:19:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:19:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:44:19 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:19:STARTING TEST : test7() ee.jakarta.tck.ws.rs.common.webclient.TestFailureException: Test FAILED! at ee.jakarta.tck.ws.rs.common.webclient.WebTestCase.execute(WebTestCase.java:178) 12-12-2023 12:44:19:[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' 12-12-2023 12:44: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 ------------------------------------------- 12-12-2023 12:44:19:[JAXRSCommonClient] null failed! Check output for cause of failure. at ee.jakarta.tck.ws.rs.common.JAXRSCommonClient.invoke(JAXRSCommonClient.java:312) at ee.jakarta.tck.ws.rs.ee.rs.pathparam.JAXRSClientIT.test7(JAXRSClientIT.java:253) at ee.jakarta.tck.ws.rs.ee.rs.pathparam.sub.JAXRSSubClientIT.test7(JAXRSSubClientIT.java:204) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.jboss.arquillian.junit5.ArquillianExtension$1.invoke(ArquillianExtension.java:165) at org.jboss.arquillian.container.test.impl.execution.LocalTestExecuter.execute(LocalTestExecuter.java:57) at jdk.internal.reflect.GeneratedMethodAccessor15.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:86) at org.jboss.arquillian.core.impl.EventContextImpl.invokeObservers(EventContextImpl.java:103) at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:90) at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:133) at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:105) at org.jboss.arquillian.core.impl.EventImpl.fire(EventImpl.java:62) at org.jboss.arquillian.container.test.impl.execution.ClientTestExecuter.execute(ClientTestExecuter.java:50) at jdk.internal.reflect.GeneratedMethodAccessor14.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:86) at org.jboss.arquillian.core.impl.EventContextImpl.invokeObservers(EventContextImpl.java:103) at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:90) at org.jboss.arquillian.container.test.impl.client.ContainerEventController.createContext(ContainerEventController.java:128) at org.jboss.arquillian.container.test.impl.client.ContainerEventController.createTestContext(ContainerEventController.java:118) at jdk.internal.reflect.GeneratedMethodAccessor13.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:86) at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:95) at org.jboss.arquillian.test.impl.TestContextHandler.createTestContext(TestContextHandler.java:116) at jdk.internal.reflect.GeneratedMethodAccessor6.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:86) at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:95) at org.jboss.arquillian.test.impl.TestContextHandler.createClassContext(TestContextHandler.java:83) at jdk.internal.reflect.GeneratedMethodAccessor5.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:86) at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:95) at org.jboss.arquillian.test.impl.TestContextHandler.createSuiteContext(TestContextHandler.java:69) at jdk.internal.reflect.GeneratedMethodAccessor4.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:86) at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:95) at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:133) at org.jboss.arquillian.test.impl.EventTestRunnerAdaptor.test(EventTestRunnerAdaptor.java:139) at org.jboss.arquillian.junit5.ArquillianExtension.interceptInvocation(ArquillianExtension.java:145) at org.jboss.arquillian.junit5.ArquillianExtension.interceptTestMethod(ArquillianExtension.java:90) at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115) at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:149) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:140) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:84) at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115) at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:104) at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:98) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$6(TestMethodTestDescriptor.java:210) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:206) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:131) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:65) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84) at java.base/java.util.ArrayList.forEach(ArrayList.java:1540) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:143) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84) at java.base/java.util.ArrayList.forEach(ArrayList.java:1540) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:143) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:32) at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57) at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:51) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:108) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:67) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:52) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:96) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:75) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.execute(JUnitPlatformProvider.java:188) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:154) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:428) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:562) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:548) Dec 12, 2023 12:44:19 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:19:[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' 12-12-2023 12:44:19:FINISHED TEST : test7() 12-12-2023 12:44:19:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:19:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:44:19 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:19:STARTING TEST : pathParamThrowingIllegalArgumentExceptionTest() 12-12-2023 12:44:19:[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' 12-12-2023 12:44:19:FINISHED TEST : pathParamThrowingIllegalArgumentExceptionTest() 12-12-2023 12:44:19:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:19:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:19:STARTING TEST : pathParamEntityWithConstructorTest() Dec 12, 2023 12:44:19 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:19:[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' 12-12-2023 12:44:19:FINISHED TEST : pathParamEntityWithConstructorTest() 12-12-2023 12:44:19:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:19:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:19:STARTING TEST : pathParamSetEntityWithFromStringTest() Dec 12, 2023 12:44:19 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:19:[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' 12-12-2023 12:44:19:FINISHED TEST : pathParamSetEntityWithFromStringTest() 12-12-2023 12:44:19:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:19:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:19:STARTING TEST : pathParamThrowingWebApplicationExceptionTest() Dec 12, 2023 12:44:19 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:19:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_sub_web/resource/subresource/ParamEntityThrowingWebApplicationException/ParamEntityThrowingWebApplicationException%3dCREATED/ HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:19:FINISHED TEST : pathParamThrowingWebApplicationExceptionTest() 12-12-2023 12:44:19:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:19:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:19:STARTING TEST : pathParamListEntityWithFromStringTest() Dec 12, 2023 12:44:19 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:19:[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' 12-12-2023 12:44:19:FINISHED TEST : pathParamListEntityWithFromStringTest() [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.66 s - in ee.jakarta.tck.ws.rs.ee.rs.pathparam.sub.JAXRSSubClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.pathparam.JAXRSClientIT 12-12-2023 12:44:20:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:44:20 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:20:STARTING TEST : pathParamEntityWithFromStringTest() 12-12-2023 12:44:20:[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' 12-12-2023 12:44:20:FINISHED TEST : pathParamEntityWithFromStringTest() 12-12-2023 12:44:20:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:44:20 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:20:STARTING TEST : pathParamEntityWithEncodedTest() 12-12-2023 12:44:20:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_web/PathParamTest/ParamEntityWithValueOf/ParamEntityWithValueOf%3d%21/ HTTP/1.1' to target server at 'localhost:8080' Dec 12, 2023 12:44:20 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:20:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_web/PathParamTest/ParamEntityWithFromString/ParamEntityWithFromString%3d%21/ HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:20:FINISHED TEST : pathParamEntityWithEncodedTest() 12-12-2023 12:44:20:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:20:STARTING TEST : pathParamSortedSetEntityWithFromStringTest()Dec 12, 2023 12:44:20 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:20:[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' 12-12-2023 12:44:20:FINISHED TEST : pathParamSortedSetEntityWithFromStringTest() 12-12-2023 12:44:20:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:44:20 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:20:STARTING TEST : pathParamEntityWithValueOfTest() 12-12-2023 12:44:20:[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' 12-12-2023 12:44:20:FINISHED TEST : pathParamEntityWithValueOfTest() 12-12-2023 12:44:20:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:44:20 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:20:STARTING TEST : test1() 12-12-2023 12:44:20:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_web/PathParamTest/a HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:20:FINISHED TEST : test1() 12-12-2023 12:44:20:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:20:STARTING TEST : test2() Dec 12, 2023 12:44:20 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:20:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_web/PathParamTest/a/b HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:20:FINISHED TEST : test2() 12-12-2023 12:44:20:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:20:STARTING TEST : test3() Dec 12, 2023 12:44:20 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:20 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:20:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_web/PathParamTest/2147483647/b/12.345 HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:20:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_web/PathParamTest/-2147483648/b/123.0 HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:20:FINISHED TEST : test3() 12-12-2023 12:44:20:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:20:STARTING TEST : test4() Dec 12, 2023 12:44:20 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:20 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:20:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_web/PathParamTest/123.1/true/127/tmp HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:20:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_web/PathParamTest/345/false/-128/xyz HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:20:FINISHED TEST : test4() 12-12-2023 12:44:20:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:20:STARTING TEST : test5() Dec 12, 2023 12:44:20 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:20 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:20:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_web/PathParamTest/-9223372036854775808/b/32767/true/abc HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:20:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_web/PathParamTest/9223372036854775807/b/-32768/false/xyz HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:20:FINISHED TEST : test5() 12-12-2023 12:44:20:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:20:STARTING TEST : test6() Dec 12, 2023 12:44:20 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. ee.jakarta.tck.ws.rs.common.webclient.TestFailureException: Test FAILED! 12-12-2023 12:44:20:[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' 12-12-2023 12:44:20:[WebValidatorBase] Unable to find the following search string in the server's response: 'list=abcdef' at index: 0 [WebValidatorBase] Server's response: ------------------------------------------- list=fedcba ------------------------------------------- 12-12-2023 12:44:20:[JAXRSCommonClient] null failed! Check output for cause of failure. at ee.jakarta.tck.ws.rs.common.webclient.WebTestCase.execute(WebTestCase.java:178) at ee.jakarta.tck.ws.rs.common.JAXRSCommonClient.invoke(JAXRSCommonClient.java:312) at ee.jakarta.tck.ws.rs.ee.rs.pathparam.JAXRSClientIT.test6(JAXRSClientIT.java:223) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.jboss.arquillian.junit5.ArquillianExtension$1.invoke(ArquillianExtension.java:165) at org.jboss.arquillian.container.test.impl.execution.LocalTestExecuter.execute(LocalTestExecuter.java:57) at jdk.internal.reflect.GeneratedMethodAccessor15.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:86) at org.jboss.arquillian.core.impl.EventContextImpl.invokeObservers(EventContextImpl.java:103) at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:90) at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:133) at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:105) at org.jboss.arquillian.core.impl.EventImpl.fire(EventImpl.java:62) at org.jboss.arquillian.container.test.impl.execution.ClientTestExecuter.execute(ClientTestExecuter.java:50) at jdk.internal.reflect.GeneratedMethodAccessor14.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:86) at org.jboss.arquillian.core.impl.EventContextImpl.invokeObservers(EventContextImpl.java:103) at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:90) at org.jboss.arquillian.container.test.impl.client.ContainerEventController.createContext(ContainerEventController.java:128) at org.jboss.arquillian.container.test.impl.client.ContainerEventController.createTestContext(ContainerEventController.java:118) at jdk.internal.reflect.GeneratedMethodAccessor13.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:86) at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:95) at org.jboss.arquillian.test.impl.TestContextHandler.createTestContext(TestContextHandler.java:116) at jdk.internal.reflect.GeneratedMethodAccessor6.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:86) at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:95) at org.jboss.arquillian.test.impl.TestContextHandler.createClassContext(TestContextHandler.java:83) at jdk.internal.reflect.GeneratedMethodAccessor5.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:86) at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:95) at org.jboss.arquillian.test.impl.TestContextHandler.createSuiteContext(TestContextHandler.java:69) at jdk.internal.reflect.GeneratedMethodAccessor4.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:86) at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:95) at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:133) at org.jboss.arquillian.test.impl.EventTestRunnerAdaptor.test(EventTestRunnerAdaptor.java:139) at org.jboss.arquillian.junit5.ArquillianExtension.interceptInvocation(ArquillianExtension.java:145) at org.jboss.arquillian.junit5.ArquillianExtension.interceptTestMethod(ArquillianExtension.java:90) at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115) at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:149) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:140) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:84) at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115) at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:104) at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:98) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$6(TestMethodTestDescriptor.java:210) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:206) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:131) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:65) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84) at java.base/java.util.ArrayList.forEach(ArrayList.java:1540) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:143) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84) at java.base/java.util.ArrayList.forEach(ArrayList.java:1540) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:143) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:32) at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57) at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:51) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:108) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:67) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:52) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:96) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:75) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.execute(JUnitPlatformProvider.java:188) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:154) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:428) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:562) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:548) Dec 12, 2023 12:44:20 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:20:[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' 12-12-2023 12:44:20:FINISHED TEST : test6() 12-12-2023 12:44:20:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:44:20 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:20:STARTING TEST : test7() 12-12-2023 12:44:20:[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' 12-12-2023 12:44:20:[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 ------------------------------------------- ee.jakarta.tck.ws.rs.common.webclient.TestFailureException: Test FAILED! at ee.jakarta.tck.ws.rs.common.webclient.WebTestCase.execute(WebTestCase.java:178) at ee.jakarta.tck.ws.rs.common.JAXRSCommonClient.invoke(JAXRSCommonClient.java:312) at ee.jakarta.tck.ws.rs.ee.rs.pathparam.JAXRSClientIT.test7(JAXRSClientIT.java:253) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 12-12-2023 12:44:20:[JAXRSCommonClient] null failed! Check output for cause of failure. at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.jboss.arquillian.junit5.ArquillianExtension$1.invoke(ArquillianExtension.java:165) at org.jboss.arquillian.container.test.impl.execution.LocalTestExecuter.execute(LocalTestExecuter.java:57) at jdk.internal.reflect.GeneratedMethodAccessor15.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:86) at org.jboss.arquillian.core.impl.EventContextImpl.invokeObservers(EventContextImpl.java:103) at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:90) at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:133) at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:105) at org.jboss.arquillian.core.impl.EventImpl.fire(EventImpl.java:62) at org.jboss.arquillian.container.test.impl.execution.ClientTestExecuter.execute(ClientTestExecuter.java:50) at jdk.internal.reflect.GeneratedMethodAccessor14.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:86) at org.jboss.arquillian.core.impl.EventContextImpl.invokeObservers(EventContextImpl.java:103) at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:90) at org.jboss.arquillian.container.test.impl.client.ContainerEventController.createContext(ContainerEventController.java:128) at org.jboss.arquillian.container.test.impl.client.ContainerEventController.createTestContext(ContainerEventController.java:118) at jdk.internal.reflect.GeneratedMethodAccessor13.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:86) at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:95) at org.jboss.arquillian.test.impl.TestContextHandler.createTestContext(TestContextHandler.java:116) at jdk.internal.reflect.GeneratedMethodAccessor6.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:86) at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:95) at org.jboss.arquillian.test.impl.TestContextHandler.createClassContext(TestContextHandler.java:83) at jdk.internal.reflect.GeneratedMethodAccessor5.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:86) at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:95) at org.jboss.arquillian.test.impl.TestContextHandler.createSuiteContext(TestContextHandler.java:69) at jdk.internal.reflect.GeneratedMethodAccessor4.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:86) at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:95) at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:133) at org.jboss.arquillian.test.impl.EventTestRunnerAdaptor.test(EventTestRunnerAdaptor.java:139) at org.jboss.arquillian.junit5.ArquillianExtension.interceptInvocation(ArquillianExtension.java:145) at org.jboss.arquillian.junit5.ArquillianExtension.interceptTestMethod(ArquillianExtension.java:90) at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115) at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:149) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:140) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:84) at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115) at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:104) at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:98) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$6(TestMethodTestDescriptor.java:210) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:206) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:131) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:65) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84) at java.base/java.util.ArrayList.forEach(ArrayList.java:1540) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:143) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84) at java.base/java.util.ArrayList.forEach(ArrayList.java:1540) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:143) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:32) at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57) at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:51) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:108) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:67) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:52) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:96) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:75) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.execute(JUnitPlatformProvider.java:188) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:154) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:428) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:562) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:548) Dec 12, 2023 12:44:20 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:20:[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' 12-12-2023 12:44:20:FINISHED TEST : test7() 12-12-2023 12:44:20:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:20:STARTING TEST : pathParamThrowingIllegalArgumentExceptionTest() Dec 12, 2023 12:44:20 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:20:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_web/PathParamTest/ParamEntityThrowingExceptionGivenByName/ParamEntityThrowingExceptionGivenByName%3djava.lang.IllegalArgumentException/ HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:20:FINISHED TEST : pathParamThrowingIllegalArgumentExceptionTest() 12-12-2023 12:44:20:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:44:20 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:20:STARTING TEST : pathParamEntityWithConstructorTest() 12-12-2023 12:44:20:[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' 12-12-2023 12:44:20:FINISHED TEST : pathParamEntityWithConstructorTest() 12-12-2023 12:44:20:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:20:STARTING TEST : pathParamSetEntityWithFromStringTest() Dec 12, 2023 12:44:20 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:20:[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' 12-12-2023 12:44:20:FINISHED TEST : pathParamSetEntityWithFromStringTest() 12-12-2023 12:44:20:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:20:STARTING TEST : pathParamThrowingWebApplicationExceptionTest() Dec 12, 2023 12:44:20 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:20:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_web/PathParamTest/ParamEntityThrowingWebApplicationException/ParamEntityThrowingWebApplicationException%3dCREATED/ HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:20:FINISHED TEST : pathParamThrowingWebApplicationExceptionTest() 12-12-2023 12:44:20:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:20:STARTING TEST : pathParamListEntityWithFromStringTest() Dec 12, 2023 12:44:20 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:20:[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' 12-12-2023 12:44:20:FINISHED TEST : pathParamListEntityWithFromStringTest() [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.41 s - in ee.jakarta.tck.ws.rs.ee.rs.pathparam.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.produceconsume.JAXRSClientIT 12-12-2023 12:44:20:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:20:STARTING TEST : anyUnknownConsumesTest() Dec 12, 2023 12:44:20 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:20:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_produceconsume_web/resource/unknown HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:20:FINISHED TEST : anyUnknownConsumesTest() 12-12-2023 12:44:20:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:44:20 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:20:STARTING TEST : unknownAnyTest() 12-12-2023 12:44:20:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_produceconsume_web/resource/any HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:20:FINISHED TEST : unknownAnyTest() 12-12-2023 12:44:20:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:44:20 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:20:STARTING TEST : widgetsXmlAnyTest() 12-12-2023 12:44:20:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_produceconsume_web/resource/any HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:20:FINISHED TEST : widgetsXmlAnyTest() 12-12-2023 12:44:20:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:20:STARTING TEST : plainPlusConsumeXmlTest() Dec 12, 2023 12:44:20 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:20:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_produceconsume_web/resource/plus HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:20:FINISHED TEST : plainPlusConsumeXmlTest() 12-12-2023 12:44:20:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:20:STARTING TEST : anyWidgetsxmlConsumesTest() Dec 12, 2023 12:44:20 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:20:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_produceconsume_web/resource/widgetsxml HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:20:FINISHED TEST : anyWidgetsxmlConsumesTest() 12-12-2023 12:44:20:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:44:20 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:20:STARTING TEST : widgetsXmlAnyConsumesTest() 12-12-2023 12:44:20:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_produceconsume_web/resource/any HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:20:FINISHED TEST : widgetsXmlAnyConsumesTest() 12-12-2023 12:44:20:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:20:STARTING TEST : htmlPlainTest() 12-12-2023 12:44:20:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_produceconsume_web/resource/plain HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:20:FINISHED TEST : htmlPlainTest() 12-12-2023 12:44:20:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:20:STARTING TEST : htmlUnknownConsumesTest() 12-12-2023 12:44:20:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_produceconsume_web/resource/plain HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:20:FINISHED TEST : htmlUnknownConsumesTest() 12-12-2023 12:44:20:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:20:STARTING TEST : htmlPlainConsumesTest() 12-12-2023 12:44:20:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_produceconsume_web/resource/plain HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:20:FINISHED TEST : htmlPlainConsumesTest() 12-12-2023 12:44:20:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:20:STARTING TEST : plainAnyConsumesTest() Dec 12, 2023 12:44:20 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:20:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_produceconsume_web/resource/any HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:20:FINISHED TEST : plainAnyConsumesTest() 12-12-2023 12:44:20:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:20:STARTING TEST : plainPlusProducePlainTest() Dec 12, 2023 12:44:20 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:20:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_produceconsume_web/resource/plus HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:20:FINISHED TEST : plainPlusProducePlainTest() 12-12-2023 12:44:20:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:20:STARTING TEST : unknownAnyConsumesTest() Dec 12, 2023 12:44:20 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:20:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_produceconsume_web/resource/any HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:20:FINISHED TEST : unknownAnyConsumesTest() 12-12-2023 12:44:20:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:20:STARTING TEST : anyWidgetsxmlTest() Dec 12, 2023 12:44:20 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:20:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_produceconsume_web/resource/widgetsxml HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:20:FINISHED TEST : anyWidgetsxmlTest() 12-12-2023 12:44:20:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:44:20 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:20:STARTING TEST : anyPlainTest() 12-12-2023 12:44:20:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_produceconsume_web/resource/plain HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:20:FINISHED TEST : anyPlainTest() 12-12-2023 12:44:20:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:44:20 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:20:STARTING TEST : plainAnyTest() 12-12-2023 12:44:20:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_produceconsume_web/resource/any HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:20:FINISHED TEST : plainAnyTest() 12-12-2023 12:44:20:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:20:STARTING TEST : htmlUnknownTest() 12-12-2023 12:44:20:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_produceconsume_web/resource/plain HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:20:FINISHED TEST : htmlUnknownTest() 12-12-2023 12:44:20:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:20:STARTING TEST : anyPlainConsumesTest() Dec 12, 2023 12:44:20 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:20:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_produceconsume_web/resource/plain HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:20:FINISHED TEST : anyPlainConsumesTest() 12-12-2023 12:44:20:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:44:20 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:20:STARTING TEST : anyUnknownTest() 12-12-2023 12:44:20:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_produceconsume_web/resource/unknown HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:20:FINISHED TEST : anyUnknownTest() 12-12-2023 12:44:20:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:20:STARTING TEST : plainPlusProduceXmlTest() Dec 12, 2023 12:44:20 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:20:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_produceconsume_web/resource/plus HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:20:FINISHED TEST : plainPlusProduceXmlTest() 12-12-2023 12:44:20:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:44:20 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:20:STARTING TEST : plainPlusConsumePlainTest() 12-12-2023 12:44:20:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_produceconsume_web/resource/plus HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:20:FINISHED TEST : plainPlusConsumePlainTest() [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.284 s - in ee.jakarta.tck.ws.rs.ee.rs.produceconsume.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.put.JAXRSClientIT 12-12-2023 12:44:20:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:20:STARTING TEST : putSubTest() 12-12-2023 12:44:20: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_put_web/PutTest/sub 12-12-2023 12:44:20: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:44:20: TRACE: [WIRE] - >> dummy 12-12-2023 12:44:20: TRACE: [WIRE] - << 200 OK 12-12-2023 12:44:20: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:20: TRACE: [WIRE] - << Content-Length: 88 12-12-2023 12:44:20: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:44:20:[Request] Dispatching request: 'PUT http://localhost:8080/jaxrs_ee_rs_put_web/PutTest/sub' to target server at 'localhost:8080' 12-12-2023 12:44:20:############################### 12-12-2023 12:44:20:[Request] Adding entity: dummy 12-12-2023 12:44:20: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:20: TRACE: [WIRE] - << CTS-get text/htmlCTS-put text/html 12-12-2023 12:44:20:FINISHED TEST : putSubTest() 12-12-2023 12:44:20:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:20:STARTING TEST : putTest1()12-12-2023 12:44:20: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_put_web/PutTest 12-12-2023 12:44:20: TRACE: [WIRE] - >> Accept:text/plain, Content-Type:*/* 12-12-2023 12:44:20: TRACE: [WIRE] - >> dummy 12-12-2023 12:44:20: TRACE: [WIRE] - << 200 OK 12-12-2023 12:44:20: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:20:[Request] Dispatching request: 'PUT http://localhost:8080/jaxrs_ee_rs_put_web/PutTest' to target server at 'localhost:8080' 12-12-2023 12:44:20:############################### 12-12-2023 12:44:20:[Request] Adding entity: dummy 12-12-2023 12:44:20: TRACE: [WIRE] - << Content-Length: 18 12-12-2023 12:44:20: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:44:20: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:20: TRACE: [WIRE] - << CTS-put text/plain 12-12-2023 12:44:20:FINISHED TEST : putTest1() 12-12-2023 12:44:20:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:20:STARTING TEST : putTest2() 12-12-2023 12:44:20: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_put_web/PutTest 12-12-2023 12:44:20: TRACE: [WIRE] - >> Accept:text/html, Content-Type:*/* 12-12-2023 12:44:20: TRACE: [WIRE] - >> dummy 12-12-2023 12:44:20: TRACE: [WIRE] - << 200 OK 12-12-2023 12:44:20: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:20: TRACE: [WIRE] - << Content-Length: 88 12-12-2023 12:44:20: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:44:20: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:20:[Request] Dispatching request: 'PUT http://localhost:8080/jaxrs_ee_rs_put_web/PutTest' to target server at 'localhost:8080' 12-12-2023 12:44:20:############################### 12-12-2023 12:44:20:[Request] Adding entity: dummy 12-12-2023 12:44:20: TRACE: [WIRE] - << CTS-get text/htmlCTS-put text/html 12-12-2023 12:44:20:FINISHED TEST : putTest2() [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.241 s - in ee.jakarta.tck.ws.rs.ee.rs.put.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.queryparam.sub.JAXRSSubClientIT 12-12-2023 12:44:21:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:21:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:44:21 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:21:STARTING TEST : queryFieldParamEntityWithEncodedTest() Dec 12, 2023 12:44:21 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?FieldParamEntityWithValueOf=%21 HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?FieldParamEntityWithFromString=%21 HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:21:FINISHED TEST : queryFieldParamEntityWithEncodedTest() 12-12-2023 12:44:21:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:21:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:21:STARTING TEST : queryParamEntityWithEncodedTest() Dec 12, 2023 12:44:21 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:21 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?ParamEntityWithValueOf=%21 HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?ParamEntityWithFromString=%21 HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:21:FINISHED TEST : queryParamEntityWithEncodedTest() 12-12-2023 12:44:21:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:21:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:44:21 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:21:STARTING TEST : queryParamStringTest() Dec 12, 2023 12:44:21 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:21 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?stringtest=cts HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:21:[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' 12-12-2023 12:44:21:[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' 12-12-2023 12:44:21:[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' Dec 12, 2023 12:44:21 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:21:FINISHED TEST : queryParamStringTest() 12-12-2023 12:44:21:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:21:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:44:21 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:21:STARTING TEST : queryFieldParamEntityWithFromStringTest() Dec 12, 2023 12:44:21 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource? HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:21:[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' 12-12-2023 12:44:21:FINISHED TEST : queryFieldParamEntityWithFromStringTest() 12-12-2023 12:44:21:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:21:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:44:21 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:21:STARTING TEST : queryFieldParamSetEntityWithFromStringTest() Dec 12, 2023 12:44:21 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource? HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:21:[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' 12-12-2023 12:44:21:FINISHED TEST : queryFieldParamSetEntityWithFromStringTest() 12-12-2023 12:44:21:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:21:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:44:21 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:21:STARTING TEST : queryFieldParamEntityWithValueOfTest() Dec 12, 2023 12:44:21 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource? HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:21:[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' 12-12-2023 12:44:21:FINISHED TEST : queryFieldParamEntityWithValueOfTest() 12-12-2023 12:44:21:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:21:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:21:STARTING TEST : queryParamEntityWithValueOfTest() Dec 12, 2023 12:44:21 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:21 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource? HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:21:[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' 12-12-2023 12:44:21:FINISHED TEST : queryParamEntityWithValueOfTest() 12-12-2023 12:44:21:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:21:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:44:21 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:21:STARTING TEST : queryParamThrowingIllegalArgumentExceptionTest() 12-12-2023 12:44:21:[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' 12-12-2023 12:44:21:FINISHED TEST : queryParamThrowingIllegalArgumentExceptionTest() 12-12-2023 12:44:21:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:21:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:44:21 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:21:STARTING TEST : queryParamSetEntityWithFromStringTest() Dec 12, 2023 12:44:21 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource? HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:21:[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' 12-12-2023 12:44:21:FINISHED TEST : queryParamSetEntityWithFromStringTest() 12-12-2023 12:44:21:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:21:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:44:21 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:21:STARTING TEST : queryParamListEntityWithFromStringTest() Dec 12, 2023 12:44:21 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource? HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:21:[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' 12-12-2023 12:44:21:FINISHED TEST : queryParamListEntityWithFromStringTest() 12-12-2023 12:44:21:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:21:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:44:21 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:21:STARTING TEST : queryParamBooleanTest() Dec 12, 2023 12:44:21 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:21 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?booleantest=true HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:21:[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' 12-12-2023 12:44:21:[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' 12-12-2023 12:44:21:[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' Dec 12, 2023 12:44:21 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:21:FINISHED TEST : queryParamBooleanTest() 12-12-2023 12:44:21:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:21:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:44:21 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:21:STARTING TEST : queryFieldParamListEntityWithFromStringTest() 12-12-2023 12:44:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource? HTTP/1.1' to target server at 'localhost:8080' Dec 12, 2023 12:44:21 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:21:[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' 12-12-2023 12:44:21:FINISHED TEST : queryFieldParamListEntityWithFromStringTest() 12-12-2023 12:44:21:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:21:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:44:21 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:21:STARTING TEST : queryFieldThrowingWebApplicationExceptionTest() 12-12-2023 12:44:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?FieldParamEntityThrowingWebApplicationException=CREATED HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:21:FINISHED TEST : queryFieldThrowingWebApplicationExceptionTest() 12-12-2023 12:44:21:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:21:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:44:21 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:21:STARTING TEST : queryFieldParamSortedSetEntityWithFromStringTest() 12-12-2023 12:44:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource? HTTP/1.1' to target server at 'localhost:8080' Dec 12, 2023 12:44:21 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:21:[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' 12-12-2023 12:44:21:FINISHED TEST : queryFieldParamSortedSetEntityWithFromStringTest() 12-12-2023 12:44:21:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:21:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:44:21 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:21 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:21:STARTING TEST : queryParamEntityWithFromStringTest() 12-12-2023 12:44:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource? HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:21:[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' 12-12-2023 12:44:21:FINISHED TEST : queryParamEntityWithFromStringTest() 12-12-2023 12:44:21:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:21:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:44:21 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:21:STARTING TEST : queryParamSortedSetEntityWithFromStringTest() 12-12-2023 12:44:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource? HTTP/1.1' to target server at 'localhost:8080' Dec 12, 2023 12:44:21 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:21:[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' 12-12-2023 12:44:21:FINISHED TEST : queryParamSortedSetEntityWithFromStringTest() 12-12-2023 12:44:21:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:21:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:21:STARTING TEST : queryParamEntityWithConstructorTest() Dec 12, 2023 12:44:21 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:21 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource? HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:21:[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' 12-12-2023 12:44:21:FINISHED TEST : queryParamEntityWithConstructorTest() 12-12-2023 12:44:21:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:21:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:21:STARTING TEST : queryParamFloatTest() Dec 12, 2023 12:44:21 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:21 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?floattest1=123 HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:21:[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' 12-12-2023 12:44:21:[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' Dec 12, 2023 12:44:21 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:21 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:21:[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' 12-12-2023 12:44:21:FINISHED TEST : queryParamFloatTest() 12-12-2023 12:44:21:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:21:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:44:21 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:21:STARTING TEST : queryParamDoubleTest() Dec 12, 2023 12:44:21 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:21 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:21 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?doubletest1=123 HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:21:[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' 12-12-2023 12:44:21:[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' 12-12-2023 12:44:21:[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' 12-12-2023 12:44:21:FINISHED TEST : queryParamDoubleTest() 12-12-2023 12:44:21:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:21:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:44:21 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:21:STARTING TEST : queryParamShortTest() Dec 12, 2023 12:44:21 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:21 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:21 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?shorttest=-32768 HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:21:[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' 12-12-2023 12:44:21:[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' 12-12-2023 12:44:21:[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' 12-12-2023 12:44:21:FINISHED TEST : queryParamShortTest() 12-12-2023 12:44:21:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:21:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:44:21 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:21:STARTING TEST : queryFieldThrowingIllegalArgumentExceptionTest() 12-12-2023 12:44:21:[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' 12-12-2023 12:44:21:FINISHED TEST : queryFieldThrowingIllegalArgumentExceptionTest() 12-12-2023 12:44:21:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:21:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:21:STARTING TEST : queryParamThrowingWebApplicationExceptionTest() Dec 12, 2023 12:44:21 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?ParamEntityThrowingWebApplicationException=CREATED HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:21:FINISHED TEST : queryParamThrowingWebApplicationExceptionTest() 12-12-2023 12:44:21:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:21:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:44:21 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:21:STARTING TEST : queryParamIntTest() Dec 12, 2023 12:44:21 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:21 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:21 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?inttest1=2147483647 HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:21:[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' 12-12-2023 12:44:21:[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' 12-12-2023 12:44:21:[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' 12-12-2023 12:44:21:FINISHED TEST : queryParamIntTest() 12-12-2023 12:44:21:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:21:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:21:STARTING TEST : queryParamNoQueryTest() Dec 12, 2023 12:44:21 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource? HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:21:FINISHED TEST : queryParamNoQueryTest() 12-12-2023 12:44:21:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:21:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:44:21 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:21:STARTING TEST : queryParamLongTest() 12-12-2023 12:44:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?longtest=-9223372036854775808 HTTP/1.1' to target server at 'localhost:8080' Dec 12, 2023 12:44:21 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:21 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:21:[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' 12-12-2023 12:44:21:[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' Dec 12, 2023 12:44:21 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:21:[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' 12-12-2023 12:44:21:FINISHED TEST : queryParamLongTest() 12-12-2023 12:44:21:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:21:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:44:21 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:21:STARTING TEST : queryFieldParamEntityWithConstructorTest() Dec 12, 2023 12:44:21 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource? HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:21:[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' 12-12-2023 12:44:21:FINISHED TEST : queryFieldParamEntityWithConstructorTest() 12-12-2023 12:44:21:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:21:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:44:21 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:21:STARTING TEST : queryParamByteTest() 12-12-2023 12:44:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?bytetest=127 HTTP/1.1' to target server at 'localhost:8080' Dec 12, 2023 12:44:21 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:21 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:21:[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' 12-12-2023 12:44:21:[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' 12-12-2023 12:44:21:[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' Dec 12, 2023 12:44:21 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:21:FINISHED TEST : queryParamByteTest() [INFO] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.791 s - in ee.jakarta.tck.ws.rs.ee.rs.queryparam.sub.JAXRSSubClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.queryparam.JAXRSClientIT 12-12-2023 12:44:21:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:44:21 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:21:STARTING TEST : queryFieldParamEntityWithEncodedTest() Dec 12, 2023 12:44:21 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?FieldParamEntityWithValueOf=%21 HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?FieldParamEntityWithFromString=%21 HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:21:FINISHED TEST : queryFieldParamEntityWithEncodedTest() 12-12-2023 12:44:21:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:44:21 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:21:STARTING TEST : queryParamEntityWithEncodedTest() Dec 12, 2023 12:44:21 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?ParamEntityWithValueOf=%21 HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?ParamEntityWithFromString=%21 HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:21:FINISHED TEST : queryParamEntityWithEncodedTest() 12-12-2023 12:44:21:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:44:21 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:21:STARTING TEST : queryParamStringTest() 12-12-2023 12:44:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?stringtest=cts HTTP/1.1' to target server at 'localhost:8080' Dec 12, 2023 12:44:21 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?stringtest=cts1&stringtest=cts2 HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?stringtest1=cts&stringtest2=ri_impl HTTP/1.1' to target server at 'localhost:8080' Dec 12, 2023 12:44:22 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44: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'Dec 12, 2023 12:44:22 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:22:FINISHED TEST : queryParamStringTest() 12-12-2023 12:44:22:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:44:22 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:22:STARTING TEST : queryFieldParamEntityWithFromStringTest() 12-12-2023 12:44:22:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest? HTTP/1.1' to target server at 'localhost:8080'Dec 12, 2023 12:44:22 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44: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' 12-12-2023 12:44:22:FINISHED TEST : queryFieldParamEntityWithFromStringTest() 12-12-2023 12:44:22:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:44:22 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:22:STARTING TEST : queryFieldParamSetEntityWithFromStringTest() Dec 12, 2023 12:44:22 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:22:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest? HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44: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' 12-12-2023 12:44:22:FINISHED TEST : queryFieldParamSetEntityWithFromStringTest() 12-12-2023 12:44:22:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:44:22 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:22 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:22:STARTING TEST : queryFieldParamEntityWithValueOfTest() 12-12-2023 12:44:22:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest? HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44: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' 12-12-2023 12:44:22:FINISHED TEST : queryFieldParamEntityWithValueOfTest() 12-12-2023 12:44:22:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:44:22 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:22:STARTING TEST : queryParamEntityWithValueOfTest() 12-12-2023 12:44:22:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest? HTTP/1.1' to target server at 'localhost:8080' Dec 12, 2023 12:44:22 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44: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' 12-12-2023 12:44:22:FINISHED TEST : queryParamEntityWithValueOfTest() 12-12-2023 12:44:22:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:44:22 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:22:STARTING TEST : queryParamThrowingIllegalArgumentExceptionTest() 12-12-2023 12:44:22:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?ParamEntityThrowingExceptionGivenByName=java.lang.IllegalArgumentException HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:22:FINISHED TEST : queryParamThrowingIllegalArgumentExceptionTest() 12-12-2023 12:44:22:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:44:22 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:22:STARTING TEST : queryParamSetEntityWithFromStringTest() Dec 12, 2023 12:44:22 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:22:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest? HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:22:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?SetParamEntityWithFromString=JAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:22:FINISHED TEST : queryParamSetEntityWithFromStringTest() 12-12-2023 12:44:22:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:22:STARTING TEST : queryParamListEntityWithFromStringTest() Dec 12, 2023 12:44:22 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:22 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:22:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest? HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:22:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?ListParamEntityWithFromString=JAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:22:FINISHED TEST : queryParamListEntityWithFromStringTest() 12-12-2023 12:44:22:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:22:STARTING TEST : queryParamBooleanTest() Dec 12, 2023 12:44:22 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:22 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:22 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:22:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?booleantest=true HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:22:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?booleantest=true&booleantest=false HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:22:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?booleantest1=false&booleantest2=true HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:22:[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'Dec 12, 2023 12:44:22 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:22:FINISHED TEST : queryParamBooleanTest() 12-12-2023 12:44:22:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:22:STARTING TEST : queryFieldParamListEntityWithFromStringTest() Dec 12, 2023 12:44:22 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:22 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:22:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest? HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:22:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?FieldListParamEntityWithFromString=JAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:22:FINISHED TEST : queryFieldParamListEntityWithFromStringTest() 12-12-2023 12:44:22:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:22:STARTING TEST : queryFieldThrowingWebApplicationExceptionTest() Dec 12, 2023 12:44:22 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:22:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?FieldParamEntityThrowingWebApplicationException=CREATED HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:22:FINISHED TEST : queryFieldThrowingWebApplicationExceptionTest() 12-12-2023 12:44:22:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:22:STARTING TEST : queryFieldParamSortedSetEntityWithFromStringTest() Dec 12, 2023 12:44:22 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:22 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:22:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest? HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:22:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?FieldSortedSetParamEntityWithFromString=JAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:22:FINISHED TEST : queryFieldParamSortedSetEntityWithFromStringTest() 12-12-2023 12:44:22:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:22:STARTING TEST : queryParamEntityWithFromStringTest() Dec 12, 2023 12:44:22 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:22 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:22:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest? HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:22:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?ParamEntityWithFromString=JAXRS_SPEC_5.3 HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:22:FINISHED TEST : queryParamEntityWithFromStringTest() 12-12-2023 12:44:22:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:44:22 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:22:STARTING TEST : queryParamSortedSetEntityWithFromStringTest() 12-12-2023 12:44:22:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest? HTTP/1.1' to target server at 'localhost:8080' Dec 12, 2023 12:44:22 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:22:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?SortedSetParamEntityWithFromString=JAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:22:FINISHED TEST : queryParamSortedSetEntityWithFromStringTest() 12-12-2023 12:44:22:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:22:STARTING TEST : queryParamEntityWithConstructorTest() Dec 12, 2023 12:44:22 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:22 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:22:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest? HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:22:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?ParamEntityWithConstructor=JAXRS_SPEC_5.2 HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:22:FINISHED TEST : queryParamEntityWithConstructorTest() 12-12-2023 12:44:22:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:22:STARTING TEST : queryParamFloatTest() Dec 12, 2023 12:44:22 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:22 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:22 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:22:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?floattest1=123 HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:22:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?floattest=123.1&floattest=345 HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:22:[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' Dec 12, 2023 12:44:22 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:22:[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' 12-12-2023 12:44:22:FINISHED TEST : queryParamFloatTest() 12-12-2023 12:44:22:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:44:22 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:22:STARTING TEST : queryParamDoubleTest() 12-12-2023 12:44:22:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?doubletest1=123 HTTP/1.1' to target server at 'localhost:8080' Dec 12, 2023 12:44:22 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:22 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:22:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?doubletest=123.1&doubletest=345 HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:22:[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' Dec 12, 2023 12:44:22 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:22:[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' 12-12-2023 12:44:22:FINISHED TEST : queryParamDoubleTest() 12-12-2023 12:44:22:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:44:22 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:22 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:22 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:22:STARTING TEST : queryParamShortTest() 12-12-2023 12:44:22:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?shorttest=-32768 HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:22:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?shorttest=32767&shorttest=-32768 HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:22:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?shorttest1=32767&shorttest2=-32768 HTTP/1.1' to target server at 'localhost:8080'Dec 12, 2023 12:44:22 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:22:[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' 12-12-2023 12:44:22:FINISHED TEST : queryParamShortTest() 12-12-2023 12:44:22:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:22:STARTING TEST : queryFieldThrowingIllegalArgumentExceptionTest() Dec 12, 2023 12:44:22 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:22:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?FieldParamEntityThrowingExceptionGivenByName=java.lang.IllegalArgumentException HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:22:FINISHED TEST : queryFieldThrowingIllegalArgumentExceptionTest() 12-12-2023 12:44:22:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:22:STARTING TEST : queryParamThrowingWebApplicationExceptionTest() Dec 12, 2023 12:44:22 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:22:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?ParamEntityThrowingWebApplicationException=CREATED HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:22:FINISHED TEST : queryParamThrowingWebApplicationExceptionTest() 12-12-2023 12:44:22:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:22:STARTING TEST : queryParamIntTest() Dec 12, 2023 12:44:22 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:22 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:22 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:22 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:22:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?inttest1=2147483647 HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:22:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?inttest=-2147483648&inttest=2147483647 HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:22:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?inttest1=2147483647&inttest2=-2147483648 HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:22:[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' 12-12-2023 12:44:22:FINISHED TEST : queryParamIntTest() 12-12-2023 12:44:22:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:22:STARTING TEST : queryParamNoQueryTest() Dec 12, 2023 12:44:22 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:22:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest? HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:22:FINISHED TEST : queryParamNoQueryTest() 12-12-2023 12:44:22:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:44:22 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:22:STARTING TEST : queryParamLongTest() Dec 12, 2023 12:44:22 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:22 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:22:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?longtest=-9223372036854775808 HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:22:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?longtest=9223372036854775807&longtest=-9223372036854775808 HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:22:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?longtest1=-9223372036854775808&longtest2=9223372036854775807 HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:22:[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'Dec 12, 2023 12:44:22 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:22:FINISHED TEST : queryParamLongTest() 12-12-2023 12:44:22:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:44:22 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:22:STARTING TEST : queryFieldParamEntityWithConstructorTest() 12-12-2023 12:44:22:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest? HTTP/1.1' to target server at 'localhost:8080'Dec 12, 2023 12:44:22 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:22:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?FieldParamEntityWithConstructor=JAXRS_SPEC_5.2 HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:22:FINISHED TEST : queryFieldParamEntityWithConstructorTest() 12-12-2023 12:44:22:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:22:STARTING TEST : queryParamByteTest() Dec 12, 2023 12:44:22 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:22 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Dec 12, 2023 12:44:22 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:22:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?bytetest=127 HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:22:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?bytetest=-128&bytetest=26 HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:22:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?bytetest1=123&bytetest2=-128 HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:44:22:[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' Dec 12, 2023 12:44:22 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:44:22:FINISHED TEST : queryParamByteTest() [INFO] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.387 s - in ee.jakarta.tck.ws.rs.ee.rs.queryparam.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.jaxrs21.ee.client.rxinvoker.JAXRSClientIT 12-12-2023 12:44:22:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:22: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/tracenotok 12-12-2023 12:44:22: TRACE: [WIRE] - >> 12-12-2023 12:44:22: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 12-12-2023 12:44:22:STARTING TEST : traceWithClassThrowsNoWebApplicationExceptionForResponseTest() 12-12-2023 12:44:22: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:22: TRACE: [WIRE] - << Content-Length: 1172 12-12-2023 12:44:22: TRACE: [WIRE] - << Content-Language: 12-12-2023 12:44:22: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:44:22: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:22:Returned status 406 (NOT_ACCEPTABLE) 12-12-2023 12:44:22:FINISHED TEST : traceWithClassThrowsNoWebApplicationExceptionForResponseTest() 12-12-2023 12:44:22:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:22: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/optionsnotok 12-12-2023 12:44:22:STARTING TEST : optionsWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 12-12-2023 12:44:22: TRACE: [WIRE] - >> 12-12-2023 12:44:22: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 12-12-2023 12:44:22: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:22: TRACE: [WIRE] - << Content-Length: 1172 12-12-2023 12:44:22: TRACE: [WIRE] - << Content-Language: 12-12-2023 12:44:22: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:44:22: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:22:Returned status 406 (NOT_ACCEPTABLE) 12-12-2023 12:44:22:FINISHED TEST : optionsWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 12-12-2023 12:44:22:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:22: TRACE: [WIRE] - >> DELETE http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/delete 12-12-2023 12:44:22:STARTING TEST : methodWithClassThrowsProcessingExceptionTest() 12-12-2023 12:44:22: TRACE: [WIRE] - >> 12-12-2023 12:44:22: TRACE: [WIRE] - >> GET http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/get 12-12-2023 12:44:22: TRACE: [WIRE] - >> 12-12-2023 12:44:22: TRACE: [WIRE] - >> OPTIONS http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/options 12-12-2023 12:44:22: TRACE: [WIRE] - >> 12-12-2023 12:44:22:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 12-12-2023 12:44:22:ExecutionException.getCause is ProcessingException as expected 12-12-2023 12:44:22:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 12-12-2023 12:44:22:ExecutionException.getCause is ProcessingException as expected 12-12-2023 12:44:22:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 12-12-2023 12:44:22:ExecutionException.getCause is ProcessingException as expected 12-12-2023 12:44:22:FINISHED TEST : methodWithClassThrowsProcessingExceptionTest() 12-12-2023 12:44:22:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:22: TRACE: [WIRE] - >> PUT http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/put 12-12-2023 12:44:22:STARTING TEST : methodWithClassWithEntityThrowsProcessingExceptionTest() 12-12-2023 12:44:22: TRACE: [WIRE] - >> Content-Type:*/* 12-12-2023 12:44:22: TRACE: [WIRE] - >> POST http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/post 12-12-2023 12:44:22: TRACE: [WIRE] - >> Content-Type:*/* 12-12-2023 12:44:22:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 12-12-2023 12:44:22:ExecutionException.getCause is ProcessingException as expected 12-12-2023 12:44:22:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 12-12-2023 12:44:22:ExecutionException.getCause is ProcessingException as expected 12-12-2023 12:44:22:FINISHED TEST : methodWithClassWithEntityThrowsProcessingExceptionTest() 12-12-2023 12:44:22:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:22:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:22:STARTING TEST : traceWithGenericTypeThrowsProcessingExceptionTest()12-12-2023 12:44:22: TRACE: [WIRE] - >> TRACE http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/trace 12-12-2023 12:44:22: TRACE: [WIRE] - >> 12-12-2023 12:44:22:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 12-12-2023 12:44:22:ExecutionException.getCause is ProcessingException as expected 12-12-2023 12:44:22:FINISHED TEST : traceWithGenericTypeThrowsProcessingExceptionTest() 12-12-2023 12:44:22:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:22: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/optionsnotok 12-12-2023 12:44:22:STARTING TEST : optionsWithGenericTypeThrowsWebApplicationExceptionTest() 12-12-2023 12:44:22: TRACE: [WIRE] - >> 12-12-2023 12:44:22: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 12-12-2023 12:44:22: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:22: TRACE: [WIRE] - << Content-Length: 1172 12-12-2023 12:44:22: TRACE: [WIRE] - << Content-Language: 12-12-2023 12:44:22: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:44:22: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:22:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 12-12-2023 12:44:22:ExecutionException.getCause is WebApplicationException as expected 12-12-2023 12:44:22:FINISHED TEST : optionsWithGenericTypeThrowsWebApplicationExceptionTest() 12-12-2023 12:44:22:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:22:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:22:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:22:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:22: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/getnotok 12-12-2023 12:44:22:STARTING TEST : getWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 12-12-2023 12:44:22: TRACE: [WIRE] - >> 12-12-2023 12:44:22: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 12-12-2023 12:44:22: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:22: TRACE: [WIRE] - << Content-Length: 1172 12-12-2023 12:44:22: TRACE: [WIRE] - << Content-Language: 12-12-2023 12:44:22: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:44:22: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:22:Returned status 406 (NOT_ACCEPTABLE) 12-12-2023 12:44:22:FINISHED TEST : getWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 12-12-2023 12:44:22:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:22:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:22:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:22:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:22: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/putnotok 12-12-2023 12:44:22:STARTING TEST : methodWithClassWithEntityThrowsWebApplicationExceptionTest() 12-12-2023 12:44:22: TRACE: [WIRE] - >> Content-Type:*/* 12-12-2023 12:44:22: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 12-12-2023 12:44:22: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:22: TRACE: [WIRE] - << Content-Length: 1172 12-12-2023 12:44:22: TRACE: [WIRE] - << Content-Language: 12-12-2023 12:44:22: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:44:22: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:22:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 12-12-2023 12:44:22: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/postnotok 12-12-2023 12:44:22:ExecutionException.getCause is WebApplicationException as expected 12-12-2023 12:44:22: TRACE: [WIRE] - >> Content-Type:*/* 12-12-2023 12:44:22: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 12-12-2023 12:44:22: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:22: TRACE: [WIRE] - << Content-Length: 1172 12-12-2023 12:44:22: TRACE: [WIRE] - << Content-Language: 12-12-2023 12:44:22: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:44:22: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:22:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 12-12-2023 12:44:22:ExecutionException.getCause is WebApplicationException as expected 12-12-2023 12:44:22:FINISHED TEST : methodWithClassWithEntityThrowsWebApplicationExceptionTest() 12-12-2023 12:44:22:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:22: TRACE: [WIRE] - >> GET http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/get 12-12-2023 12:44:22:STARTING TEST : getThrowsProcessingExceptionTest() 12-12-2023 12:44:22: TRACE: [WIRE] - >> 12-12-2023 12:44:22:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 12-12-2023 12:44:22:ExecutionException.getCause is ProcessingException as expected 12-12-2023 12:44:22:FINISHED TEST : getThrowsProcessingExceptionTest() 12-12-2023 12:44:22:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:22: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/putnotok 12-12-2023 12:44:22:STARTING TEST : putWithClassThrowsWebApplicationExceptionTest() 12-12-2023 12:44:22: TRACE: [WIRE] - >> Content-Type:*/* 12-12-2023 12:44:22: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 12-12-2023 12:44:22: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:22: TRACE: [WIRE] - << Content-Length: 1172 12-12-2023 12:44:22: TRACE: [WIRE] - << Content-Language: 12-12-2023 12:44:22: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:44:22: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:22:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 12-12-2023 12:44:22:ExecutionException.getCause is WebApplicationException as expected 12-12-2023 12:44:22:FINISHED TEST : putWithClassThrowsWebApplicationExceptionTest() 12-12-2023 12:44:22:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:22:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:22:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:22: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/postnotok 12-12-2023 12:44:22:STARTING TEST : postWithClassThrowsWebApplicationExceptionTest() 12-12-2023 12:44:22: TRACE: [WIRE] - >> Content-Type:*/* 12-12-2023 12:44:22: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 12-12-2023 12:44:22: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:22: TRACE: [WIRE] - << Content-Length: 1172 12-12-2023 12:44:22: TRACE: [WIRE] - << Content-Language: 12-12-2023 12:44:22: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:44:22: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:22:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 12-12-2023 12:44:22:ExecutionException.getCause is WebApplicationException as expected 12-12-2023 12:44:22:FINISHED TEST : postWithClassThrowsWebApplicationExceptionTest() 12-12-2023 12:44:22:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:22:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:22: TRACE: [WIRE] - >> PUT http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/put 12-12-2023 12:44:22: TRACE: [WIRE] - >> Content-Type:*/* 12-12-2023 12:44:22:STARTING TEST : putWithClassThrowsProcessingExceptionTest() 12-12-2023 12:44:22:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 12-12-2023 12:44:22:ExecutionException.getCause is ProcessingException as expected 12-12-2023 12:44:22:FINISHED TEST : putWithClassThrowsProcessingExceptionTest() 12-12-2023 12:44:22:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:22: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/deletenotok 12-12-2023 12:44:22:STARTING TEST : deleteWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 12-12-2023 12:44:22: TRACE: [WIRE] - >> 12-12-2023 12:44:22: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 12-12-2023 12:44:22: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:22: TRACE: [WIRE] - << Content-Length: 1172 12-12-2023 12:44:22: TRACE: [WIRE] - << Content-Language: 12-12-2023 12:44:22: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:44:22: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:22:Returned status 406 (NOT_ACCEPTABLE) 12-12-2023 12:44:22:FINISHED TEST : deleteWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 12-12-2023 12:44:22:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:22:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:22: TRACE: [WIRE] - >> POST http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/post 12-12-2023 12:44:22: TRACE: [WIRE] - >> Content-Type:*/* 12-12-2023 12:44:22:STARTING TEST : postWithClassThrowsProcessingExceptionTest() 12-12-2023 12:44:22:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 12-12-2023 12:44:22:ExecutionException.getCause is ProcessingException as expected 12-12-2023 12:44:22:FINISHED TEST : postWithClassThrowsProcessingExceptionTest() 12-12-2023 12:44:22:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:22:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:22: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/deletenotok 12-12-2023 12:44:22: TRACE: [WIRE] - >> 12-12-2023 12:44:22: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 12-12-2023 12:44:22: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:22: TRACE: [WIRE] - << Content-Length: 1172 12-12-2023 12:44:22: TRACE: [WIRE] - << Content-Language: 12-12-2023 12:44:22: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:44:22: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:22:STARTING TEST : deleteWithGenericTypeThrowsWebApplicationExceptionTest() 12-12-2023 12:44:22:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 12-12-2023 12:44:22:ExecutionException.getCause is WebApplicationException as expected 12-12-2023 12:44:22:FINISHED TEST : deleteWithGenericTypeThrowsWebApplicationExceptionTest() 12-12-2023 12:44:22:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:22:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:22: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/postnotok 12-12-2023 12:44:22:STARTING TEST : postWithClassThrowsNoWebApplicationExceptionForResponseTest() 12-12-2023 12:44:22: TRACE: [WIRE] - >> Content-Type:*/* 12-12-2023 12:44:22: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 12-12-2023 12:44:22: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:22: TRACE: [WIRE] - << Content-Length: 1172 12-12-2023 12:44:22: TRACE: [WIRE] - << Content-Language: 12-12-2023 12:44:22: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:44:22: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:22:Returned status 406 (NOT_ACCEPTABLE) 12-12-2023 12:44:22:FINISHED TEST : postWithClassThrowsNoWebApplicationExceptionForResponseTest() 12-12-2023 12:44:22:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:22:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:22:STARTING TEST : traceWithClassThrowsProcessingExceptionTest() 12-12-2023 12:44:22: TRACE: [WIRE] - >> TRACE http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/trace 12-12-2023 12:44:22: TRACE: [WIRE] - >> 12-12-2023 12:44:22:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 12-12-2023 12:44:22:ExecutionException.getCause is ProcessingException as expected 12-12-2023 12:44:22:FINISHED TEST : traceWithClassThrowsProcessingExceptionTest() 12-12-2023 12:44:22:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:22: TRACE: [WIRE] - >> PUT http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/put 12-12-2023 12:44:22:STARTING TEST : putThrowsProcessingExceptionTest() 12-12-2023 12:44:22: TRACE: [WIRE] - >> Content-Type:*/* 12-12-2023 12:44:22:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 12-12-2023 12:44:22:ExecutionException.getCause is ProcessingException as expected 12-12-2023 12:44:22:FINISHED TEST : putThrowsProcessingExceptionTest() 12-12-2023 12:44:22:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:22: TRACE: [WIRE] - >> DELETE http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/delete 12-12-2023 12:44:22:STARTING TEST : deleteWithGenericTypeThrowsProcessingExceptionTest() 12-12-2023 12:44:22: TRACE: [WIRE] - >> 12-12-2023 12:44:22:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 12-12-2023 12:44:22:ExecutionException.getCause is ProcessingException as expected 12-12-2023 12:44:22:FINISHED TEST : deleteWithGenericTypeThrowsProcessingExceptionTest() 12-12-2023 12:44:22:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:22:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:22: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/tracenotok 12-12-2023 12:44:22:STARTING TEST : traceWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 12-12-2023 12:44:22: TRACE: [WIRE] - >> 12-12-2023 12:44:22: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 12-12-2023 12:44:22: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:22: TRACE: [WIRE] - << Content-Length: 1172 12-12-2023 12:44:22: TRACE: [WIRE] - << Content-Language: 12-12-2023 12:44:22: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:44:22: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:22:Returned status 406 (NOT_ACCEPTABLE) 12-12-2023 12:44:22:FINISHED TEST : traceWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 12-12-2023 12:44:22:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:22: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/tracenotok 12-12-2023 12:44:22:STARTING TEST : traceWithGenericTypeThrowsWebApplicationExceptionTest() 12-12-2023 12:44:22: TRACE: [WIRE] - >> 12-12-2023 12:44:22: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 12-12-2023 12:44:22: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:22: TRACE: [WIRE] - << Content-Length: 1172 12-12-2023 12:44:22: TRACE: [WIRE] - << Content-Language: 12-12-2023 12:44:22: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:44:22: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:22:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 12-12-2023 12:44:22:ExecutionException.getCause is WebApplicationException as expected 12-12-2023 12:44:22:FINISHED TEST : traceWithGenericTypeThrowsWebApplicationExceptionTest() 12-12-2023 12:44:22:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:22:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:22:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:22: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/options 12-12-2023 12:44:22:STARTING TEST : optionsTest() 12-12-2023 12:44:22: TRACE: [WIRE] - >> 12-12-2023 12:44:22: TRACE: [WIRE] - << 200 OK 12-12-2023 12:44:22: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:22: TRACE: [WIRE] - << Content-Length: 7 12-12-2023 12:44:22: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:44:22: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:22:Returned status 200 (OK) 12-12-2023 12:44:22:FINISHED TEST : optionsTest() 12-12-2023 12:44:22:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:22: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/getnotok 12-12-2023 12:44:22:STARTING TEST : getWithGenericTypeThrowsWebApplicationExceptionTest() 12-12-2023 12:44:22: TRACE: [WIRE] - >> 12-12-2023 12:44:22: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 12-12-2023 12:44:22: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:22: TRACE: [WIRE] - << Content-Length: 1172 12-12-2023 12:44:22: TRACE: [WIRE] - << Content-Language: 12-12-2023 12:44:22: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:44:22: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:22:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 12-12-2023 12:44:22:ExecutionException.getCause is WebApplicationException as expected 12-12-2023 12:44:22:FINISHED TEST : getWithGenericTypeThrowsWebApplicationExceptionTest() 12-12-2023 12:44:22:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:22:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:22:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:22:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:22:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:22: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/putnotok 12-12-2023 12:44:22:STARTING TEST : methodWithClassWithEntityThrowsNoWebApplicationExceptionForResponseTest() 12-12-2023 12:44:22: TRACE: [WIRE] - >> Content-Type:*/* 12-12-2023 12:44:22: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 12-12-2023 12:44:22: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:22: TRACE: [WIRE] - << Content-Length: 1172 12-12-2023 12:44:22: TRACE: [WIRE] - << Content-Language: 12-12-2023 12:44:22: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:44:22: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:22: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/postnotok 12-12-2023 12:44:22: TRACE: [WIRE] - >> Content-Type:*/* 12-12-2023 12:44:22:Returned status 406 (NOT_ACCEPTABLE) 12-12-2023 12:44:22: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 12-12-2023 12:44:22: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:22: TRACE: [WIRE] - << Content-Length: 1172 12-12-2023 12:44:22: TRACE: [WIRE] - << Content-Language: 12-12-2023 12:44:22: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:44:22: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:22:Returned status 406 (NOT_ACCEPTABLE) 12-12-2023 12:44:22:FINISHED TEST : methodWithClassWithEntityThrowsNoWebApplicationExceptionForResponseTest() 12-12-2023 12:44:22:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:22:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:22: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/putnotok 12-12-2023 12:44:22: TRACE: [WIRE] - >> Content-Type:*/* 12-12-2023 12:44:22: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 12-12-2023 12:44:22: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:22:STARTING TEST : methodWithGenericTypeWithEntityThrowsWebApplicationExceptionTest() 12-12-2023 12:44:22: TRACE: [WIRE] - << Content-Length: 1172 12-12-2023 12:44:22: TRACE: [WIRE] - << Content-Language: 12-12-2023 12:44:22: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:44:22: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:22: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/postnotok 12-12-2023 12:44:22: TRACE: [WIRE] - >> Content-Type:*/* 12-12-2023 12:44:22:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 12-12-2023 12:44:22:ExecutionException.getCause is WebApplicationException as expected 12-12-2023 12:44:22: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 12-12-2023 12:44:22: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:22: TRACE: [WIRE] - << Content-Length: 1172 12-12-2023 12:44:22: TRACE: [WIRE] - << Content-Language: 12-12-2023 12:44:22: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:44:22: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:22:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 12-12-2023 12:44:22:ExecutionException.getCause is WebApplicationException as expected 12-12-2023 12:44:22:FINISHED TEST : methodWithGenericTypeWithEntityThrowsWebApplicationExceptionTest() 12-12-2023 12:44:22:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:22: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/postnotok 12-12-2023 12:44:22: TRACE: [WIRE] - >> Content-Type:*/* 12-12-2023 12:44:22: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 12-12-2023 12:44:22:STARTING TEST : postWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 12-12-2023 12:44:22: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:22: TRACE: [WIRE] - << Content-Length: 1172 12-12-2023 12:44:22: TRACE: [WIRE] - << Content-Language: 12-12-2023 12:44:22: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:44:22: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:22:Returned status 406 (NOT_ACCEPTABLE) 12-12-2023 12:44:22:FINISHED TEST : postWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 12-12-2023 12:44:22:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:22:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:22:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:22: TRACE: [WIRE] - >> DELETE http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/delete 12-12-2023 12:44:22: TRACE: [WIRE] - >> 12-12-2023 12:44:22: TRACE: [WIRE] - >> GET http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/get 12-12-2023 12:44:22: TRACE: [WIRE] - >> 12-12-2023 12:44:22: TRACE: [WIRE] - >> OPTIONS http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/options 12-12-2023 12:44:22: TRACE: [WIRE] - >> 12-12-2023 12:44:22:STARTING TEST : methodThrowsProcessingExceptionTest() 12-12-2023 12:44:22:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 12-12-2023 12:44:22:ExecutionException.getCause is ProcessingException as expected 12-12-2023 12:44:22:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 12-12-2023 12:44:22:ExecutionException.getCause is ProcessingException as expected 12-12-2023 12:44:22:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 12-12-2023 12:44:22:ExecutionException.getCause is ProcessingException as expected 12-12-2023 12:44:22:FINISHED TEST : methodThrowsProcessingExceptionTest() 12-12-2023 12:44:22:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:22: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/deletenotok 12-12-2023 12:44:22: TRACE: [WIRE] - >> 12-12-2023 12:44:22: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 12-12-2023 12:44:22: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:22: TRACE: [WIRE] - << Content-Length: 1172 12-12-2023 12:44:22:STARTING TEST : methodWithClassThrowsWebApplicationExceptionTest() 12-12-2023 12:44:22: TRACE: [WIRE] - << Content-Language: 12-12-2023 12:44:22: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:44:22: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:22: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/getnotok 12-12-2023 12:44:22: TRACE: [WIRE] - >> 12-12-2023 12:44:22:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 12-12-2023 12:44:22:ExecutionException.getCause is WebApplicationException as expected 12-12-2023 12:44:22: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 12-12-2023 12:44:22: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:22: TRACE: [WIRE] - << Content-Length: 1172 12-12-2023 12:44:22: TRACE: [WIRE] - << Content-Language: 12-12-2023 12:44:22: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:44:22: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:22: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/optionsnotok 12-12-2023 12:44:22: TRACE: [WIRE] - >> 12-12-2023 12:44:22: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 12-12-2023 12:44:22: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:22: TRACE: [WIRE] - << Content-Length: 1172 12-12-2023 12:44:22:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 12-12-2023 12:44:22:ExecutionException.getCause is WebApplicationException as expected 12-12-2023 12:44:22: TRACE: [WIRE] - << Content-Language: 12-12-2023 12:44:22: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:44:22: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:22:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 12-12-2023 12:44:22:ExecutionException.getCause is WebApplicationException as expected 12-12-2023 12:44:22:FINISHED TEST : methodWithClassThrowsWebApplicationExceptionTest() 12-12-2023 12:44:22:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:22: TRACE: [WIRE] - >> DELETE http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/delete 12-12-2023 12:44:22: TRACE: [WIRE] - >> 12-12-2023 12:44:22:STARTING TEST : deleteThrowsExceptionTest() 12-12-2023 12:44:22:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 12-12-2023 12:44:22:ExecutionException.getCause is ProcessingException as expected 12-12-2023 12:44:22:FINISHED TEST : deleteThrowsExceptionTest() 12-12-2023 12:44:22:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:22: TRACE: [WIRE] - >> PUT http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/put 12-12-2023 12:44:22: TRACE: [WIRE] - >> Content-Type:*/* 12-12-2023 12:44:22:STARTING TEST : methodWithEntityThrowsProcessingExceptionTest() 12-12-2023 12:44:22: TRACE: [WIRE] - >> POST http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/post 12-12-2023 12:44:22: TRACE: [WIRE] - >> Content-Type:*/* 12-12-2023 12:44:22:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 12-12-2023 12:44:22:ExecutionException.getCause is ProcessingException as expected 12-12-2023 12:44:22:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 12-12-2023 12:44:22:ExecutionException.getCause is ProcessingException as expected 12-12-2023 12:44:22:FINISHED TEST : methodWithEntityThrowsProcessingExceptionTest() 12-12-2023 12:44:22:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:22: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/getnotok 12-12-2023 12:44:22:STARTING TEST : getWithClassThrowsNoWebApplicationExceptionForResponseTest() 12-12-2023 12:44:22: TRACE: [WIRE] - >> 12-12-2023 12:44:22: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 12-12-2023 12:44:22: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:22: TRACE: [WIRE] - << Content-Length: 1172 12-12-2023 12:44:22: TRACE: [WIRE] - << Content-Language: 12-12-2023 12:44:22: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:44:22: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:22:Returned status 406 (NOT_ACCEPTABLE) 12-12-2023 12:44:22:FINISHED TEST : getWithClassThrowsNoWebApplicationExceptionForResponseTest() 12-12-2023 12:44:22:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:22: TRACE: [WIRE] - >> PUT http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/put 12-12-2023 12:44:22: TRACE: [WIRE] - >> Content-Type:*/* 12-12-2023 12:44:22:STARTING TEST : putWithGenericTypeThrowsProcessingExceptionTest() 12-12-2023 12:44:22:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 12-12-2023 12:44:22:ExecutionException.getCause is ProcessingException as expected 12-12-2023 12:44:22:FINISHED TEST : putWithGenericTypeThrowsProcessingExceptionTest() 12-12-2023 12:44:22:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:22: TRACE: [WIRE] - >> TRACE http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/trace 12-12-2023 12:44:22: TRACE: [WIRE] - >> 12-12-2023 12:44:22:STARTING TEST : traceThrowsProcessingExceptionTest() 12-12-2023 12:44:22:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 12-12-2023 12:44:22:ExecutionException.getCause is ProcessingException as expected 12-12-2023 12:44:22:FINISHED TEST : traceThrowsProcessingExceptionTest() 12-12-2023 12:44:22:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:22: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/deletenotok 12-12-2023 12:44:22:STARTING TEST : deleteWithClassThrowsWebApplicationExceptionTest() 12-12-2023 12:44:22: TRACE: [WIRE] - >> 12-12-2023 12:44:22: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 12-12-2023 12:44:22: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:22: TRACE: [WIRE] - << Content-Length: 1172 12-12-2023 12:44:22: TRACE: [WIRE] - << Content-Language: 12-12-2023 12:44:22: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:44:22: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:22:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 12-12-2023 12:44:22:ExecutionException.getCause is WebApplicationException as expected 12-12-2023 12:44:22:FINISHED TEST : deleteWithClassThrowsWebApplicationExceptionTest() 12-12-2023 12:44:22:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:22: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/deletenotok 12-12-2023 12:44:22:STARTING TEST : methodWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 12-12-2023 12:44:22: TRACE: [WIRE] - >> 12-12-2023 12:44:22: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 12-12-2023 12:44:22: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:22: TRACE: [WIRE] - << Content-Length: 1172 12-12-2023 12:44:22: TRACE: [WIRE] - << Content-Language: 12-12-2023 12:44:22: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:44:22: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:22: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/getnotok 12-12-2023 12:44:22: TRACE: [WIRE] - >> 12-12-2023 12:44:22:Returned status 406 (NOT_ACCEPTABLE) 12-12-2023 12:44:22: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 12-12-2023 12:44:22: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:22: TRACE: [WIRE] - << Content-Length: 1172 12-12-2023 12:44:22: TRACE: [WIRE] - << Content-Language: 12-12-2023 12:44:22: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:44:22: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:22: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/optionsnotok 12-12-2023 12:44:22: TRACE: [WIRE] - >> 12-12-2023 12:44:22:Returned status 406 (NOT_ACCEPTABLE) 12-12-2023 12:44:22: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 12-12-2023 12:44:22: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:22: TRACE: [WIRE] - << Content-Length: 1172 12-12-2023 12:44:22: TRACE: [WIRE] - << Content-Language: 12-12-2023 12:44:22: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:44:22: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:22:Returned status 406 (NOT_ACCEPTABLE) 12-12-2023 12:44:22:FINISHED TEST : methodWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 12-12-2023 12:44:22:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:22:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:22:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:22:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:22: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/getnotok 12-12-2023 12:44:22: TRACE: [WIRE] - >> 12-12-2023 12:44:22: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 12-12-2023 12:44:22: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:22:STARTING TEST : getWithClassThrowsWebApplicationExceptionTest() 12-12-2023 12:44:22: TRACE: [WIRE] - << Content-Length: 1172 12-12-2023 12:44:22: TRACE: [WIRE] - << Content-Language: 12-12-2023 12:44:22: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:44:22: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:22:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 12-12-2023 12:44:22:ExecutionException.getCause is WebApplicationException as expected 12-12-2023 12:44:22:FINISHED TEST : getWithClassThrowsWebApplicationExceptionTest() 12-12-2023 12:44:22:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:22:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:22:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:22:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:22:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:22:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:22: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/optionsnotok 12-12-2023 12:44:22:STARTING TEST : optionsWithClassThrowsNoWebApplicationExceptionForResponseTest() 12-12-2023 12:44:22: TRACE: [WIRE] - >> 12-12-2023 12:44:22: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 12-12-2023 12:44:22: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:22: TRACE: [WIRE] - << Content-Length: 1172 12-12-2023 12:44:22: TRACE: [WIRE] - << Content-Language: 12-12-2023 12:44:22: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:44:22: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:22:Returned status 406 (NOT_ACCEPTABLE) 12-12-2023 12:44:22:FINISHED TEST : optionsWithClassThrowsNoWebApplicationExceptionForResponseTest() 12-12-2023 12:44:22:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:22: TRACE: [WIRE] - >> POST http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/post 12-12-2023 12:44:22:STARTING TEST : postThrowsProcessingExceptionTest() 12-12-2023 12:44:22: TRACE: [WIRE] - >> Content-Type:*/* 12-12-2023 12:44:22:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 12-12-2023 12:44:22:ExecutionException.getCause is ProcessingException as expected 12-12-2023 12:44:22:FINISHED TEST : postThrowsProcessingExceptionTest() 12-12-2023 12:44:22:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:22:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:22: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/deletenotok 12-12-2023 12:44:22: TRACE: [WIRE] - >> 12-12-2023 12:44:22:STARTING TEST : methodWithGenericTypeThrowsWebApplicationExceptionTest() 12-12-2023 12:44:22: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 12-12-2023 12:44:22: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:22: TRACE: [WIRE] - << Content-Length: 1172 12-12-2023 12:44:22: TRACE: [WIRE] - << Content-Language: 12-12-2023 12:44:22: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:44:22: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:22: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/getnotok 12-12-2023 12:44:22:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 12-12-2023 12:44:22:ExecutionException.getCause is WebApplicationException as expected 12-12-2023 12:44:22: TRACE: [WIRE] - >> 12-12-2023 12:44:22: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 12-12-2023 12:44:22: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:22: TRACE: [WIRE] - << Content-Length: 1172 12-12-2023 12:44:22: TRACE: [WIRE] - << Content-Language: 12-12-2023 12:44:22: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:44:22: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:22:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 12-12-2023 12:44:22:ExecutionException.getCause is WebApplicationException as expected 12-12-2023 12:44:22: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/optionsnotok 12-12-2023 12:44:22: TRACE: [WIRE] - >> 12-12-2023 12:44:22: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 12-12-2023 12:44:22: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:22: TRACE: [WIRE] - << Content-Length: 1172 12-12-2023 12:44:22: TRACE: [WIRE] - << Content-Language: 12-12-2023 12:44:22: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:44:22: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:22:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 12-12-2023 12:44:22:ExecutionException.getCause is WebApplicationException as expected 12-12-2023 12:44:22:FINISHED TEST : methodWithGenericTypeThrowsWebApplicationExceptionTest() 12-12-2023 12:44:22:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:22: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/postnotok 12-12-2023 12:44:22:STARTING TEST : postWithGenericTypeThrowsWebApplicationExceptionTest() 12-12-2023 12:44:22: TRACE: [WIRE] - >> Content-Type:*/* 12-12-2023 12:44:22: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 12-12-2023 12:44:22: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:22: TRACE: [WIRE] - << Content-Length: 1172 12-12-2023 12:44:22: TRACE: [WIRE] - << Content-Language: 12-12-2023 12:44:22: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:44:22: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:22:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 12-12-2023 12:44:22:ExecutionException.getCause is WebApplicationException as expected 12-12-2023 12:44:22:FINISHED TEST : postWithGenericTypeThrowsWebApplicationExceptionTest() 12-12-2023 12:44:22:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:22: TRACE: [WIRE] - >> DELETE http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/delete 12-12-2023 12:44:22: TRACE: [WIRE] - >> 12-12-2023 12:44:22:STARTING TEST : methodWithGenericTypeThrowsProcessingExceptionTest() 12-12-2023 12:44:22: TRACE: [WIRE] - >> GET http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/get 12-12-2023 12:44:22: TRACE: [WIRE] - >> 12-12-2023 12:44:22: TRACE: [WIRE] - >> OPTIONS http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/options 12-12-2023 12:44:22:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 12-12-2023 12:44:22:ExecutionException.getCause is ProcessingException as expected 12-12-2023 12:44:22:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 12-12-2023 12:44:22:ExecutionException.getCause is ProcessingException as expected 12-12-2023 12:44:22: TRACE: [WIRE] - >> 12-12-2023 12:44:22:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 12-12-2023 12:44:22:ExecutionException.getCause is ProcessingException as expected 12-12-2023 12:44:22:FINISHED TEST : methodWithGenericTypeThrowsProcessingExceptionTest() 12-12-2023 12:44:22:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:22:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:22:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:22: TRACE: [WIRE] - >> OPTIONS http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/options 12-12-2023 12:44:22:STARTING TEST : optionsWithClassThrowsProcessingExceptionTest() 12-12-2023 12:44:22: TRACE: [WIRE] - >> 12-12-2023 12:44:22:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 12-12-2023 12:44:22:ExecutionException.getCause is ProcessingException as expected 12-12-2023 12:44:22:FINISHED TEST : optionsWithClassThrowsProcessingExceptionTest() 12-12-2023 12:44:22:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:22: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/optionsnotok 12-12-2023 12:44:22: TRACE: [WIRE] - >> 12-12-2023 12:44:22: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 12-12-2023 12:44:22: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:22: TRACE: [WIRE] - << Content-Length: 1172 12-12-2023 12:44:22: TRACE: [WIRE] - << Content-Language: 12-12-2023 12:44:22: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:44:22: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:22:STARTING TEST : optionsWithClassThrowsWebApplicationExceptionTest() 12-12-2023 12:44:22:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 12-12-2023 12:44:22:ExecutionException.getCause is WebApplicationException as expected 12-12-2023 12:44:22:FINISHED TEST : optionsWithClassThrowsWebApplicationExceptionTest() 12-12-2023 12:44:22:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:22: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/deletenotok 12-12-2023 12:44:22:STARTING TEST : methodWithClassThrowsNoWebApplicationExceptionForResponseTest() 12-12-2023 12:44:22: TRACE: [WIRE] - >> 12-12-2023 12:44:22: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 12-12-2023 12:44:22: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:22: TRACE: [WIRE] - << Content-Length: 1172 12-12-2023 12:44:22: TRACE: [WIRE] - << Content-Language: 12-12-2023 12:44:22: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:44:22: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:22: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/getnotok 12-12-2023 12:44:22: TRACE: [WIRE] - >> 12-12-2023 12:44:22:Returned status 406 (NOT_ACCEPTABLE) 12-12-2023 12:44:22: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 12-12-2023 12:44:22: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:22: TRACE: [WIRE] - << Content-Length: 1172 12-12-2023 12:44:22: TRACE: [WIRE] - << Content-Language: 12-12-2023 12:44:22: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:44:22: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:22: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/optionsnotok 12-12-2023 12:44:22: TRACE: [WIRE] - >> 12-12-2023 12:44:22:Returned status 406 (NOT_ACCEPTABLE) 12-12-2023 12:44:22: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 12-12-2023 12:44:22: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:22: TRACE: [WIRE] - << Content-Length: 1172 12-12-2023 12:44:22: TRACE: [WIRE] - << Content-Language: 12-12-2023 12:44:22: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:44:22: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:22:Returned status 406 (NOT_ACCEPTABLE) 12-12-2023 12:44:22:FINISHED TEST : methodWithClassThrowsNoWebApplicationExceptionForResponseTest() 12-12-2023 12:44:22:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:22: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/putnotok 12-12-2023 12:44:22:STARTING TEST : putWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 12-12-2023 12:44:22: TRACE: [WIRE] - >> Content-Type:*/* 12-12-2023 12:44:22: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 12-12-2023 12:44:22: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:22: TRACE: [WIRE] - << Content-Length: 1172 12-12-2023 12:44:22: TRACE: [WIRE] - << Content-Language: 12-12-2023 12:44:22: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:44:22: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:22:Returned status 406 (NOT_ACCEPTABLE) 12-12-2023 12:44:22:FINISHED TEST : putWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 12-12-2023 12:44:22:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:22: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/deletenotok 12-12-2023 12:44:22: TRACE: [WIRE] - >> 12-12-2023 12:44:22: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 12-12-2023 12:44:22: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:22: TRACE: [WIRE] - << Content-Length: 1172 12-12-2023 12:44:22:STARTING TEST : deleteWithClassThrowsNoWebApplicationExceptionForResponseTest() 12-12-2023 12:44:22: TRACE: [WIRE] - << Content-Language: 12-12-2023 12:44:22: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:44:22: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:22:Returned status 406 (NOT_ACCEPTABLE) 12-12-2023 12:44:22:FINISHED TEST : deleteWithClassThrowsNoWebApplicationExceptionForResponseTest() 12-12-2023 12:44:22:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:22: TRACE: [WIRE] - >> DELETE http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/delete 12-12-2023 12:44:22: TRACE: [WIRE] - >> 12-12-2023 12:44:22:STARTING TEST : deleteWithClassThrowsProcessingExceptionTest() 12-12-2023 12:44:22:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 12-12-2023 12:44:22:ExecutionException.getCause is ProcessingException as expected 12-12-2023 12:44:22:FINISHED TEST : deleteWithClassThrowsProcessingExceptionTest() 12-12-2023 12:44:22:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:22: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/putnotok 12-12-2023 12:44:22: TRACE: [WIRE] - >> Content-Type:*/* 12-12-2023 12:44:22: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 12-12-2023 12:44:22: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:22:STARTING TEST : putWithClassThrowsNoWebApplicationExceptionForResponseTest() 12-12-2023 12:44:22: TRACE: [WIRE] - << Content-Length: 1172 12-12-2023 12:44:22: TRACE: [WIRE] - << Content-Language: 12-12-2023 12:44:22: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:44:22: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:22:Returned status 406 (NOT_ACCEPTABLE) 12-12-2023 12:44:22:FINISHED TEST : putWithClassThrowsNoWebApplicationExceptionForResponseTest() 12-12-2023 12:44:22:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:22: TRACE: [WIRE] - >> GET http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/get 12-12-2023 12:44:22: TRACE: [WIRE] - >> 12-12-2023 12:44:22:STARTING TEST : getWithGenericTypeThrowsProcessingExceptionTest() 12-12-2023 12:44:22:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 12-12-2023 12:44:22:ExecutionException.getCause is ProcessingException as expected 12-12-2023 12:44:22:FINISHED TEST : getWithGenericTypeThrowsProcessingExceptionTest() 12-12-2023 12:44:22:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:23: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/putnotok 12-12-2023 12:44:22:STARTING TEST : putWithGenericTypeThrowsWebApplicationExceptionTest() 12-12-2023 12:44:23: TRACE: [WIRE] - >> Content-Type:*/* 12-12-2023 12:44:23: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 12-12-2023 12:44:23: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:23: TRACE: [WIRE] - << Content-Length: 1172 12-12-2023 12:44:23: TRACE: [WIRE] - << Content-Language: 12-12-2023 12:44:23: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:44:23: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:23:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 12-12-2023 12:44:23:ExecutionException.getCause is WebApplicationException as expected 12-12-2023 12:44:23:FINISHED TEST : putWithGenericTypeThrowsWebApplicationExceptionTest() 12-12-2023 12:44:23:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:23:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:23: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/delete 12-12-2023 12:44:23: TRACE: [WIRE] - >> 12-12-2023 12:44:23: TRACE: [WIRE] - << 200 OK 12-12-2023 12:44:23: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:23: TRACE: [WIRE] - << Content-Length: 6 12-12-2023 12:44:23:STARTING TEST : deleteTest() 12-12-2023 12:44:23: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:44:23: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:23:Returned status 200 (OK) 12-12-2023 12:44:23:FINISHED TEST : deleteTest() 12-12-2023 12:44:23:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:23: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/tracenotok 12-12-2023 12:44:23: TRACE: [WIRE] - >> 12-12-2023 12:44:23: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 12-12-2023 12:44:23:STARTING TEST : traceWithClassThrowsWebApplicationExceptionTest() 12-12-2023 12:44:23: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:23: TRACE: [WIRE] - << Content-Length: 1172 12-12-2023 12:44:23: TRACE: [WIRE] - << Content-Language: 12-12-2023 12:44:23: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:44:23: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:23:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 12-12-2023 12:44:23:ExecutionException.getCause is WebApplicationException as expected 12-12-2023 12:44:23:FINISHED TEST : traceWithClassThrowsWebApplicationExceptionTest() 12-12-2023 12:44:23:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:23:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:23: TRACE: [WIRE] - >> PUT http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/put 12-12-2023 12:44:23:STARTING TEST : methodWithGenericTypeWithEntityThrowsProcessingExceptionTest() 12-12-2023 12:44:23: TRACE: [WIRE] - >> Content-Type:*/* 12-12-2023 12:44:23: TRACE: [WIRE] - >> POST http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/post 12-12-2023 12:44:23: TRACE: [WIRE] - >> Content-Type:*/* 12-12-2023 12:44:23:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 12-12-2023 12:44:23:ExecutionException.getCause is ProcessingException as expected 12-12-2023 12:44:23:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 12-12-2023 12:44:23:ExecutionException.getCause is ProcessingException as expected 12-12-2023 12:44:23:FINISHED TEST : methodWithGenericTypeWithEntityThrowsProcessingExceptionTest() 12-12-2023 12:44:23:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:23: TRACE: [WIRE] - >> GET http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/get 12-12-2023 12:44:23: TRACE: [WIRE] - >> 12-12-2023 12:44:23:STARTING TEST : getWithClassThrowsProcessingExceptionTest() 12-12-2023 12:44:23:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 12-12-2023 12:44:23:ExecutionException.getCause is ProcessingException as expected 12-12-2023 12:44:23:FINISHED TEST : getWithClassThrowsProcessingExceptionTest() 12-12-2023 12:44:23:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:23:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:23:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:23: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/putnotok 12-12-2023 12:44:23:STARTING TEST : methodWithGenericTypeWithEntityThrowsNoWebApplicationExceptionForResponseTest() 12-12-2023 12:44:23: TRACE: [WIRE] - >> Content-Type:*/* 12-12-2023 12:44:23: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 12-12-2023 12:44:23: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:23: TRACE: [WIRE] - << Content-Length: 1172 12-12-2023 12:44:23: TRACE: [WIRE] - << Content-Language: 12-12-2023 12:44:23: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:44:23: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:23: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/postnotok 12-12-2023 12:44:23:Returned status 406 (NOT_ACCEPTABLE) 12-12-2023 12:44:23: TRACE: [WIRE] - >> Content-Type:*/* 12-12-2023 12:44:23: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 12-12-2023 12:44:23: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:23: TRACE: [WIRE] - << Content-Length: 1172 12-12-2023 12:44:23: TRACE: [WIRE] - << Content-Language: 12-12-2023 12:44:23: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:44:23: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:23:Returned status 406 (NOT_ACCEPTABLE) 12-12-2023 12:44:23:FINISHED TEST : methodWithGenericTypeWithEntityThrowsNoWebApplicationExceptionForResponseTest() 12-12-2023 12:44:23:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:23: TRACE: [WIRE] - >> HEAD http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/head 12-12-2023 12:44:23: TRACE: [WIRE] - >> 12-12-2023 12:44:23:STARTING TEST : headThrowsProcessingExceptionTest() 12-12-2023 12:44:23:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 12-12-2023 12:44:23:ExecutionException.getCause is ProcessingException as expected 12-12-2023 12:44:23:FINISHED TEST : headThrowsProcessingExceptionTest() 12-12-2023 12:44:23:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:23: TRACE: [WIRE] - >> OPTIONS http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/options 12-12-2023 12:44:23:STARTING TEST : optionsThrowsProcessingExceptionTest() 12-12-2023 12:44:23: TRACE: [WIRE] - >> 12-12-2023 12:44:23:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 12-12-2023 12:44:23:ExecutionException.getCause is ProcessingException as expected 12-12-2023 12:44:23:FINISHED TEST : optionsThrowsProcessingExceptionTest() 12-12-2023 12:44:23:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:23: TRACE: [WIRE] - >> OPTIONS http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/options 12-12-2023 12:44:23:STARTING TEST : optionsWithGenericTypeThrowsProcessingExceptionTest() 12-12-2023 12:44:23: TRACE: [WIRE] - >> 12-12-2023 12:44:23:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 12-12-2023 12:44:23:ExecutionException.getCause is ProcessingException as expected 12-12-2023 12:44:23:FINISHED TEST : optionsWithGenericTypeThrowsProcessingExceptionTest() 12-12-2023 12:44:23:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:23: TRACE: [WIRE] - >> POST http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/post 12-12-2023 12:44:23:STARTING TEST : postWithGenericTypeThrowsProcessingExceptionTest() 12-12-2023 12:44:23: TRACE: [WIRE] - >> Content-Type:*/* 12-12-2023 12:44:23:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 12-12-2023 12:44:23:ExecutionException.getCause is ProcessingException as expected 12-12-2023 12:44:23:FINISHED TEST : postWithGenericTypeThrowsProcessingExceptionTest() [WARNING] Tests run: 98, Failures: 0, Errors: 0, Skipped: 39, Time elapsed: 0.976 s - in ee.jakarta.tck.ws.rs.jaxrs21.ee.client.rxinvoker.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.jaxrs21.ee.client.executor.rx.JAXRSClientIT 12-12-2023 12:44:23:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:23:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:23:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:23:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:23:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:23:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:23:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:23:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:23:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:23:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:23:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:23:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:23:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:23:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:23:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:23:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:23:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:23:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:23:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:23:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:23:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:23:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:23:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:23:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:23:STARTING TEST : optionsTest() 12-12-2023 12:44:23: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_jaxrs21_ee_client_executor_rx_web/resource/options 12-12-2023 12:44:23: TRACE: [WIRE] - >> 12-12-2023 12:44:23: TRACE: [WIRE] - << 200 OK 12-12-2023 12:44:23: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:23: TRACE: [WIRE] - << Content-Length: 7 12-12-2023 12:44:23: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:44:23: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:23:[Client EXECUTOR SERVICE check]: running from thread JAXRS_TCK_THREAD1 12-12-2023 12:44:23:Returned status 200 (OK) 12-12-2023 12:44:23:FINISHED TEST : optionsTest() 12-12-2023 12:44:23:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:23:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:23:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:23:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:23:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:23:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:23:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:23:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:23:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:23:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:23:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:23:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:23:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:23:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:23:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:23:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:23:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:23:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:23:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:23:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:23:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:23:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:23:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:23:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:23:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:23:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:23:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:23:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:23:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:23:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:23:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:23:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:23: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_jaxrs21_ee_client_executor_rx_web/resource/delete 12-12-2023 12:44:23:STARTING TEST : deleteTest() 12-12-2023 12:44:23: TRACE: [WIRE] - >> 12-12-2023 12:44:23: TRACE: [WIRE] - << 200 OK 12-12-2023 12:44:23: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:23: TRACE: [WIRE] - << Content-Length: 6 12-12-2023 12:44:23: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:44:23: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:23:[Client EXECUTOR SERVICE check]: running from thread JAXRS_TCK_THREAD2 12-12-2023 12:44:23:Returned status 200 (OK) 12-12-2023 12:44:23:FINISHED TEST : deleteTest() 12-12-2023 12:44:23:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:23:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:23:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:23:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:23:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:23:[JAXRSCommonClient] Test setup OK [WARNING] Tests run: 31, Failures: 0, Errors: 0, Skipped: 29, Time elapsed: 0.423 s - in ee.jakarta.tck.ws.rs.jaxrs21.ee.client.executor.rx.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.jaxrs21.ee.client.executor.async.JAXRSClientIT 12-12-2023 12:44:24:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:24:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:24:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:24:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:24:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:24:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:24:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:24:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:24:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:24:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:24:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:24:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:24:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:24:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:24:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:24:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:24:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:24:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:24:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:24:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:24:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:24:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:24:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:24:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:24:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:24:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:24:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:24:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:24:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:24:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:24:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:24:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:24:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:24:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:24:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:24:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:24:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:24:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:24:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:24:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:24:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:24:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:24:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:24:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:24:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:24:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:24:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:24:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:24:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:24:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:24:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:24:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:24:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:24:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:24:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:24:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:24:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:24:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:24:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:24:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:24:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:24:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:24:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:24:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:24:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:24:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:24:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:24:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:24:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:24:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:24:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:24:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:24:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:24:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:24:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:24:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:24:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:24:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:24:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:24:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:24:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:24:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:24:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:24:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:24:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:24:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:24:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:24:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:24:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:24:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:24:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:24:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:24:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:24:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:24:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:24:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:24:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:24:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:24:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:24:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:24:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:24:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:24:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:24:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:24:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:24:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:24:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:24:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:24:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:24:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:24:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:24:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:24:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:24:[JAXRSCommonClient] Test setup OK [WARNING] Tests run: 57, Failures: 0, Errors: 0, Skipped: 57, Time elapsed: 0.496 s - in ee.jakarta.tck.ws.rs.jaxrs21.ee.client.executor.async.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT 12-12-2023 12:44:24:[JAXRSCommonClient] Test setup OK [WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.258 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-12-2023 12:44:24:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:24:STARTING TEST : stringTest() 12-12-2023 12:44:25:FINISHED TEST : stringTest() 12-12-2023 12:44:25:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:25:STARTING TEST : streamingOutputTest() 12-12-2023 12:44:25:FINISHED TEST : streamingOutputTest() 12-12-2023 12:44:25:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:25:STARTING TEST : fileTest() 12-12-2023 12:44:26:FINISHED TEST : fileTest() 12-12-2023 12:44:26:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:27: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsink_web/close/closed 12-12-2023 12:44:26:STARTING TEST : closeTest() 12-12-2023 12:44:27:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsink_web/close/closed' to target server at 'localhost:8080' 12-12-2023 12:44:27:############################### 12-12-2023 12:44:27: TRACE: [WIRE] - >> Accept:text/plain 12-12-2023 12:44:27: TRACE: [WIRE] - << 200 OK 12-12-2023 12:44:27: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:27: TRACE: [WIRE] - << Content-Length: 4 12-12-2023 12:44:27: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:44:27: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:27: TRACE: [WIRE] - << true 12-12-2023 12:44:28:FINISHED TEST : closeTest() 12-12-2023 12:44:28:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:28:STARTING TEST : inputstreamTest() 12-12-2023 12:44:28:FINISHED TEST : inputstreamTest() 12-12-2023 12:44:28:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:28:STARTING TEST : readerTest() 12-12-2023 12:44:29:FINISHED TEST : readerTest() 12-12-2023 12:44:29:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:29:STARTING TEST : transformSourceTest() 12-12-2023 12:44:29:FINISHED TEST : transformSourceTest() 12-12-2023 12:44:29:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:29:STARTING TEST : multivaluedMapTest() 12-12-2023 12:44:30:FINISHED TEST : multivaluedMapTest() 12-12-2023 12:44:30:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:30:STARTING TEST : jaxbElementTest() 12-12-2023 12:44:31:FINISHED TEST : jaxbElementTest() 12-12-2023 12:44:31:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:31:STARTING TEST : sseStageCheckTest() 12-12-2023 12:44:31:FINISHED TEST : sseStageCheckTest() 12-12-2023 12:44:31:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:31:STARTING TEST : doubleTest() 12-12-2023 12:44:32:FINISHED TEST : doubleTest() 12-12-2023 12:44:32:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:32:STARTING TEST : datasourceTest() 12-12-2023 12:44:32:FINISHED TEST : datasourceTest() 12-12-2023 12:44:32:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:32:STARTING TEST : charTest() 12-12-2023 12:44:33:FINISHED TEST : charTest() 12-12-2023 12:44:33:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:33:STARTING TEST : intTest() 12-12-2023 12:44:33:FINISHED TEST : intTest() 12-12-2023 12:44:33:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:33:STARTING TEST : bytearrayTest() 12-12-2023 12:44:34:FINISHED TEST : bytearrayTest() [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.062 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-12-2023 12:44:34:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:34: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/su/available 12-12-2023 12:44:34:STARTING TEST : wait2Seconds() 12-12-2023 12:44:34:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/su/available' to target server at 'localhost:8080' 12-12-2023 12:44:34: TRACE: [WIRE] - >> Accept:*/* 12-12-2023 12:44:34: TRACE: [WIRE] - << 200 OK 12-12-2023 12:44:34: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:34: TRACE: [WIRE] - << Content-Length: 2 12-12-2023 12:44:34:############################### 12-12-2023 12:44:34: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:44:34: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:34: TRACE: [WIRE] - << OK 12-12-2023 12:44:34:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/su/retry' to target server at 'localhost:8080' 12-12-2023 12:44:34:############################### 12-12-2023 12:44:34:[Request] Adding entity: 2 12-12-2023 12:44:34: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/su/retry 12-12-2023 12:44:34: TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain 12-12-2023 12:44:34: TRACE: [WIRE] - >> 2 12-12-2023 12:44:34: TRACE: [WIRE] - << 200 OK 12-12-2023 12:44:34: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:34: TRACE: [WIRE] - << Content-Length: 1 12-12-2023 12:44:34: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:44:34: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:34: TRACE: [WIRE] - << 2 12-12-2023 12:44:36:FINISHED TEST : wait2Seconds() 12-12-2023 12:44:36:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:36:STARTING TEST : xmlTest() 12-12-2023 12:44:36: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set 12-12-2023 12:44:36: TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain 12-12-2023 12:44:36: TRACE: [WIRE] - >> text/xml 12-12-2023 12:44:36: TRACE: [WIRE] - << 200 OK 12-12-2023 12:44:36: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:36: TRACE: [WIRE] - << Content-Length: 8 12-12-2023 12:44:36: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:44:36: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:36:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set' to target server at 'localhost:8080' 12-12-2023 12:44:36:############################### 12-12-2023 12:44:36:[Request] Adding entity: text/xml 12-12-2023 12:44:36: TRACE: [WIRE] - << text/xml 12-12-2023 12:44:38:FINISHED TEST : xmlTest() 12-12-2023 12:44:38:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:38:STARTING TEST : connectionLostFor1500msTest() 12-12-2023 12:44:38:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/su/reset' to target server at 'localhost:8080'12-12-2023 12:44:38: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/su/reset 12-12-2023 12:44:38: TRACE: [WIRE] - >> Accept:*/* 12-12-2023 12:44:38: TRACE: [WIRE] - << 200 OK 12-12-2023 12:44:38: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:38: TRACE: [WIRE] - << Content-Length: 5 12-12-2023 12:44:38: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:44:38:############################### 12-12-2023 12:44:38: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:38: TRACE: [WIRE] - << RESET 12-12-2023 12:44:38:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/su/lost' to target server at 'localhost:8080' 12-12-2023 12:44:38:############################### 12-12-2023 12:44:38: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/su/lost 12-12-2023 12:44:38:[Request] Adding entity: 1 12-12-2023 12:44:38: TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain 12-12-2023 12:44:38: TRACE: [WIRE] - >> 1 12-12-2023 12:44:38: TRACE: [WIRE] - << 200 OK 12-12-2023 12:44:38: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:38: TRACE: [WIRE] - << Content-Length: 1 12-12-2023 12:44:38: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:44:38: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:38: TRACE: [WIRE] - << 1 12-12-2023 12:44:40: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/su/count 12-12-2023 12:44:40: TRACE: [WIRE] - >> Accept:*/* 12-12-2023 12:44:40: TRACE: [WIRE] - << 200 OK 12-12-2023 12:44:40: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:40: TRACE: [WIRE] - << Content-Length: 1 12-12-2023 12:44:40: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:44:40: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:40: TRACE: [WIRE] - << 2 12-12-2023 12:44:40:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/su/count' to target server at 'localhost:8080' 12-12-2023 12:44:40:############################### 12-12-2023 12:44:40:FINISHED TEST : connectionLostFor1500msTest() 12-12-2023 12:44:40:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:40: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set 12-12-2023 12:44:40:STARTING TEST : stringTest() 12-12-2023 12:44:40:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set' to target server at 'localhost:8080' 12-12-2023 12:44:40:############################### 12-12-2023 12:44:40: TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain 12-12-2023 12:44:40: TRACE: [WIRE] - >> text/plain 12-12-2023 12:44:40: TRACE: [WIRE] - << 200 OK 12-12-2023 12:44:40: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:40: TRACE: [WIRE] - << Content-Length: 10 12-12-2023 12:44:40: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:44:40: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:40: TRACE: [WIRE] - << text/plain 12-12-2023 12:44:40:[Request] Adding entity: text/plain 12-12-2023 12:44:42:FINISHED TEST : stringTest() 12-12-2023 12:44:42:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:42:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:42: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set 12-12-2023 12:44:42: TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain 12-12-2023 12:44:42: TRACE: [WIRE] - >> text/plain 12-12-2023 12:44:42: TRACE: [WIRE] - << 200 OK 12-12-2023 12:44:42:STARTING TEST : dataSourceTest() 12-12-2023 12:44:42:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set' to target server at 'localhost:8080' 12-12-2023 12:44:42:############################### 12-12-2023 12:44:42:[Request] Adding entity: text/plain 12-12-2023 12:44:42: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:42: TRACE: [WIRE] - << Content-Length: 10 12-12-2023 12:44:42: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:44:42: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:42: TRACE: [WIRE] - << text/plain 12-12-2023 12:44:44:FINISHED TEST : dataSourceTest() 12-12-2023 12:44:44:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:44:STARTING TEST : reconnectByEventMethodTest() 12-12-2023 12:44:44:FINISHED TEST : reconnectByEventMethodTest() 12-12-2023 12:44:44:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:44:STARTING TEST : fileTest() 12-12-2023 12:44:44: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set 12-12-2023 12:44:44: TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain 12-12-2023 12:44:44: TRACE: [WIRE] - >> text/plain 12-12-2023 12:44:44: TRACE: [WIRE] - << 200 OK 12-12-2023 12:44:44: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:44: TRACE: [WIRE] - << Content-Length: 10 12-12-2023 12:44:44: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:44:44: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:44:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set' to target server at 'localhost:8080' 12-12-2023 12:44:44:############################### 12-12-2023 12:44:44:[Request] Adding entity: text/plain 12-12-2023 12:44:44: TRACE: [WIRE] - << text/plain 12-12-2023 12:44:46:FINISHED TEST : fileTest() 12-12-2023 12:44:46:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:46:STARTING TEST : closeTest() 12-12-2023 12:44:46: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/repeat/set 12-12-2023 12:44:46: TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain 12-12-2023 12:44:46:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/repeat/set' to target server at 'localhost:8080' 12-12-2023 12:44:46:############################### 12-12-2023 12:44:46:[Request] Adding entity: true 12-12-2023 12:44:46: TRACE: [WIRE] - >> true 12-12-2023 12:44:46: TRACE: [WIRE] - << 200 OK 12-12-2023 12:44:46: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:46: TRACE: [WIRE] - << Content-Length: 4 12-12-2023 12:44:46: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:44:46: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:46: TRACE: [WIRE] - << true 12-12-2023 12:44:47:Received message no 0 12-12-2023 12:44:47:Received message no 112-12-2023 12:44:47: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/repeat/isopen 12-12-2023 12:44:47:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/repeat/isopen' to target server at 'localhost:8080' 12-12-2023 12:44:47:############################### 12-12-2023 12:44:47: TRACE: [WIRE] - >> Accept:*/* 12-12-2023 12:44:47: TRACE: [WIRE] - << 200 OK 12-12-2023 12:44:47: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:47: TRACE: [WIRE] - << Content-Length: 4 12-12-2023 12:44:47: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:44:47: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:47: TRACE: [WIRE] - << true 12-12-2023 12:44:47:Received message no 2 12-12-2023 12:44:48:Received message no 3 12-12-2023 12:44:48:Received message no 4 12-12-2023 12:44:48:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/repeat/isopen' to target server at 'localhost:8080' 12-12-2023 12:44:48:###############################12-12-2023 12:44:48: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/repeat/isopen 12-12-2023 12:44:48: TRACE: [WIRE] - >> Accept:*/* 12-12-2023 12:44:48: TRACE: [WIRE] - << 200 OK 12-12-2023 12:44:48: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:48: TRACE: [WIRE] - << Content-Length: 4 12-12-2023 12:44:48: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:44:48: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:48: TRACE: [WIRE] - << true 12-12-2023 12:44:52:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/repeat/isopen' to target server at 'localhost:8080' 12-12-2023 12:44:52: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/repeat/isopen 12-12-2023 12:44:52:############################### 12-12-2023 12:44:52: TRACE: [WIRE] - >> Accept:*/* 12-12-2023 12:44:52: TRACE: [WIRE] - << 200 OK 12-12-2023 12:44:52: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:52: TRACE: [WIRE] - << Content-Length: 5 12-12-2023 12:44:52: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:44:52: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:52: TRACE: [WIRE] - << false Sending false 12-12-2023 12:44:56:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/repeat/set' to target server at 'localhost:8080' 12-12-2023 12:44:56:############################### 12-12-2023 12:44:56:[Request] Adding entity: false 12-12-2023 12:44:56: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/repeat/set 12-12-2023 12:44:56: TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain 12-12-2023 12:44:56: TRACE: [WIRE] - >> false 12-12-2023 12:44:56: TRACE: [WIRE] - << 200 OK 12-12-2023 12:44:56: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:56: TRACE: [WIRE] - << Content-Length: 5 12-12-2023 12:44:56: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:44:56: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:56: TRACE: [WIRE] - << false Sent false 12-12-2023 12:44:56:FINISHED TEST : closeTest() 12-12-2023 12:44:56:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:56:STARTING TEST : userReconnectByEventMethodTest() 12-12-2023 12:44:56:FINISHED TEST : userReconnectByEventMethodTest() 12-12-2023 12:44:56:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:56:STARTING TEST : byteArrayTest() 12-12-2023 12:44:56:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set' to target server at 'localhost:8080' 12-12-2023 12:44:56: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set 12-12-2023 12:44:56: TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain 12-12-2023 12:44:56: TRACE: [WIRE] - >> text/plain 12-12-2023 12:44:56: TRACE: [WIRE] - << 200 OK 12-12-2023 12:44:56: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:56: TRACE: [WIRE] - << Content-Length: 10 12-12-2023 12:44:56: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:44:56: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:56:############################### 12-12-2023 12:44:56:[Request] Adding entity: text/plain 12-12-2023 12:44:56: TRACE: [WIRE] - << text/plain 12-12-2023 12:44:58:FINISHED TEST : byteArrayTest() 12-12-2023 12:44:58:[JAXRSCommonClient] Test setup OK 12-12-2023 12:44:58:STARTING TEST : readerTest() 12-12-2023 12:44:58: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set 12-12-2023 12:44:58: TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain 12-12-2023 12:44:58: TRACE: [WIRE] - >> text/plain 12-12-2023 12:44:58: TRACE: [WIRE] - << 200 OK 12-12-2023 12:44:58: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:44:58: TRACE: [WIRE] - << Content-Length: 10 12-12-2023 12:44:58: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:44:58:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set' to target server at 'localhost:8080' 12-12-2023 12:44:58:############################### 12-12-2023 12:44:58:[Request] Adding entity: text/plain 12-12-2023 12:44:58: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:44:58: TRACE: [WIRE] - << text/plain 12-12-2023 12:45:00:FINISHED TEST : readerTest() 12-12-2023 12:45:00:[JAXRSCommonClient] Test setup OK 12-12-2023 12:45:00: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set 12-12-2023 12:45:00: TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain 12-12-2023 12:45:00: TRACE: [WIRE] - >> text/xml 12-12-2023 12:45:00: TRACE: [WIRE] - << 200 OK 12-12-2023 12:45:00: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:45:00: TRACE: [WIRE] - << Content-Length: 8 12-12-2023 12:45:00:STARTING TEST : transformSourceTest() 12-12-2023 12:45:00:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set' to target server at 'localhost:8080' 12-12-2023 12:45:00:############################### 12-12-2023 12:45:00:[Request] Adding entity: text/xml 12-12-2023 12:45:00: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:45:00: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:45:00: TRACE: [WIRE] - << text/xml 12-12-2023 12:45:01:FINISHED TEST : transformSourceTest() 12-12-2023 12:45:01:[JAXRSCommonClient] Test setup OK 12-12-2023 12:45:02: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set 12-12-2023 12:45:01:STARTING TEST : multivaluedMapTest() 12-12-2023 12:45:01:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set' to target server at 'localhost:8080' 12-12-2023 12:45:01:############################### 12-12-2023 12:45:02: TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain 12-12-2023 12:45:02: TRACE: [WIRE] - >> application/x-www-form-urlencoded 12-12-2023 12:45:02: TRACE: [WIRE] - << 200 OK 12-12-2023 12:45:02: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:45:02: TRACE: [WIRE] - << Content-Length: 33 12-12-2023 12:45:02: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:45:01:[Request] Adding entity: application/x-www-form-urlencoded 12-12-2023 12:45:02: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:45:02: TRACE: [WIRE] - << application/x-www-form-urlencoded 12-12-2023 12:45:03:FINISHED TEST : multivaluedMapTest() 12-12-2023 12:45:03:[JAXRSCommonClient] Test setup OK 12-12-2023 12:45:03:STARTING TEST : jaxbElementTest() 12-12-2023 12:45:03: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set 12-12-2023 12:45:03: TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain 12-12-2023 12:45:03: TRACE: [WIRE] - >> text/xml 12-12-2023 12:45:03: TRACE: [WIRE] - << 200 OK 12-12-2023 12:45:03: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:45:03: TRACE: [WIRE] - << Content-Length: 8 12-12-2023 12:45:03: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:45:03: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:45:03: TRACE: [WIRE] - << text/xml 12-12-2023 12:45:03:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set' to target server at 'localhost:8080' 12-12-2023 12:45:03:############################### 12-12-2023 12:45:03:[Request] Adding entity: text/xml 12-12-2023 12:45:05:FINISHED TEST : jaxbElementTest() 12-12-2023 12:45:05:[JAXRSCommonClient] Test setup OK 12-12-2023 12:45:05:STARTING TEST : defaultWaiting1s() 12-12-2023 12:45:05: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/su/available 12-12-2023 12:45:05: TRACE: [WIRE] - >> Accept:*/* 12-12-2023 12:45:05: TRACE: [WIRE] - << 200 OK 12-12-2023 12:45:05: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:45:05: TRACE: [WIRE] - << Content-Length: 2 12-12-2023 12:45:05: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:45:05: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:45:05:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/su/available' to target server at 'localhost:8080' 12-12-2023 12:45:05:############################### 12-12-2023 12:45:05: TRACE: [WIRE] - << OK 12-12-2023 12:45:05:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/su/available' to target server at 'localhost:8080' 12-12-2023 12:45:05:############################### 12-12-2023 12:45:05: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/su/available 12-12-2023 12:45:05: TRACE: [WIRE] - >> Accept:*/* 12-12-2023 12:45:05: TRACE: [WIRE] - << 200 OK 12-12-2023 12:45:05: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:45:05: TRACE: [WIRE] - << Content-Length: 2 12-12-2023 12:45:05: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:45:05: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:45:05: TRACE: [WIRE] - << OK 12-12-2023 12:45:07:FINISHED TEST : defaultWaiting1s() 12-12-2023 12:45:07:[JAXRSCommonClient] Test setup OK 12-12-2023 12:45:07: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set 12-12-2023 12:45:07: TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain 12-12-2023 12:45:07: TRACE: [WIRE] - >> text/plain 12-12-2023 12:45:07: TRACE: [WIRE] - << 200 OK 12-12-2023 12:45:07: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:45:07: TRACE: [WIRE] - << Content-Length: 10 12-12-2023 12:45:07: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:45:07:STARTING TEST : inputStreamTest() 12-12-2023 12:45:07:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set' to target server at 'localhost:8080' 12-12-2023 12:45:07:############################### 12-12-2023 12:45:07:[Request] Adding entity: text/plain 12-12-2023 12:45:07: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:45:07: TRACE: [WIRE] - << text/plain 12-12-2023 12:45:08:FINISHED TEST : inputStreamTest() [WARNING] Tests run: 17, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 34.345 s - in ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.sseeventsource.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.jaxrs21.ee.priority.JAXRSClientIT 12-12-2023 12:45:08:[JAXRSCommonClient] Test setup OK 12-12-2023 12:45:08:STARTING TEST : exceptionMapperPriorityTest()Dec 12, 2023 12:45:08 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:45:08:[HttpRequest] Dispatching request: 'GET /jaxrs_jaxrs21_ee_priority_web/exception HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:45:08:FINISHED TEST : exceptionMapperPriorityTest() 12-12-2023 12:45:08:[JAXRSCommonClient] Test setup OK 12-12-2023 12:45:08:STARTING TEST : paramConverterPriorityTest() Dec 12, 2023 12:45:08 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:45:08:[HttpRequest] Dispatching request: 'GET /jaxrs_jaxrs21_ee_priority_web/converter?id=something HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:45:08:FINISHED TEST : paramConverterPriorityTest() [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.199 s - in ee.jakarta.tck.ws.rs.jaxrs21.ee.priority.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.jaxrs21.ee.patch.server.JAXRSClientIT 12-12-2023 12:45:09:[JAXRSCommonClient] Test setup OK 12-12-2023 12:45:09:STARTING TEST : patchTest() Dec 12, 2023 12:45:09 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:45:09:[HttpRequest] Dispatching request: 'PATCH /jaxrs_jaxrs21_ee_patch_server_web/resource/patch HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:45:09:FINISHED TEST : patchTest() [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.31 s - in ee.jakarta.tck.ws.rs.jaxrs21.ee.patch.server.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.jaxrs21.spec.classsubresourcelocator.JAXRSClientIT 12-12-2023 12:45:09:[JAXRSCommonClient] Test setup OK 12-12-2023 12:45:09:STARTING TEST : subResourceLocatorAsClassTest() 12-12-2023 12:45:09: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_spec_classsubresourcelocator_web/resource/sub 12-12-2023 12:45:09: TRACE: [WIRE] - >> Accept:*/* 12-12-2023 12:45:09: TRACE: [WIRE] - << 200 OK 12-12-2023 12:45:09: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:45:09: TRACE: [WIRE] - << Content-Length: 2 12-12-2023 12:45:09: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:45:09: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:45:09: TRACE: [WIRE] - << OK 12-12-2023 12:45:09:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_jaxrs21_spec_classsubresourcelocator_web/resource/sub' to target server at 'localhost:8080' 12-12-2023 12:45:09:############################### 12-12-2023 12:45:09:FINISHED TEST : subResourceLocatorAsClassTest() [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.315 s - in ee.jakarta.tck.ws.rs.jaxrs21.spec.classsubresourcelocator.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.jaxrs21.spec.completionstage.JAXRSClientIT 12-12-2023 12:45:09:[JAXRSCommonClient] Test setup OK 12-12-2023 12:45:09: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_spec_completionstage_web/async 12-12-2023 12:45:09:STARTING TEST : completionStageReturnedTest() 12-12-2023 12:45:09: TRACE: [WIRE] - >> 12-12-2023 12:45:10: TRACE: [WIRE] - << 200 OK 12-12-2023 12:45:10: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:45:10: TRACE: [WIRE] - << Content-Length: 73 12-12-2023 12:45:10: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:45:10: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:45:10:FINISHED TEST : completionStageReturnedTest() [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.196 s - in ee.jakarta.tck.ws.rs.jaxrs21.spec.completionstage.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.jaxrs21.api.client.invocationbuilder.JAXRSClientIT 12-12-2023 12:45:10:[JAXRSCommonClient] Test setup OK 12-12-2023 12:45:10:STARTING TEST : testRxClassExecutorServiceThrowsWhenNotRegistered() Illegal state exception has been thrown when no provider is registered as expected 12-12-2023 12:45:10:FINISHED TEST : testRxClassExecutorServiceThrowsWhenNotRegistered() 12-12-2023 12:45:10:[JAXRSCommonClient] Test setup OK 12-12-2023 12:45:10:STARTING TEST : testRxClassGetsClassInstance() Custom rxInvoker has been created as expected 12-12-2023 12:45:10:FINISHED TEST : testRxClassGetsClassInstance() 12-12-2023 12:45:10:[JAXRSCommonClient] Test setup OK 12-12-2023 12:45:10:STARTING TEST : testRxClassThrowsWhenNotRegistered() Illegal state exception has been thrown when no provider is registered as expected 12-12-2023 12:45:10:FINISHED TEST : testRxClassThrowsWhenNotRegistered() 12-12-2023 12:45:10:[JAXRSCommonClient] Test setup OK 12-12-2023 12:45:10:STARTING TEST : testRxClassExceutorServiceGetsClassInstance() Custom rxInvoker has been created as expected 12-12-2023 12:45:10:FINISHED TEST : testRxClassExceutorServiceGetsClassInstance() [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.174 s - in ee.jakarta.tck.ws.rs.jaxrs21.api.client.invocationbuilder.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.servlet3.rs.core.streamingoutput.JAXRSClientIT 12-12-2023 12:45:11:[JAXRSCommonClient] Test setup OK 12-12-2023 12:45:11:STARTING TEST : writeTest() Dec 12, 2023 12:45:11 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:45:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_streamoutput/StreamOutputTest/Test1 HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:45:11:FINISHED TEST : writeTest() 12-12-2023 12:45:11:[JAXRSCommonClient] Test setup OK 12-12-2023 12:45:11:STARTING TEST : writeIOExceptionTest() 12-12-2023 12:45:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_streamoutput/StreamOutputTest/IOExceptionTest HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:45:11:FINISHED TEST : writeIOExceptionTest() 12-12-2023 12:45:11:[JAXRSCommonClient] Test setup OK 12-12-2023 12:45:11:STARTING TEST : writeWebApplicationExceptionTest() 12-12-2023 12:45:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_streamoutput/StreamOutputTest/Test2 HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:45:11:FINISHED TEST : writeWebApplicationExceptionTest() [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.198 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-12-2023 12:45:11:[JAXRSCommonClient] Test setup OK 12-12-2023 12:45:11: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_servlet3_rs_ext_paramconverter_autodiscovery/resource/sbquery?query=ABCDEFGH 12-12-2023 12:45:11: TRACE: [WIRE] - >> Accept:*/* 12-12-2023 12:45:11: TRACE: [WIRE] - << 200 OK 12-12-2023 12:45:11: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:45:11: TRACE: [WIRE] - << Content-Length: 25 12-12-2023 12:45:11: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:45:11: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:45:11:STARTING TEST : isParamCoverterFoundByAutodiscoveryUsedTest() 12-12-2023 12:45:11:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_servlet3_rs_ext_paramconverter_autodiscovery/resource/sbquery?query=ABCDEFGH' to target server at 'localhost:8080' 12-12-2023 12:45:11:############################### 12-12-2023 12:45:11: TRACE: [WIRE] - << Converted value: ABCDEFGH 12-12-2023 12:45:11:FINISHED TEST : isParamCoverterFoundByAutodiscoveryUsedTest() [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.203 s - in ee.jakarta.tck.ws.rs.servlet3.rs.ext.paramconverter.autodiscovery.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.servlet3.rs.applicationpath.JAXRSClientIT 12-12-2023 12:45:11:[JAXRSCommonClient] Test setup OK 12-12-2023 12:45:11:STARTING TEST : applicationPathAnnotationEncodedTest() 12-12-2023 12:45:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_applicationpath/ApplicationPath!/Resource HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:45:11:FINISHED TEST : applicationPathAnnotationEncodedTest() 12-12-2023 12:45:11:[JAXRSCommonClient] Test setup OK 12-12-2023 12:45:11:STARTING TEST : applicationPathAnnotationNotUsedTest() 12-12-2023 12:45:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_applicationpath/Resource HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:45:11:Received expected status code Not Found 12-12-2023 12:45:11:FINISHED TEST : applicationPathAnnotationNotUsedTest() [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.198 s - in ee.jakarta.tck.ws.rs.servlet3.rs.applicationpath.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.signaturetest.jaxrs.JAXRSSigTestIT 12-12-2023 12:45:11:$$$ SigTestEE.setup() called 12-12-2023 12:45:11:$$$ SigTestEE.setup() complete [ERROR] WARNING: An illegal reflective access operation has occurred [ERROR] WARNING: Illegal reflective access by com.sun.tdk.signaturetest.loaders.TigerRefgClassDescrLoader (file:/home/jenkins/.m2/repository/org/netbeans/tools/sigtest-maven-plugin/1.4/sigtest-maven-plugin-1.4.jar) to field java.lang.Class.ANNOTATION [ERROR] WARNING: Please consider reporting this to the maintainers of com.sun.tdk.signaturetest.loaders.TigerRefgClassDescrLoader [ERROR] WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations [ERROR] WARNING: All illegal access operations will be denied in a future release 12-12-2023 12:45:11:$$$ JAXRSSigTestIT.signatureTest() called 12-12-2023 12:45:11:mapFile location is :/tmp/sig-test11699959986230919913.map 12-12-2023 12:45:11:packageFile location is :/tmp/sig-test-pkg-list16511503173793517398.txt 12-12-2023 12:45:11:Package version from mapfile :3.1.0 12-12-2023 12:45:11:signature File location is :/tmp/jakarta.ws.rs.sig_3.1.0 12-12-2023 12:45:11:Executing JImage 12-12-2023 12:45:11:/opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/jimage extract --dir=/home/jenkins/agent/workspace/jakarta_EE10_TCK/tests/jersey-tck/target/jdk11-bundle /opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/modules 12-12-2023 12:45:13:JImage RC = 0 12-12-2023 12:45:13:optionalPkgToIgnore = jakarta.xml.bind 12-12-2023 12:45:13:********** BEGIN PACKAGE LEVEL SIGNATURE VALIDATION ********** 12-12-2023 12:45:13:********** BEGIN VALIDATE PACKAGE 'jakarta.ws.rs' ********** 12-12-2023 12:45:13:********** VALIDATE IN STATIC MODE - TO CHECK CONSANT VALUES **** 12-12-2023 12:45:13:Static mode supports checks of static constants values null 12-12-2023 12:45:13:********** Status Report 'jakarta.ws.rs' ********** 12-12-2023 12:45:13:SignatureTest report Base version: 3.1.0 Tested version: 3.1.0 Check mode: src [throws normalized] Constant checking: on 12-12-2023 12:45:13:********** Package 'jakarta.ws.rs' - PASSED (STATIC MODE) ********** 12-12-2023 12:45:13: 12-12-2023 12:45:13:********** VALIDATE IN REFLECTIVE MODE **** 12-12-2023 12:45:13:Reflective mode supports verification within containers (ie ejb, servlet, etc) null 12-12-2023 12:45:14:********** Status Report 'jakarta.ws.rs' ********** 12-12-2023 12:45:14:SignatureTest report Base version: 3.1.0 Tested version: 3.1.0 Check mode: src [throws normalized] Constant checking: on 12-12-2023 12:45:14:********** Package 'jakarta.ws.rs' - PASSED (REFLECTION MODE) ********** 12-12-2023 12:45:14:********** END VALIDATE PACKAGE 'jakarta.ws.rs' ********** 12-12-2023 12:45:14: 12-12-2023 12:45:14: 12-12-2023 12:45:14:********** BEGIN VALIDATE PACKAGE 'jakarta.ws.rs.client' ********** 12-12-2023 12:45:14:********** VALIDATE IN STATIC MODE - TO CHECK CONSANT VALUES **** 12-12-2023 12:45:14:Static mode supports checks of static constants values null 12-12-2023 12:45:14:********** Status Report 'jakarta.ws.rs.client' ********** 12-12-2023 12:45:14:SignatureTest report Base version: 3.1.0 Tested version: 3.1.0 Check mode: src [throws normalized] Constant checking: on 12-12-2023 12:45:14:********** Package 'jakarta.ws.rs.client' - PASSED (STATIC MODE) ********** 12-12-2023 12:45:14: 12-12-2023 12:45:14:********** VALIDATE IN REFLECTIVE MODE **** 12-12-2023 12:45:14:Reflective mode supports verification within containers (ie ejb, servlet, etc) null 12-12-2023 12:45:14:********** Status Report 'jakarta.ws.rs.client' ********** 12-12-2023 12:45:14:SignatureTest report Base version: 3.1.0 Tested version: 3.1.0 Check mode: src [throws normalized] Constant checking: on 12-12-2023 12:45:14:********** Package 'jakarta.ws.rs.client' - PASSED (REFLECTION MODE) ********** 12-12-2023 12:45:14:********** END VALIDATE PACKAGE 'jakarta.ws.rs.client' ********** 12-12-2023 12:45:14: 12-12-2023 12:45:14: 12-12-2023 12:45:14:********** BEGIN VALIDATE PACKAGE 'jakarta.ws.rs.core' ********** 12-12-2023 12:45:14:********** VALIDATE IN STATIC MODE - TO CHECK CONSANT VALUES **** 12-12-2023 12:45:14:Static mode supports checks of static constants values null 12-12-2023 12:45:14:********** Status Report 'jakarta.ws.rs.core' ********** 12-12-2023 12:45:14:SignatureTest report Base version: 3.1.0 Tested version: 3.1.0 Check mode: src [throws normalized] Constant checking: on 12-12-2023 12:45:14:********** Package 'jakarta.ws.rs.core' - PASSED (STATIC MODE) ********** 12-12-2023 12:45:14: 12-12-2023 12:45:14:********** VALIDATE IN REFLECTIVE MODE **** 12-12-2023 12:45:14:Reflective mode supports verification within containers (ie ejb, servlet, etc) null 12-12-2023 12:45:14:********** Status Report 'jakarta.ws.rs.core' ********** 12-12-2023 12:45:14:SignatureTest report Base version: 3.1.0 Tested version: 3.1.0 Check mode: src [throws normalized] Constant checking: on 12-12-2023 12:45:14:********** Package 'jakarta.ws.rs.core' - PASSED (REFLECTION MODE) ********** 12-12-2023 12:45:14:********** END VALIDATE PACKAGE 'jakarta.ws.rs.core' ********** 12-12-2023 12:45:14: 12-12-2023 12:45:14: 12-12-2023 12:45:14:********** BEGIN VALIDATE PACKAGE 'jakarta.ws.rs.container' ********** 12-12-2023 12:45:14:********** VALIDATE IN STATIC MODE - TO CHECK CONSANT VALUES **** 12-12-2023 12:45:14:Static mode supports checks of static constants values null 12-12-2023 12:45:14:********** Status Report 'jakarta.ws.rs.container' ********** 12-12-2023 12:45:14:SignatureTest report Base version: 3.1.0 Tested version: 3.1.0 Check mode: src [throws normalized] Constant checking: on 12-12-2023 12:45:14:********** Package 'jakarta.ws.rs.container' - PASSED (STATIC MODE) ********** 12-12-2023 12:45:14: 12-12-2023 12:45:14:********** VALIDATE IN REFLECTIVE MODE **** 12-12-2023 12:45:14:Reflective mode supports verification within containers (ie ejb, servlet, etc) null 12-12-2023 12:45:14:********** Status Report 'jakarta.ws.rs.container' ********** 12-12-2023 12:45:14:SignatureTest report Base version: 3.1.0 Tested version: 3.1.0 Check mode: src [throws normalized] Constant checking: on 12-12-2023 12:45:14:********** Package 'jakarta.ws.rs.container' - PASSED (REFLECTION MODE) ********** 12-12-2023 12:45:14:********** END VALIDATE PACKAGE 'jakarta.ws.rs.container' ********** 12-12-2023 12:45:14: 12-12-2023 12:45:14: 12-12-2023 12:45:14:********** BEGIN VALIDATE PACKAGE 'jakarta.ws.rs.ext' ********** 12-12-2023 12:45:14:********** VALIDATE IN STATIC MODE - TO CHECK CONSANT VALUES **** 12-12-2023 12:45:14:Static mode supports checks of static constants values null 12-12-2023 12:45:14:********** Status Report 'jakarta.ws.rs.ext' ********** 12-12-2023 12:45:14:SignatureTest report Base version: 3.1.0 Tested version: 3.1.0 Check mode: src [throws normalized] Constant checking: on 12-12-2023 12:45:14:********** Package 'jakarta.ws.rs.ext' - PASSED (STATIC MODE) ********** 12-12-2023 12:45:14: 12-12-2023 12:45:14:********** VALIDATE IN REFLECTIVE MODE **** 12-12-2023 12:45:14:Reflective mode supports verification within containers (ie ejb, servlet, etc) null 12-12-2023 12:45:15:********** Status Report 'jakarta.ws.rs.ext' ********** 12-12-2023 12:45:15:SignatureTest report Base version: 3.1.0 Tested version: 3.1.0 Check mode: src [throws normalized] Constant checking: on 12-12-2023 12:45:15:********** Package 'jakarta.ws.rs.ext' - PASSED (REFLECTION MODE) ********** 12-12-2023 12:45:15:********** END VALIDATE PACKAGE 'jakarta.ws.rs.ext' ********** 12-12-2023 12:45:15: 12-12-2023 12:45:15: 12-12-2023 12:45:15:********** BEGIN VALIDATE PACKAGE 'jakarta.ws.rs.sse' ********** 12-12-2023 12:45:15:********** VALIDATE IN STATIC MODE - TO CHECK CONSANT VALUES **** 12-12-2023 12:45:15:Static mode supports checks of static constants values null 12-12-2023 12:45:15:********** Status Report 'jakarta.ws.rs.sse' ********** 12-12-2023 12:45:15:SignatureTest report Base version: 3.1.0 Tested version: 3.1.0 Check mode: src [throws normalized] Constant checking: on 12-12-2023 12:45:15:********** Package 'jakarta.ws.rs.sse' - PASSED (STATIC MODE) ********** 12-12-2023 12:45:15: 12-12-2023 12:45:15:********** VALIDATE IN REFLECTIVE MODE **** 12-12-2023 12:45:15:Reflective mode supports verification within containers (ie ejb, servlet, etc) null 12-12-2023 12:45:15:********** Status Report 'jakarta.ws.rs.sse' ********** 12-12-2023 12:45:15:SignatureTest report Base version: 3.1.0 Tested version: 3.1.0 Check mode: src [throws normalized] Constant checking: on 12-12-2023 12:45:15:********** Package 'jakarta.ws.rs.sse' - PASSED (REFLECTION MODE) ********** 12-12-2023 12:45:15:********** END VALIDATE PACKAGE 'jakarta.ws.rs.sse' ********** 12-12-2023 12:45:15: 12-12-2023 12:45:15: 12-12-2023 12:45:15:****************************************************** ****************************************************** 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) ****************************************************** ****************************************************** 12-12-2023 12:45:15:$$$ JAXRSSigTestIT.signatureTest() returning [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.626 s - in ee.jakarta.tck.ws.rs.signaturetest.jaxrs.JAXRSSigTestIT [INFO] Running ee.jakarta.tck.ws.rs.spec.client.invocations.JAXRSClientIT 12-12-2023 12:45:15:[JAXRSCommonClient] Test setup OK 12-12-2023 12:45:15:STARTING TEST : synchronousTest() 12-12-2023 12:45:15: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_invocations_web/resource/call 12-12-2023 12:45:15: TRACE: [WIRE] - >> Accept:*/* 12-12-2023 12:45:15: TRACE: [WIRE] - << 200 OK 12-12-2023 12:45:15: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:45:15: TRACE: [WIRE] - << Content-Length: 53 12-12-2023 12:45:15: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:45:15: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:45:15: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.invocations.Resource 12-12-2023 12:45:15:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_invocations_web/resource/call' to target server at 'localhost:8080' 12-12-2023 12:45:15:############################### 12-12-2023 12:45:15:FINISHED TEST : synchronousTest() 12-12-2023 12:45:15:[JAXRSCommonClient] Test setup OK 12-12-2023 12:45:15: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_invocations_web/resource/mediatype 12-12-2023 12:45:15:STARTING TEST : invocationFromLinkTwoMediaTypesTest() 12-12-2023 12:45:15: TRACE: [WIRE] - >> Accept:application/atom+xml,text/html 12-12-2023 12:45:15: TRACE: [WIRE] - << 200 OK 12-12-2023 12:45:15: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:45:15: TRACE: [WIRE] - << Content-Length: 29 12-12-2023 12:45:15: TRACE: [WIRE] - << Content-Type: application/atom+xml 12-12-2023 12:45:15: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:45:15:FINISHED TEST : invocationFromLinkTwoMediaTypesTest() 12-12-2023 12:45:15:[JAXRSCommonClient] Test setup OK 12-12-2023 12:45:15: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_invocations_web/resource/mediatype 12-12-2023 12:45:15:STARTING TEST : invocationFromLinkApplicationJsonMediaTypeTest() 12-12-2023 12:45:15: TRACE: [WIRE] - >> Accept:application/json 12-12-2023 12:45:15: TRACE: [WIRE] - << 200 OK 12-12-2023 12:45:15: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:45:15: TRACE: [WIRE] - << Content-Length: 16 12-12-2023 12:45:15: TRACE: [WIRE] - << Content-Type: application/json 12-12-2023 12:45:15: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:45:15:FINISHED TEST : invocationFromLinkApplicationJsonMediaTypeTest() 12-12-2023 12:45:15:[JAXRSCommonClient] Test setup OK 12-12-2023 12:45:15:STARTING TEST : asynchronousTest() 12-12-2023 12:45:15:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_invocations_web/resource/call' to target server at 'localhost:8080' 12-12-2023 12:45:15: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_invocations_web/resource/call 12-12-2023 12:45:15: TRACE: [WIRE] - >> Accept:*/* 12-12-2023 12:45:15: TRACE: [WIRE] - << 200 OK 12-12-2023 12:45:15: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:45:15: TRACE: [WIRE] - << Content-Length: 53 12-12-2023 12:45:15: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:45:15: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:45:15: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.invocations.Resource 12-12-2023 12:45:15:############################### 12-12-2023 12:45:15:FINISHED TEST : asynchronousTest() 12-12-2023 12:45:15:[JAXRSCommonClient] Test setup OK 12-12-2023 12:45:15: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_invocations_web/resource/mediatype 12-12-2023 12:45:15: TRACE: [WIRE] - >> Accept:text/xml 12-12-2023 12:45:15:STARTING TEST : invocationFromLinkTextXmlMediaTypeTest() 12-12-2023 12:45:15: TRACE: [WIRE] - << 200 OK 12-12-2023 12:45:15: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:45:15: TRACE: [WIRE] - << Content-Length: 8 12-12-2023 12:45:15: TRACE: [WIRE] - << Content-Type: text/xml 12-12-2023 12:45:15: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:45:15:FINISHED TEST : invocationFromLinkTextXmlMediaTypeTest() [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.393 s - in ee.jakarta.tck.ws.rs.spec.client.invocations.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.spec.client.resource.JAXRSClientIT 12-12-2023 12:45:15:[JAXRSCommonClient] Test setup OK 12-12-2023 12:45:15:STARTING TEST : checkClientConceptTest() 12-12-2023 12:45:15: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_resource_web/resource/concept 12-12-2023 12:45:15: TRACE: [WIRE] - >> Accept:*/* 12-12-2023 12:45:15: TRACE: [WIRE] - << 200 OK 12-12-2023 12:45:15: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:45:15: TRACE: [WIRE] - << Content-Length: 7 12-12-2023 12:45:15: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:45:15: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:45:15: TRACE: [WIRE] - << concept 12-12-2023 12:45:15:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_resource_web/resource/concept' to target server at 'localhost:8080' 12-12-2023 12:45:15:############################### 12-12-2023 12:45:15:FINISHED TEST : checkClientConceptTest() [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.303 s - in ee.jakarta.tck.ws.rs.spec.client.resource.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.spec.client.typedentities.JAXRSClientIT 12-12-2023 12:45:16:[JAXRSCommonClient] Test setup OK 12-12-2023 12:45:16:STARTING TEST : clientReaderWriterTest() 12-12-2023 12:45:16: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter 12-12-2023 12:45:16: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:45:16: TRACE: [WIRE] - >> java.io.InputStreamReader@31c466b6 12-12-2023 12:45:16: TRACE: [WIRE] - << 200 OK 12-12-2023 12:45:16: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:45:16: TRACE: [WIRE] - << Content-Length: 55 12-12-2023 12:45:16: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:45:16: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:45:16: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource 12-12-2023 12:45:16:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter' to target server at 'localhost:8080' 12-12-2023 12:45:16:############################### 12-12-2023 12:45:16:[Request] Adding entity: java.io.InputStreamReader@31c466b6 12-12-2023 12:45:16:FINISHED TEST : clientReaderWriterTest() 12-12-2023 12:45:16:[JAXRSCommonClient] Test setup OK 12-12-2023 12:45:16: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader 12-12-2023 12:45:16: TRACE: [WIRE] - >> Accept:*/* 12-12-2023 12:45:16: TRACE: [WIRE] - << 200 OK 12-12-2023 12:45:16: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:45:16: TRACE: [WIRE] - << Content-Length: 55 12-12-2023 12:45:16:STARTING TEST : clientReaderReaderTest() 12-12-2023 12:45:16:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader' to target server at 'localhost:8080' 12-12-2023 12:45:16:############################### 12-12-2023 12:45:16: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:45:16: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:45:16: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource 12-12-2023 12:45:16:FINISHED TEST : clientReaderReaderTest() 12-12-2023 12:45:16:[JAXRSCommonClient] Test setup OK 12-12-2023 12:45:16: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter 12-12-2023 12:45:16:STARTING TEST : clientByteArrayWriterTest() 12-12-2023 12:45:16:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter' to target server at 'localhost:8080' 12-12-2023 12:45:16:############################### 12-12-2023 12:45:16:[Request] Adding entity: [B@fc316f412-12-2023 12:45:16: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:45:16: TRACE: [WIRE] - >> [B@fc316f4 12-12-2023 12:45:16: TRACE: [WIRE] - << 200 OK 12-12-2023 12:45:16: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:45:16: TRACE: [WIRE] - << Content-Length: 55 12-12-2023 12:45:16: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:45:16: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:45:16: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource 12-12-2023 12:45:16:FINISHED TEST : clientByteArrayWriterTest() 12-12-2023 12:45:16:[JAXRSCommonClient] Test setup OK 12-12-2023 12:45:16: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter 12-12-2023 12:45:16:STARTING TEST : clientSourceWriterTest() 12-12-2023 12:45:16:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter' to target server at 'localhost:8080' 12-12-2023 12:45:16:############################### 12-12-2023 12:45:16: TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/xml 12-12-2023 12:45:16: TRACE: [WIRE] - >> javax.xml.transform.stream.StreamSource@7b992887 12-12-2023 12:45:16: TRACE: [WIRE] - << 200 OK 12-12-2023 12:45:16: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:45:16: TRACE: [WIRE] - << Content-Length: 104 12-12-2023 12:45:16:[Request] Adding entity: javax.xml.transform.stream.StreamSource@7b992887 12-12-2023 12:45:16: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:45:16: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:45:16: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource 12-12-2023 12:45:16:FINISHED TEST : clientSourceWriterTest() 12-12-2023 12:45:16:[JAXRSCommonClient] Test setup OK 12-12-2023 12:45:16: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter 12-12-2023 12:45:16: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:45:16: TRACE: [WIRE] - >> java.io.ByteArrayInputStream@1095c503 12-12-2023 12:45:16: TRACE: [WIRE] - << 200 OK 12-12-2023 12:45:16: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:45:16: TRACE: [WIRE] - << Content-Length: 55 12-12-2023 12:45:16: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:45:16:STARTING TEST : clientInputStreamWriterTest() 12-12-2023 12:45:16:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter' to target server at 'localhost:8080' 12-12-2023 12:45:16:############################### 12-12-2023 12:45:16:[Request] Adding entity: java.io.ByteArrayInputStream@1095c503 12-12-2023 12:45:16: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:45:16: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource 12-12-2023 12:45:16:FINISHED TEST : clientInputStreamWriterTest() 12-12-2023 12:45:16:[JAXRSCommonClient] Test setup OK 12-12-2023 12:45:16: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter 12-12-2023 12:45:16: TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/x-www-form-urlencoded 12-12-2023 12:45:16: TRACE: [WIRE] - >> ee.jakarta.tck.ws.rs.common.impl.SinglevaluedMap@6a4e088d 12-12-2023 12:45:16: TRACE: [WIRE] - << 200 OK 12-12-2023 12:45:16: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:45:16: TRACE: [WIRE] - << Content-Length: 111 12-12-2023 12:45:16: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:45:16: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:45:16: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource=ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource 12-12-2023 12:45:16:STARTING TEST : clientMultivaluedMapWriterTest() 12-12-2023 12:45:16:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter' to target server at 'localhost:8080' 12-12-2023 12:45:16:############################### 12-12-2023 12:45:16:[Request] Adding entity: ee.jakarta.tck.ws.rs.common.impl.SinglevaluedMap@6a4e088d 12-12-2023 12:45:16:FINISHED TEST : clientMultivaluedMapWriterTest() 12-12-2023 12:45:16:[JAXRSCommonClient] Test setup OK 12-12-2023 12:45:16:STARTING TEST : clientByteArrayReaderTest() 12-12-2023 12:45:16:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader' to target server at 'localhost:8080'12-12-2023 12:45:16: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader 12-12-2023 12:45:16: TRACE: [WIRE] - >> Accept:*/* 12-12-2023 12:45:16: TRACE: [WIRE] - << 200 OK 12-12-2023 12:45:16: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:45:16: TRACE: [WIRE] - << Content-Length: 55 12-12-2023 12:45:16: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:45:16: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:45:16: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource 12-12-2023 12:45:16:############################### 12-12-2023 12:45:16:FINISHED TEST : clientByteArrayReaderTest() 12-12-2023 12:45:16:[JAXRSCommonClient] Test setup OK 12-12-2023 12:45:16:STARTING TEST : clientSourceReaderTest() 12-12-2023 12:45:16: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader 12-12-2023 12:45:16: TRACE: [WIRE] - >> Accept:text/xml 12-12-2023 12:45:16: TRACE: [WIRE] - << 200 OK 12-12-2023 12:45:16: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:45:16: TRACE: [WIRE] - << Content-Length: 76 12-12-2023 12:45:16: TRACE: [WIRE] - << Content-Type: text/xml 12-12-2023 12:45:16: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:45:16: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource 12-12-2023 12:45:16: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader 12-12-2023 12:45:16: TRACE: [WIRE] - >> Accept:application/xml 12-12-2023 12:45:16: TRACE: [WIRE] - << 200 OK 12-12-2023 12:45:16:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader' to target server at 'localhost:8080' 12-12-2023 12:45:16:############################### 12-12-2023 12:45:16:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader' to target server at 'localhost:8080' 12-12-2023 12:45:16:############################### 12-12-2023 12:45:16: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:45:16: TRACE: [WIRE] - << Content-Length: 76 12-12-2023 12:45:16: TRACE: [WIRE] - << Content-Type: application/xml 12-12-2023 12:45:16: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:45:16: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource 12-12-2023 12:45:16: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader 12-12-2023 12:45:16:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader' to target server at 'localhost:8080' 12-12-2023 12:45:16:###############################12-12-2023 12:45:16: TRACE: [WIRE] - >> Accept:application/atom+xml 12-12-2023 12:45:16: TRACE: [WIRE] - << 200 OK 12-12-2023 12:45:16: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:45:16: TRACE: [WIRE] - << Content-Length: 76 12-12-2023 12:45:16: TRACE: [WIRE] - << Content-Type: application/atom+xml 12-12-2023 12:45:16: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:45:16: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource 12-12-2023 12:45:16:FINISHED TEST : clientSourceReaderTest() 12-12-2023 12:45:16:[JAXRSCommonClient] Test setup OK 12-12-2023 12:45:16:STARTING TEST : clientInputStreamReaderTest() 12-12-2023 12:45:16: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader 12-12-2023 12:45:16: TRACE: [WIRE] - >> Accept:*/* 12-12-2023 12:45:16: TRACE: [WIRE] - << 200 OK 12-12-2023 12:45:16: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:45:16: TRACE: [WIRE] - << Content-Length: 55 12-12-2023 12:45:16: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:45:16: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:45:16: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource 12-12-2023 12:45:16:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader' to target server at 'localhost:8080' 12-12-2023 12:45:16:############################### 12-12-2023 12:45:16:FINISHED TEST : clientInputStreamReaderTest() 12-12-2023 12:45:16:[JAXRSCommonClient] Test setup OK 12-12-2023 12:45:16: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/readerprovider 12-12-2023 12:45:16:STARTING TEST : clientAnyReaderUsageTest() 12-12-2023 12:45:16:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/readerprovider' to target server at 'localhost:8080' 12-12-2023 12:45:16:###############################12-12-2023 12:45:16: TRACE: [WIRE] - >> Accept:text/xml 12-12-2023 12:45:16: TRACE: [WIRE] - << 200 OK 12-12-2023 12:45:16: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:45:16: TRACE: [WIRE] - << Content-Length: 94 12-12-2023 12:45:16: TRACE: [WIRE] - << Content-Type: text/xml 12-12-2023 12:45:16: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:45:16: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource 12-12-2023 12:45:16:FINISHED TEST : clientAnyReaderUsageTest() 12-12-2023 12:45:16:[JAXRSCommonClient] Test setup OK 12-12-2023 12:45:16: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader 12-12-2023 12:45:16:STARTING TEST : clientMultivaluedMapReaderTest() 12-12-2023 12:45:16: TRACE: [WIRE] - >> Accept:application/x-www-form-urlencoded 12-12-2023 12:45:16: TRACE: [WIRE] - << 200 OK 12-12-2023 12:45:16: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:45:16: TRACE: [WIRE] - << Content-Length: 55 12-12-2023 12:45:16: TRACE: [WIRE] - << Content-Type: application/x-www-form-urlencoded 12-12-2023 12:45:16: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:45:16:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader' to target server at 'localhost:8080' 12-12-2023 12:45:16:############################### 12-12-2023 12:45:16: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource 12-12-2023 12:45:16:FINISHED TEST : clientMultivaluedMapReaderTest() 12-12-2023 12:45:16:[JAXRSCommonClient] Test setup OK 12-12-2023 12:45:16:STARTING TEST : clientStringWriterTest() 12-12-2023 12:45:16: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter 12-12-2023 12:45:16: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:45:16: TRACE: [WIRE] - >> ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource 12-12-2023 12:45:16: TRACE: [WIRE] - << 200 OK 12-12-2023 12:45:16: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:45:16: TRACE: [WIRE] - << Content-Length: 55 12-12-2023 12:45:16: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:45:16: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:45:16: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource 12-12-2023 12:45:16:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter' to target server at 'localhost:8080' 12-12-2023 12:45:16:############################### 12-12-2023 12:45:16:[Request] Adding entity: ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource 12-12-2023 12:45:16:FINISHED TEST : clientStringWriterTest() 12-12-2023 12:45:16:[JAXRSCommonClient] Test setup OK 12-12-2023 12:45:16:STARTING TEST : clientDataSourceWriterTest() 12-12-2023 12:45:16: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter 12-12-2023 12:45:16: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:45:16: TRACE: [WIRE] - >> ee.jakarta.tck.ws.rs.common.impl.StringDataSource@5b6de4 12-12-2023 12:45:16: TRACE: [WIRE] - << 200 OK 12-12-2023 12:45:16: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:45:16: TRACE: [WIRE] - << Content-Length: 55 12-12-2023 12:45:16: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:45:16: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:45:16: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource 12-12-2023 12:45:16:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter' to target server at 'localhost:8080' 12-12-2023 12:45:16:############################### 12-12-2023 12:45:16:[Request] Adding entity: ee.jakarta.tck.ws.rs.common.impl.StringDataSource@5b6de4 12-12-2023 12:45:16:FINISHED TEST : clientDataSourceWriterTest() 12-12-2023 12:45:16:[JAXRSCommonClient] Test setup OK 12-12-2023 12:45:16:STARTING TEST : clientStreamingOutputWriterTest() 12-12-2023 12:45:16: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter 12-12-2023 12:45:16: TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/x-www-form-urlencoded 12-12-2023 12:45:16: TRACE: [WIRE] - >> ee.jakarta.tck.ws.rs.common.impl.StringStreamingOutput@4bdb67b3 12-12-2023 12:45:16: TRACE: [WIRE] - << 200 OK 12-12-2023 12:45:16: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:45:16: TRACE: [WIRE] - << Content-Length: 55 12-12-2023 12:45:16: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:45:16: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:45:16: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource 12-12-2023 12:45:16:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter' to target server at 'localhost:8080' 12-12-2023 12:45:16:############################### 12-12-2023 12:45:16:[Request] Adding entity: ee.jakarta.tck.ws.rs.common.impl.StringStreamingOutput@4bdb67b3 12-12-2023 12:45:16:FINISHED TEST : clientStreamingOutputWriterTest() 12-12-2023 12:45:16:[JAXRSCommonClient] Test setup OK 12-12-2023 12:45:16:STARTING TEST : clientFileWriterTest() 12-12-2023 12:45:16: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter 12-12-2023 12:45:16: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:45:16: TRACE: [WIRE] - >> /tmp/tckjaxrs1660560466945323248.tmp 12-12-2023 12:45:16: TRACE: [WIRE] - << 200 OK 12-12-2023 12:45:16: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:45:16: TRACE: [WIRE] - << Content-Length: 55 12-12-2023 12:45:16: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:45:16: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:45:16: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource 12-12-2023 12:45:16:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter' to target server at 'localhost:8080' 12-12-2023 12:45:16:############################### 12-12-2023 12:45:16:[Request] Adding entity: /tmp/tckjaxrs1660560466945323248.tmp 12-12-2023 12:45:16:FINISHED TEST : clientFileWriterTest() 12-12-2023 12:45:16:[JAXRSCommonClient] Test setup OK 12-12-2023 12:45:16:STARTING TEST : clientAnyWriterUsageTest() 12-12-2023 12:45:16: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/writerprovider 12-12-2023 12:45:16: TRACE: [WIRE] - >> Accept:text/xml, Content-Type:*/* 12-12-2023 12:45:16: TRACE: [WIRE] - >> 1339633069677106930 12-12-2023 12:45:16: TRACE: [WIRE] - << 200 OK 12-12-2023 12:45:16: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:45:16: TRACE: [WIRE] - << Content-Length: 58 12-12-2023 12:45:16: TRACE: [WIRE] - << Content-Type: text/xml 12-12-2023 12:45:16: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:45:16: TRACE: [WIRE] - << 1339633069677106930 12-12-2023 12:45:16:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/writerprovider' to target server at 'localhost:8080' 12-12-2023 12:45:16:############################### 12-12-2023 12:45:16:[Request] Adding entity: 1339633069677106930 12-12-2023 12:45:16:FINISHED TEST : clientAnyWriterUsageTest() 12-12-2023 12:45:16:[JAXRSCommonClient] Test setup OK 12-12-2023 12:45:16:STARTING TEST : clientStringReaderTest() 12-12-2023 12:45:16: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader 12-12-2023 12:45:16: TRACE: [WIRE] - >> Accept:*/* 12-12-2023 12:45:16: TRACE: [WIRE] - << 200 OK 12-12-2023 12:45:16: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:45:16: TRACE: [WIRE] - << Content-Length: 55 12-12-2023 12:45:16: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:45:16: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:45:16: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource 12-12-2023 12:45:16:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader' to target server at 'localhost:8080' 12-12-2023 12:45:16:############################### 12-12-2023 12:45:16:FINISHED TEST : clientStringReaderTest() 12-12-2023 12:45:16:[JAXRSCommonClient] Test setup OK 12-12-2023 12:45:16:STARTING TEST : clientDataSourceReaderTest() 12-12-2023 12:45:16: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader 12-12-2023 12:45:16: TRACE: [WIRE] - >> Accept:*/* 12-12-2023 12:45:16: TRACE: [WIRE] - << 200 OK 12-12-2023 12:45:16: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:45:16: TRACE: [WIRE] - << Content-Length: 55 12-12-2023 12:45:16: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:45:16: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:45:16: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource 12-12-2023 12:45:16:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader' to target server at 'localhost:8080' 12-12-2023 12:45:16:############################### 12-12-2023 12:45:16:FINISHED TEST : clientDataSourceReaderTest() 12-12-2023 12:45:16:[JAXRSCommonClient] Test setup OK 12-12-2023 12:45:16:STARTING TEST : clientFileReaderTest() 12-12-2023 12:45:16: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader 12-12-2023 12:45:16: TRACE: [WIRE] - >> Accept:*/* 12-12-2023 12:45:16: TRACE: [WIRE] - << 200 OK 12-12-2023 12:45:16: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:45:16: TRACE: [WIRE] - << Content-Length: 55 12-12-2023 12:45:16:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader' to target server at 'localhost:8080' 12-12-2023 12:45:16:############################### 12-12-2023 12:45:16: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:45:16: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:45:16: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource 12-12-2023 12:45:16:FINISHED TEST : clientFileReaderTest() [INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.422 s - in ee.jakarta.tck.ws.rs.spec.client.typedentities.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.spec.client.typedentitieswithxmlbinding.JAXRSClientIT 12-12-2023 12:45:16:[JAXRSCommonClient] Test setup OK 12-12-2023 12:45:16:STARTING TEST : clientJaxbElementWriterTest() 12-12-2023 12:45:16:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_client_typedentitieswithxmlbinding_web/resource/standardwriter' to target server at 'localhost:8080'12-12-2023 12:45:16: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_client_typedentitieswithxmlbinding_web/resource/standardwriter 12-12-2023 12:45:16: TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/xml 12-12-2023 12:45:16: TRACE: [WIRE] - >> jakarta.xml.bind.JAXBElement@3eaa011d 12-12-2023 12:45:16: TRACE: [WIRE] - << 200 OK 12-12-2023 12:45:16: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:45:16: TRACE: [WIRE] - << Content-Length: 129 12-12-2023 12:45:16: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:45:16:############################### 12-12-2023 12:45:16:[Request] Adding entity: jakarta.xml.bind.JAXBElement@3eaa011d 12-12-2023 12:45:16: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:45:16: TRACE: [WIRE] - << <>ee.jakarta.tck.ws.rs.spec.client.typedentitieswithxmlbinding.Resource 12-12-2023 12:45:16:FINISHED TEST : clientJaxbElementWriterTest() 12-12-2023 12:45:16:[JAXRSCommonClient] Test setup OK 12-12-2023 12:45:16:STARTING TEST : clientJaxbElementReaderTest() 12-12-2023 12:45:16: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_typedentitieswithxmlbinding_web/resource/standardreader 12-12-2023 12:45:16: TRACE: [WIRE] - >> Accept:text/xml 12-12-2023 12:45:16: TRACE: [WIRE] - << 200 OK 12-12-2023 12:45:16: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:45:16: TRACE: [WIRE] - << Content-Length: 90 12-12-2023 12:45:16: TRACE: [WIRE] - << Content-Type: text/xml 12-12-2023 12:45:16: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:45:16:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_typedentitieswithxmlbinding_web/resource/standardreader' to target server at 'localhost:8080' 12-12-2023 12:45:16:############################### 12-12-2023 12:45:16: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentitieswithxmlbinding.Resource 12-12-2023 12:45:16:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_typedentitieswithxmlbinding_web/resource/standardreader' to target server at 'localhost:8080' 12-12-2023 12:45:16:############################### 12-12-2023 12:45:16: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_typedentitieswithxmlbinding_web/resource/standardreader 12-12-2023 12:45:16: TRACE: [WIRE] - >> Accept:application/xml 12-12-2023 12:45:16: TRACE: [WIRE] - << 200 OK 12-12-2023 12:45:16: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:45:16: TRACE: [WIRE] - << Content-Length: 90 12-12-2023 12:45:16: TRACE: [WIRE] - << Content-Type: application/xml 12-12-2023 12:45:16: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:45:16: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentitieswithxmlbinding.Resource 12-12-2023 12:45:16:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_typedentitieswithxmlbinding_web/resource/standardreader' to target server at 'localhost:8080' 12-12-2023 12:45:16:###############################12-12-2023 12:45:16: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_typedentitieswithxmlbinding_web/resource/standardreader 12-12-2023 12:45:16: TRACE: [WIRE] - >> Accept:application/atom+xml 12-12-2023 12:45:16: TRACE: [WIRE] - << 200 OK 12-12-2023 12:45:16: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:45:16: TRACE: [WIRE] - << Content-Length: 90 12-12-2023 12:45:16: TRACE: [WIRE] - << Content-Type: application/atom+xml 12-12-2023 12:45:16: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:45:16: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentitieswithxmlbinding.Resource 12-12-2023 12:45:16:FINISHED TEST : clientJaxbElementReaderTest() [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.287 s - in ee.jakarta.tck.ws.rs.spec.client.typedentitieswithxmlbinding.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.spec.client.instance.JAXRSClientIT 12-12-2023 12:45:16:[JAXRSCommonClient] Test setup OK 12-12-2023 12:45:16:Already registered 0 providers 12-12-2023 12:45:16:Already registered 0 properties 12-12-2023 12:45:16:STARTING TEST : defaultClientConfigurationPresetTest() 12-12-2023 12:45:16:FINISHED TEST : defaultClientConfigurationPresetTest() 12-12-2023 12:45:16:[JAXRSCommonClient] Test setup OK 12-12-2023 12:45:16:Already registered 0 providers 12-12-2023 12:45:16:Already registered 0 properties 12-12-2023 12:45:16:STARTING TEST : clientConfiguredTest() 12-12-2023 12:45:16: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.exceptions.ClientExceptionsIT [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.333 s - in ee.jakarta.tck.ws.rs.spec.client.exceptions.ClientExceptionsIT [INFO] Running ee.jakarta.tck.ws.rs.spec.client.webtarget.JAXRSClientIT 12-12-2023 12:45:16:[JAXRSCommonClient] Test setup OK 12-12-2023 12:45:16:STARTING TEST : deepCopyConfigWebTargetLevelTest() 12-12-2023 12:45:16:FINISHED TEST : deepCopyConfigWebTargetLevelTest() 12-12-2023 12:45:16:[JAXRSCommonClient] Test setup OK 12-12-2023 12:45:16:STARTING TEST : imutableWithRespectToUriQueryResolveTemplateTest() 12-12-2023 12:45:16:Testing method queryParam([Ljava.lang.String;@7d671e7d) 12-12-2023 12:45:16:Testing 2 WebTargets 12-12-2023 12:45:16:Testing method queryParam(path[Ljava.lang.String;@1e48ccbf) 12-12-2023 12:45:16:Testing 4 WebTargets 12-12-2023 12:45:16:Testing method queryParam(xyz[Ljava.lang.String;@786eab75) 12-12-2023 12:45:16:Testing 8 WebTargets 12-12-2023 12:45:16:checked queryParam() method 12-12-2023 12:45:16:Testing method resolveTemplateFromEncoded() 12-12-2023 12:45:16:Testing 16 WebTargets 12-12-2023 12:45:16:Testing method resolveTemplateFromEncoded(pathxyz) 12-12-2023 12:45:16:Testing 32 WebTargets 12-12-2023 12:45:16:Testing method resolveTemplateFromEncoded(path/path/path) 12-12-2023 12:45:16:Testing 64 WebTargets 12-12-2023 12:45:16:checked resolveTemplateFromEncoded() method 12-12-2023 12:45:16:Testing method resolveTemplates({=path}) 12-12-2023 12:45:16:Testing 128 WebTargets 12-12-2023 12:45:16:Testing method resolveTemplates({path=xyz}) 12-12-2023 12:45:16:Testing 256 WebTargets 12-12-2023 12:45:16:checked resolveTemplates() method 12-12-2023 12:45:16:Testing method resolveTemplatesFromEncoded({path=xyz}) 12-12-2023 12:45:16:Testing 512 WebTargets 12-12-2023 12:45:17:Testing method resolveTemplatesFromEncoded({path=xyz}) 12-12-2023 12:45:17:Testing 1024 WebTargets 12-12-2023 12:45:17:checked resolveTemplatesFromEncoded() method 12-12-2023 12:45:17:FINISHED TEST : imutableWithRespectToUriQueryResolveTemplateTest() 12-12-2023 12:45:17:[JAXRSCommonClient] Test setup OK 12-12-2023 12:45:17:STARTING TEST : imutableWithRespectToUriMatrixPathTest() 12-12-2023 12:45:17:Testing method matrixParam([Ljava.lang.String;@65f960b8) 12-12-2023 12:45:17:Testing 2 WebTargets 12-12-2023 12:45:17:Testing method matrixParam(matrix[Ljava.lang.String;@78d98199) 12-12-2023 12:45:17:Testing 4 WebTargets 12-12-2023 12:45:17:checked matrixParam() method 12-12-2023 12:45:17:Testing method path() 12-12-2023 12:45:17:Testing 8 WebTargets 12-12-2023 12:45:17:Testing method path(/) 12-12-2023 12:45:17:Testing 16 WebTargets 12-12-2023 12:45:17:Testing method path(path) 12-12-2023 12:45:17:Testing 32 WebTargets 12-12-2023 12:45:17:Testing method path(path/path/path) 12-12-2023 12:45:17:Testing 64 WebTargets 12-12-2023 12:45:17:checked path() method 12-12-2023 12:45:17:FINISHED TEST : imutableWithRespectToUriMatrixPathTest() 12-12-2023 12:45:17:[JAXRSCommonClient] Test setup OK 12-12-2023 12:45:17:STARTING TEST : mutableWithRespectToConfigTest() 12-12-2023 12:45:17:FINISHED TEST : mutableWithRespectToConfigTest() 12-12-2023 12:45:17:[JAXRSCommonClient] Test setup OK 12-12-2023 12:45:17:STARTING TEST : webTargetConfigNotImpactClientTest() 12-12-2023 12:45:17:FINISHED TEST : webTargetConfigNotImpactClientTest() 12-12-2023 12:45:17:[JAXRSCommonClient] Test setup OK 12-12-2023 12:45:17:STARTING TEST : deepCopyConfigClientLevelTest() 12-12-2023 12:45:17:FINISHED TEST : deepCopyConfigClientLevelTest() [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.342 s - in ee.jakarta.tck.ws.rs.spec.client.webtarget.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.spec.context.client.JAXRSClientIT 12-12-2023 12:45:17:[JAXRSCommonClient] Test setup OK 12-12-2023 12:45:17:STARTING TEST : clientWriterTest() 12-12-2023 12:45:17: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_context_client_web/resource/echo 12-12-2023 12:45:17: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:45:17: TRACE: [WIRE] - >> StringBean. To get a value, use rather #get() method. 12-12-2023 12:45:17: TRACE: [WIRE] - << 200 OK 12-12-2023 12:45:17: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:45:17: TRACE: [WIRE] - << Content-Length: 9 12-12-2023 12:45:17: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:45:17:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_context_client_web/resource/echo' to target server at 'localhost:8080' 12-12-2023 12:45:17:############################### 12-12-2023 12:45:17:[Request] Adding entity: StringBean. To get a value, use rather #get() method. 12-12-2023 12:45:17: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:45:17: TRACE: [WIRE] - << 100010101 12-12-2023 12:45:17:@Context injected as expected 12-12-2023 12:45:17:FINISHED TEST : clientWriterTest() 12-12-2023 12:45:17:[JAXRSCommonClient] Test setup OK 12-12-2023 12:45:17:STARTING TEST : clientReaderTest() 12-12-2023 12:45:17: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_context_client_web/resource/echo 12-12-2023 12:45:17: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:45:17: TRACE: [WIRE] - >> stringbean 12-12-2023 12:45:17: TRACE: [WIRE] - << 200 OK 12-12-2023 12:45:17: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:45:17: TRACE: [WIRE] - << Content-Length: 10 12-12-2023 12:45:17:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_context_client_web/resource/echo' to target server at 'localhost:8080' 12-12-2023 12:45:17:############################### 12-12-2023 12:45:17:[Request] Adding entity: stringbean 12-12-2023 12:45:17: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:45:17: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:45:17: TRACE: [WIRE] - << stringbean 12-12-2023 12:45:17:Injectables are 100010101 12-12-2023 12:45:17:@Context injected as expected 12-12-2023 12:45:17:FINISHED TEST : clientReaderTest() [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.227 s - in ee.jakarta.tck.ws.rs.spec.context.client.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.spec.context.server.JAXRSClientIT 12-12-2023 12:45:17:[JAXRSCommonClient] Test setup OK 12-12-2023 12:45:17:STARTING TEST : methodArgumentsInjectionTest() 12-12-2023 12:45:17: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_context_server_web/resource/method 12-12-2023 12:45:17: TRACE: [WIRE] - >> Accept:*/* 12-12-2023 12:45:17: TRACE: [WIRE] - << 200 OK 12-12-2023 12:45:17: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:45:17: TRACE: [WIRE] - << Content-Length: 9 12-12-2023 12:45:17: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:45:17: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:45:17: TRACE: [WIRE] - << 111111111 12-12-2023 12:45:17:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_context_server_web/resource/method' to target server at 'localhost:8080' 12-12-2023 12:45:17:############################### 12-12-2023 12:45:17:@Context injected as expected 12-12-2023 12:45:17:FINISHED TEST : methodArgumentsInjectionTest() 12-12-2023 12:45:17:[JAXRSCommonClient] Test setup OK 12-12-2023 12:45:17:STARTING TEST : serverWriterInjectionTest() 12-12-2023 12:45:17:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_context_server_web/resource/writer' to target server at 'localhost:8080' 12-12-2023 12:45:17: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_context_server_web/resource/writer 12-12-2023 12:45:17: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:45:17: TRACE: [WIRE] - >> 12-12-2023 12:45:17: TRACE: [WIRE] - << 200 OK 12-12-2023 12:45:17: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:45:17: TRACE: [WIRE] - << Content-Length: 9 12-12-2023 12:45:17: TRACE: [WIRE] - << Content-Type: application/json 12-12-2023 12:45:17:############################### 12-12-2023 12:45:17:[Request] Adding entity: 12-12-2023 12:45:17: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:45:17: TRACE: [WIRE] - << 111111111 12-12-2023 12:45:17:@Context injected as expected 12-12-2023 12:45:17:FINISHED TEST : serverWriterInjectionTest() 12-12-2023 12:45:17:[JAXRSCommonClient] Test setup OK 12-12-2023 12:45:17:STARTING TEST : resourceInjectionTest() 12-12-2023 12:45:17:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_context_server_web/resource/instance' to target server at 'localhost:8080'12-12-2023 12:45:17: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_context_server_web/resource/instance 12-12-2023 12:45:17: TRACE: [WIRE] - >> Accept:*/* 12-12-2023 12:45:17: TRACE: [WIRE] - << 200 OK 12-12-2023 12:45:17: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:45:17: TRACE: [WIRE] - << Content-Length: 9 12-12-2023 12:45:17: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:45:17: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:45:17: TRACE: [WIRE] - << 111111111 12-12-2023 12:45:17:############################### 12-12-2023 12:45:17:@Context injected as expected 12-12-2023 12:45:17:FINISHED TEST : resourceInjectionTest() 12-12-2023 12:45:17:[JAXRSCommonClient] Test setup OK 12-12-2023 12:45:17:STARTING TEST : serverReaderInjectionTest() 12-12-2023 12:45:17:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_context_server_web/resource/reader' to target server at 'localhost:8080'12-12-2023 12:45:17: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_context_server_web/resource/reader 12-12-2023 12:45:17: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:45:17: TRACE: [WIRE] - >> 12-12-2023 12:45:17: TRACE: [WIRE] - << 200 OK 12-12-2023 12:45:17: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:45:17: TRACE: [WIRE] - << Content-Length: 9 12-12-2023 12:45:17: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:45:17:############################### 12-12-2023 12:45:17:[Request] Adding entity: 12-12-2023 12:45:17: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:45:17: TRACE: [WIRE] - << 111111111 12-12-2023 12:45:17:@Context injected as expected 12-12-2023 12:45:17:FINISHED TEST : serverReaderInjectionTest() 12-12-2023 12:45:17:[JAXRSCommonClient] Test setup OK 12-12-2023 12:45:17: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_context_server_web/resource/application 12-12-2023 12:45:17: TRACE: [WIRE] - >> Accept:*/* 12-12-2023 12:45:17: TRACE: [WIRE] - << 200 OK 12-12-2023 12:45:17: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:45:17: TRACE: [WIRE] - << Content-Length: 9 12-12-2023 12:45:17: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:45:17: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:45:17:STARTING TEST : applicationInjectionTest() 12-12-2023 12:45:17:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_context_server_web/resource/application' to target server at 'localhost:8080' 12-12-2023 12:45:17:############################### 12-12-2023 12:45:17: TRACE: [WIRE] - << 111111111 12-12-2023 12:45:17:@Context injected as expected 12-12-2023 12:45:17:FINISHED TEST : applicationInjectionTest() [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.385 s - in ee.jakarta.tck.ws.rs.spec.context.server.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.spec.filter.dynamicfeature.JAXRSClientIT 12-12-2023 12:45:18:[JAXRSCommonClient] Test setup OK 12-12-2023 12:45:18:STARTING TEST : noBindingTest() 12-12-2023 12:45:18: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_dynamicfeature_web/resource/nobinding 12-12-2023 12:45:18: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:45:18: TRACE: [WIRE] - >> 0 12-12-2023 12:45:18: TRACE: [WIRE] - << 200 OK 12-12-2023 12:45:18: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:45:18: TRACE: [WIRE] - << Content-Length: 1 12-12-2023 12:45:18: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:45:18:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_dynamicfeature_web/resource/nobinding' to target server at 'localhost:8080' 12-12-2023 12:45:18:############################### 12-12-2023 12:45:18:[Request] Adding entity: 0 12-12-2023 12:45:18: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:45:18: TRACE: [WIRE] - << 0 12-12-2023 12:45:18:Dynamic Bynding did not bind any filter or interceptor as expected 12-12-2023 12:45:18:FINISHED TEST : noBindingTest() 12-12-2023 12:45:18:[JAXRSCommonClient] Test setup OK 12-12-2023 12:45:18:STARTING TEST : dynamicBindingTest() 12-12-2023 12:45:18: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_dynamicfeature_web/resource/dynamic 12-12-2023 12:45:18: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 12-12-2023 12:45:18: TRACE: [WIRE] - >> 0 12-12-2023 12:45:18: TRACE: [WIRE] - << 200 OK 12-12-2023 12:45:18: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:45:18: TRACE: [WIRE] - << Content-Length: 2 12-12-2023 12:45:18: TRACE: [WIRE] - << Content-Type: */* 12-12-2023 12:45:18:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_dynamicfeature_web/resource/dynamic' to target server at 'localhost:8080' 12-12-2023 12:45:18:############################### 12-12-2023 12:45:18:[Request] Adding entity: 0 12-12-2023 12:45:18: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:45:18: TRACE: [WIRE] - << 12 12-12-2023 12:45:18:Dynamic feature bound filter and interceptor as expected 12-12-2023 12:45:18:FINISHED TEST : dynamicBindingTest() [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.304 s - in ee.jakarta.tck.ws.rs.spec.filter.dynamicfeature.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.spec.filter.exception.JAXRSClientIT 12-12-2023 12:45:18:[JAXRSCommonClient] Test setup OK 12-12-2023 12:45:18:STARTING TEST : throwSecondExceptionFromMapperFirstFromInterceptorTest() 12-12-2023 12:45:18: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo 12-12-2023 12:45:18: TRACE: [WIRE] - >> Accept:*/*, AddTenInterceptorThrowsException:ThrowExceptionOnceAgain, Content-Type:*/* 12-12-2023 12:45:18: TRACE: [WIRE] - >> 0 12-12-2023 12:45:18: TRACE: [WIRE] - << 500 INTERNAL_SERVER_ERROR 12-12-2023 12:45:18: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:45:18: TRACE: [WIRE] - << Connection: close 12-12-2023 12:45:18: TRACE: [WIRE] - << Content-Length: 1116 12-12-2023 12:45:18: TRACE: [WIRE] - << Content-Language: 12-12-2023 12:45:18: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:45:18: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:45:18:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo' to target server at 'localhost:8080' 12-12-2023 12:45:18:############################### 12-12-2023 12:45:18:[Request] Adding entity: 0 12-12-2023 12:45:18: TRACE: [WIRE] - << Eclipse GlassFish 7.0.6 - Error report

HTTP Status 500 - Internal Server Error


type Status report

messageInternal Server Error

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


Eclipse GlassFish 7.0.6

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

HTTP Status 500 - Internal Server Error


type Exception report

messageInternal Server Error

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

exception

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

root cause

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

root cause

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

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


Eclipse GlassFish 7.0.6

12-12-2023 12:45:18:Exception has not been handled second time as expected 12-12-2023 12:45:18:FINISHED TEST : throwSecondExceptionFromInterceptorFirstFromInterceptorTest() 12-12-2023 12:45:18:[JAXRSCommonClient] Test setup OK 12-12-2023 12:45:18:STARTING TEST : throwNoExceptionFromPostMatchingFilterFirstFromPostMatchingFilterTest() 12-12-2023 12:45:18:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo' to target server at 'localhost:8080' 12-12-2023 12:45:18: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo 12-12-2023 12:45:18: TRACE: [WIRE] - >> Accept:*/*, PostMatchingFilterThrowsException:PostMatchingFilterThrowsException, Content-Type:*/* 12-12-2023 12:45:18: TRACE: [WIRE] - >> 0 12-12-2023 12:45:18: TRACE: [WIRE] - << 200 OK 12-12-2023 12:45:18: TRACE: [WIRE] - << PostMatchingFilterThrowsException: 500 12-12-2023 12:45:18: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:45:18: TRACE: [WIRE] - << Content-Length: 6 12-12-2023 12:45:18: TRACE: [WIRE] - << Content-Type: */* 12-12-2023 12:45:18:############################### 12-12-2023 12:45:18:[Request] Adding entity: 0 12-12-2023 12:45:18: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:45:18: TRACE: [WIRE] - << 111011 12-12-2023 12:45:18:Exception has not been handled second time as expected 12-12-2023 12:45:18:FINISHED TEST : throwNoExceptionFromPostMatchingFilterFirstFromPostMatchingFilterTest() 12-12-2023 12:45:18:[JAXRSCommonClient] Test setup OK 12-12-2023 12:45:18:STARTING TEST : throwExceptionOnInterceptorTest() 12-12-2023 12:45:18: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo 12-12-2023 12:45:18: TRACE: [WIRE] - >> Accept:*/*, AddTenInterceptorThrowsException:100, Content-Type:*/* 12-12-2023 12:45:18: TRACE: [WIRE] - >> 0 12-12-2023 12:45:18:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo' to target server at 'localhost:8080' 12-12-2023 12:45:18:############################### 12-12-2023 12:45:18:[Request] Adding entity: 0 12-12-2023 12:45:18: TRACE: [WIRE] - << 200 OK 12-12-2023 12:45:18: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:45:18: TRACE: [WIRE] - << Content-Length: 5 12-12-2023 12:45:18: TRACE: [WIRE] - << Content-Type: */* 12-12-2023 12:45:18: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:45:18: TRACE: [WIRE] - << 11111 12-12-2023 12:45:18:Exception has been handled as expected 12-12-2023 12:45:18:FINISHED TEST : throwExceptionOnInterceptorTest() 12-12-2023 12:45:18:[JAXRSCommonClient] Test setup OK 12-12-2023 12:45:18:STARTING TEST : throwNoExceptionFromPostMatchingFilterFirstFromInterceptorTest() 12-12-2023 12:45:18: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo 12-12-2023 12:45:18: TRACE: [WIRE] - >> Accept:*/*, AddTenInterceptorThrowsException:PostMatchingFilterThrowsException, Content-Type:*/* 12-12-2023 12:45:18: TRACE: [WIRE] - >> 0 12-12-2023 12:45:18: TRACE: [WIRE] - << 200 OK 12-12-2023 12:45:18: TRACE: [WIRE] - << PostMatchingFilterThrowsException: 500 12-12-2023 12:45:18: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:45:18:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo' to target server at 'localhost:8080' 12-12-2023 12:45:18:############################### 12-12-2023 12:45:18:[Request] Adding entity: 0 12-12-2023 12:45:18: TRACE: [WIRE] - << Content-Length: 6 12-12-2023 12:45:18: TRACE: [WIRE] - << Content-Type: */* 12-12-2023 12:45:18: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:45:18: TRACE: [WIRE] - << 111011 12-12-2023 12:45:18:Exception has not been handled second time as expected 12-12-2023 12:45:18:FINISHED TEST : throwNoExceptionFromPostMatchingFilterFirstFromInterceptorTest() 12-12-2023 12:45:18:[JAXRSCommonClient] Test setup OK 12-12-2023 12:45:18:STARTING TEST : throwSecondExceptionFromInterceptorFirstFromPostMatchingFilterTest() 12-12-2023 12:45:18: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo 12-12-2023 12:45:18: TRACE: [WIRE] - >> Accept:*/*, PostMatchingFilterThrowsException:AddTenInterceptorThrowsException, Content-Type:*/* 12-12-2023 12:45:18: TRACE: [WIRE] - >> 0 12-12-2023 12:45:18: TRACE: [WIRE] - << 500 INTERNAL_SERVER_ERROR 12-12-2023 12:45:18:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo' to target server at 'localhost:8080' 12-12-2023 12:45:18:############################### 12-12-2023 12:45:18:[Request] Adding entity: 0 12-12-2023 12:45:18: TRACE: [WIRE] - << Connection: close 12-12-2023 12:45:18: TRACE: [WIRE] - << Content-Length: 2135 12-12-2023 12:45:18: TRACE: [WIRE] - << Content-Language: 12-12-2023 12:45:18: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:45:18: TRACE: [WIRE] - << Eclipse GlassFish 7.0.6 - Error report

HTTP Status 500 - Internal Server Error


type Exception report

messageInternal Server Error

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

exception

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

root cause

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

root cause

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

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


Eclipse GlassFish 7.0.6

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

HTTP Status 500 - Internal Server Error


type Exception report

messageInternal Server Error

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

exception

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

root cause

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

root cause

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

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


Eclipse GlassFish 7.0.6

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

HTTP Status 500 - Internal Server Error


type Status report

messageInternal Server Error

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


Eclipse GlassFish 7.0.6

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

HTTP Status 500 - Internal Server Error


type Status report

messageInternal Server Error

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


Eclipse GlassFish 7.0.6

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

HTTP Status 400 - Bad Request


type Status report

messageBad Request

descriptionThe request sent by the client was syntactically incorrect.


Eclipse GlassFish 7.0.6

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

HTTP Status 400 - Bad Request


type Status report

messageBad Request

descriptionThe request sent by the client was syntactically incorrect.


Eclipse GlassFish 7.0.6

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

HTTP Status 400 - Bad Request


type Status report

messageBad Request

descriptionThe request sent by the client was syntactically incorrect.


Eclipse GlassFish 7.0.6

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

HTTP Status 400 - Bad Request


type Status report

messageBad Request

descriptionThe request sent by the client was syntactically incorrect.


Eclipse GlassFish 7.0.6

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

HTTP Status 400 - Bad Request


type Status report

messageBad Request

descriptionThe request sent by the client was syntactically incorrect.


Eclipse GlassFish 7.0.6

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

HTTP Status 404 - Not Found


type Status report

messageNot Found

descriptionThe requested resource is not available.


Eclipse GlassFish 7.0.6

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

HTTP Status 404 - Not Found


type Status report

messageNot Found

descriptionThe requested resource is not available.


Eclipse GlassFish 7.0.6

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

HTTP Status 404 - Not Found


type Status report

messageNot Found

descriptionThe requested resource is not available.


Eclipse GlassFish 7.0.6

12-12-2023 12:45:26:FINISHED TEST : protectedVisibilityTest() [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.28 s - in ee.jakarta.tck.ws.rs.spec.resourceconstructor.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.spec.returntype.JAXRSClientIT 12-12-2023 12:45:26:[JAXRSCommonClient] Test setup OK 12-12-2023 12:45:26: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/void 12-12-2023 12:45:26:STARTING TEST : voidTest() 12-12-2023 12:45:26:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/void' to target server at 'localhost:8080' 12-12-2023 12:45:26:############################### 12-12-2023 12:45:26: TRACE: [WIRE] - >> Accept:*/* 12-12-2023 12:45:26: TRACE: [WIRE] - << 204 NO_CONTENT 12-12-2023 12:45:26: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:45:26: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:45:26:FINISHED TEST : voidTest() 12-12-2023 12:45:26:[JAXRSCommonClient] Test setup OK 12-12-2023 12:45:26: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/entitybodyresponsetest 12-12-2023 12:45:26:STARTING TEST : entityResponseTest() 12-12-2023 12:45:26:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/entitybodyresponsetest' to target server at 'localhost:8080' 12-12-2023 12:45:26:###############################12-12-2023 12:45:26: TRACE: [WIRE] - >> Accept:text/xml 12-12-2023 12:45:26: TRACE: [WIRE] - << 200 OK 12-12-2023 12:45:26: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:45:26: TRACE: [WIRE] - << Content-Length: 58 12-12-2023 12:45:26: TRACE: [WIRE] - << Content-Type: text/xml 12-12-2023 12:45:26: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:45:26: TRACE: [WIRE] - << 6121223518891332649 12-12-2023 12:45:26:FINISHED TEST : entityResponseTest() 12-12-2023 12:45:26:[JAXRSCommonClient] Test setup OK 12-12-2023 12:45:26: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/notAcceptable 12-12-2023 12:45:26:STARTING TEST : notAcceptableTest() 12-12-2023 12:45:26:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/notAcceptable' to target server at 'localhost:8080' 12-12-2023 12:45:26:############################### 12-12-2023 12:45:26: TRACE: [WIRE] - >> Accept:text/html 12-12-2023 12:45:26: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 12-12-2023 12:45:26: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:45:26: TRACE: [WIRE] - << Content-Length: 1172 12-12-2023 12:45:26: TRACE: [WIRE] - << Content-Language: 12-12-2023 12:45:26: TRACE: [WIRE] - << Content-Type: text/html 12-12-2023 12:45:26: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:45:26: TRACE: [WIRE] - << Eclipse GlassFish 7.0.6 - Error report

HTTP Status 406 - Not Acceptable


type Status report

messageNot Acceptable

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


Eclipse GlassFish 7.0.6

12-12-2023 12:45:26:FINISHED TEST : notAcceptableTest() 12-12-2023 12:45:26:[JAXRSCommonClient] Test setup OK 12-12-2023 12:45:26: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/nullGenericEntityTest 12-12-2023 12:45:26: TRACE: [WIRE] - >> Accept:*/* 12-12-2023 12:45:26: TRACE: [WIRE] - << 204 NO_CONTENT 12-12-2023 12:45:26: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:45:26: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:45:26:STARTING TEST : nullGenericEntityTest() 12-12-2023 12:45:26:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/nullGenericEntityTest' to target server at 'localhost:8080' 12-12-2023 12:45:26:############################### 12-12-2023 12:45:26:FINISHED TEST : nullGenericEntityTest() 12-12-2023 12:45:26:[JAXRSCommonClient] Test setup OK 12-12-2023 12:45:26: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/default 12-12-2023 12:45:26: TRACE: [WIRE] - >> Accept:*/* 12-12-2023 12:45:26: TRACE: [WIRE] - << 200 OK 12-12-2023 12:45:26: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:45:26: TRACE: [WIRE] - << Content-Length: 7 12-12-2023 12:45:26: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:45:26: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:45:26: TRACE: [WIRE] - << I am OK 12-12-2023 12:45:26:STARTING TEST : defaultStatusTest() 12-12-2023 12:45:26:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/default' to target server at 'localhost:8080' 12-12-2023 12:45:26:############################### 12-12-2023 12:45:26:FINISHED TEST : defaultStatusTest() 12-12-2023 12:45:26:[JAXRSCommonClient] Test setup OK 12-12-2023 12:45:26: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/nullEntityResponse 12-12-2023 12:45:26:STARTING TEST : nullEntityResponseTest() 12-12-2023 12:45:26:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/nullEntityResponse' to target server at 'localhost:8080' 12-12-2023 12:45:26:############################### 12-12-2023 12:45:26: TRACE: [WIRE] - >> Accept:*/* 12-12-2023 12:45:26: TRACE: [WIRE] - << 204 NO_CONTENT 12-12-2023 12:45:26: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:45:26: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:45:26:FINISHED TEST : nullEntityResponseTest() 12-12-2023 12:45:26:[JAXRSCommonClient] Test setup OK 12-12-2023 12:45:26: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/genericEntityTest 12-12-2023 12:45:26: TRACE: [WIRE] - >> Accept:*/* 12-12-2023 12:45:26: TRACE: [WIRE] - << 200 OK 12-12-2023 12:45:26: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:45:26: TRACE: [WIRE] - << Content-Length: 36 12-12-2023 12:45:26: TRACE: [WIRE] - << Content-Type: application/json 12-12-2023 12:45:26: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:45:26: TRACE: [WIRE] - << 54f2f45b-da48-d429-2a79-7a2ded246a14 12-12-2023 12:45:26:STARTING TEST : genericEntityTest() 12-12-2023 12:45:26:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/genericEntityTest' to target server at 'localhost:8080' 12-12-2023 12:45:26:############################### 12-12-2023 12:45:26:FINISHED TEST : genericEntityTest() 12-12-2023 12:45:26:[JAXRSCommonClient] Test setup OK 12-12-2023 12:45:26: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/nullEntityTest 12-12-2023 12:45:26: TRACE: [WIRE] - >> Accept:*/* 12-12-2023 12:45:26: TRACE: [WIRE] - << 204 NO_CONTENT 12-12-2023 12:45:26: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:45:26: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:45:26:STARTING TEST : nullEntityTest() 12-12-2023 12:45:26:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/nullEntityTest' to target server at 'localhost:8080' 12-12-2023 12:45:26:############################### 12-12-2023 12:45:26:FINISHED TEST : nullEntityTest() 12-12-2023 12:45:26:[JAXRSCommonClient] Test setup OK 12-12-2023 12:45:26:STARTING TEST : nullResponseTest() 12-12-2023 12:45:26: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/nullResponse 12-12-2023 12:45:26: TRACE: [WIRE] - >> Accept:*/* 12-12-2023 12:45:26: TRACE: [WIRE] - << 204 NO_CONTENT 12-12-2023 12:45:26: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:45:26: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:45:26:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/nullResponse' to target server at 'localhost:8080' 12-12-2023 12:45:26:############################### 12-12-2023 12:45:26:FINISHED TEST : nullResponseTest() 12-12-2023 12:45:26:[JAXRSCommonClient] Test setup OK 12-12-2023 12:45:26:STARTING TEST : entityBodyTest() 12-12-2023 12:45:26:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/entitybodytest' to target server at 'localhost:8080'12-12-2023 12:45:26: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/entitybodytest 12-12-2023 12:45:26: TRACE: [WIRE] - >> Accept:text/xml 12-12-2023 12:45:26: TRACE: [WIRE] - << 200 OK 12-12-2023 12:45:26: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 12-12-2023 12:45:26: TRACE: [WIRE] - << Content-Length: 58 12-12-2023 12:45:26: TRACE: [WIRE] - << Content-Type: text/xml 12-12-2023 12:45:26: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 12-12-2023 12:45:26:############################### 12-12-2023 12:45:26: TRACE: [WIRE] - << 6121223518891332649 12-12-2023 12:45:26:FINISHED TEST : entityBodyTest() [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.324 s - in ee.jakarta.tck.ws.rs.spec.returntype.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.spec.template.JAXRSClientIT 12-12-2023 12:45:27:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:45:27 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:45:27:STARTING TEST : Test1() 12-12-2023 12:45:27:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_templateTest_web/TemplateTest/xyz HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:45:27:FINISHED TEST : Test1() 12-12-2023 12:45:27:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:45:27 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:45:27:STARTING TEST : Test2() 12-12-2023 12:45:27:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_templateTest_web/TemplateTest/xyz/abc HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:45:27:FINISHED TEST : Test2() 12-12-2023 12:45:27:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:45:27 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:45:27:STARTING TEST : Test3() 12-12-2023 12:45:27:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_templateTest_web/TemplateTest/xyz/abc/def HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:45:27:FINISHED TEST : Test3() 12-12-2023 12:45:27:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:45:27 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:45:27:STARTING TEST : Test4() 12-12-2023 12:45:27:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_templateTest_web/TemplateTest/xy/abc/def HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:45:27:FINISHED TEST : Test4() 12-12-2023 12:45:27:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:45:27 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:45:27:STARTING TEST : Test5() 12-12-2023 12:45:27:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_templateTest_web/TemplateTest/abc/test.html HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:45:27:FINISHED TEST : Test5() 12-12-2023 12:45:27:[JAXRSCommonClient] Test setup OK Dec 12, 2023 12:45:27 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 12-12-2023 12:45:27:STARTING TEST : Test6() 12-12-2023 12:45:27:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_templateTest_web/TemplateTest/abc/def/test.xml HTTP/1.1' to target server at 'localhost:8080' 12-12-2023 12:45:27:FINISHED TEST : Test6() [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.181 s - in ee.jakarta.tck.ws.rs.spec.template.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.spec.contextprovider.JsonbContextProviderIT [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.394 s - in ee.jakarta.tck.ws.rs.spec.contextprovider.JsonbContextProviderIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.ext.interceptor.reader.readerinterceptorcontext.JAXRSClientIT 12-12-2023 12:45:27:[JAXRSCommonClient] Test setup OK 12-12-2023 12:45:27:STARTING TEST : getHeadersHeadersSetTest() 12-12-2023 12:45:27: TRACE: [WIRE] - << 200 OK 12-12-2023 12:45:27: TRACE: [WIRE] - << OPERATION: GETHEADERS 12-12-2023 12:45:27: TRACE: [WIRE] - << Property0: any 12-12-2023 12:45:27: TRACE: [WIRE] - << Property1: any 12-12-2023 12:45:27: TRACE: [WIRE] - << Property2: any 12-12-2023 12:45:27: TRACE: [WIRE] - << Property3: any 12-12-2023 12:45:27: TRACE: [WIRE] - << Property4: any 12-12-2023 12:45:27: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:45:27: TRACE: [WIRE] - << Entity 12-12-2023 12:45:27:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080' 12-12-2023 12:45:27:############################### 12-12-2023 12:45:27:FINISHED TEST : getHeadersHeadersSetTest() 12-12-2023 12:45:27:[JAXRSCommonClient] Test setup OK 12-12-2023 12:45:27:STARTING TEST : setInputStreamTest() 12-12-2023 12:45:27: TRACE: [WIRE] - << 200 OK 12-12-2023 12:45:27: TRACE: [WIRE] - << OPERATION: SETINPUTSTREAM 12-12-2023 12:45:27: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:45:27: TRACE: [WIRE] - << Entity 12-12-2023 12:45:27:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080' 12-12-2023 12:45:27:############################### 12-12-2023 12:45:27:FINISHED TEST : setInputStreamTest() 12-12-2023 12:45:27:[JAXRSCommonClient] Test setup OK 12-12-2023 12:45:27:STARTING TEST : getHeadersOperationSetTest() 12-12-2023 12:45:27: TRACE: [WIRE] - << 200 OK 12-12-2023 12:45:27: TRACE: [WIRE] - << OPERATION: GETHEADERS 12-12-2023 12:45:27: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:45:27: TRACE: [WIRE] - << Entity 12-12-2023 12:45:27:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080' 12-12-2023 12:45:27:############################### 12-12-2023 12:45:27:FINISHED TEST : getHeadersOperationSetTest() 12-12-2023 12:45:27:[JAXRSCommonClient] Test setup OK 12-12-2023 12:45:27: TRACE: [WIRE] - << 200 OK 12-12-2023 12:45:27:STARTING TEST : getHeadersIsMutableTest() 12-12-2023 12:45:27: TRACE: [WIRE] - << OPERATION: GETHEADERSISMUTABLE 12-12-2023 12:45:27: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:45:27: TRACE: [WIRE] - << Entity 12-12-2023 12:45:27:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080' 12-12-2023 12:45:27:############################### 12-12-2023 12:45:27:FINISHED TEST : getHeadersIsMutableTest() 12-12-2023 12:45:27:[JAXRSCommonClient] Test setup OK 12-12-2023 12:45:27:STARTING TEST : proceedThrowsWebApplicationExceptionTest() 12-12-2023 12:45:27: TRACE: [WIRE] - << 200 OK 12-12-2023 12:45:27: TRACE: [WIRE] - << OPERATION: PROCEEDTHROWSWEBAPPEXCEPTION 12-12-2023 12:45:27: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:45:27: TRACE: [WIRE] - << Entity 12-12-2023 12:45:27:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080' 12-12-2023 12:45:27:############################### 12-12-2023 12:45:27:WebApplicationException has been thrown as expected WebApplicationException has been thrown as expected 12-12-2023 12:45:27:FINISHED TEST : proceedThrowsWebApplicationExceptionTest() 12-12-2023 12:45:27:[JAXRSCommonClient] Test setup OK 12-12-2023 12:45:27:STARTING TEST : getInputStreamTest() 12-12-2023 12:45:27: TRACE: [WIRE] - << 200 OK 12-12-2023 12:45:27: TRACE: [WIRE] - << OPERATION: GETINPUTSTREAM 12-12-2023 12:45:27: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:45:27: TRACE: [WIRE] - << getInputStreamEntity 12-12-2023 12:45:27:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080' 12-12-2023 12:45:27:############################### 12-12-2023 12:45:27:FINISHED TEST : getInputStreamTest() 12-12-2023 12:45:27:[JAXRSCommonClient] Test setup OK 12-12-2023 12:45:27:STARTING TEST : proceedThrowsIOExceptionTest() 12-12-2023 12:45:27: TRACE: [WIRE] - << 200 OK 12-12-2023 12:45:27: TRACE: [WIRE] - << OPERATION: PROCEEDTHROWSIOEXCEPTION 12-12-2023 12:45:27: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:45:27: TRACE: [WIRE] - << Entity 12-12-2023 12:45:27:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080' 12-12-2023 12:45:27:############################### 12-12-2023 12:45:27:FINISHED TEST : proceedThrowsIOExceptionTest() [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.097 s - in ee.jakarta.tck.ws.rs.api.rs.ext.interceptor.reader.readerinterceptorcontext.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.ext.interceptor.reader.interceptorcontext.JAXRSClientIT 12-12-2023 12:45:27:[JAXRSCommonClient] Test setup OK 12-12-2023 12:45:27:STARTING TEST : setAnnotationsNullThrowsNPETest() 12-12-2023 12:45:27: TRACE: [WIRE] - << 200 OK 12-12-2023 12:45:27: TRACE: [WIRE] - << OPERATION: SETANNOTATIONSNULL 12-12-2023 12:45:27: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:45:27: TRACE: [WIRE] - << Entity 12-12-2023 12:45:27:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080' 12-12-2023 12:45:27:############################### 12-12-2023 12:45:27:FINISHED TEST : setAnnotationsNullThrowsNPETest() 12-12-2023 12:45:27:[JAXRSCommonClient] Test setup OK 12-12-2023 12:45:27:STARTING TEST : setAnnotationsTest() 12-12-2023 12:45:27: TRACE: [WIRE] - << 200 OK 12-12-2023 12:45:27: TRACE: [WIRE] - << OPERATION: SETANNOTATIONS 12-12-2023 12:45:27: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:45:27: TRACE: [WIRE] - << Entity 12-12-2023 12:45:27:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080' 12-12-2023 12:45:27:############################### 12-12-2023 12:45:27:FINISHED TEST : setAnnotationsTest() 12-12-2023 12:45:27:[JAXRSCommonClient] Test setup OK 12-12-2023 12:45:27:STARTING TEST : setGenericTypeTest() 12-12-2023 12:45:27: TRACE: [WIRE] - << 200 OK 12-12-2023 12:45:27: TRACE: [WIRE] - << OPERATION: SETGENERICTYPE 12-12-2023 12:45:27: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:45:27: TRACE: [WIRE] - << Entity 12-12-2023 12:45:27:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080' 12-12-2023 12:45:27:############################### 12-12-2023 12:45:27:FINISHED TEST : setGenericTypeTest() 12-12-2023 12:45:27:[JAXRSCommonClient] Test setup OK 12-12-2023 12:45:27:STARTING TEST : getMediaTypeTest() 12-12-2023 12:45:27: TRACE: [WIRE] - << 200 OK 12-12-2023 12:45:27: TRACE: [WIRE] - << OPERATION: GETMEDIATYPE 12-12-2023 12:45:27: TRACE: [WIRE] - << Content-Type: application/json 12-12-2023 12:45:27: TRACE: [WIRE] - << Entity 12-12-2023 12:45:27:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080' 12-12-2023 12:45:27:############################### 12-12-2023 12:45:27:FINISHED TEST : getMediaTypeTest() 12-12-2023 12:45:27:[JAXRSCommonClient] Test setup OK 12-12-2023 12:45:27:STARTING TEST : webApplicationExceptionTest() 12-12-2023 12:45:27: TRACE: [WIRE] - << 200 OK 12-12-2023 12:45:27: TRACE: [WIRE] - << OPERATION: WEBAPPLICATIONEXCEPTION 12-12-2023 12:45:27: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:45:27: TRACE: [WIRE] - << Entity 12-12-2023 12:45:27:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080' 12-12-2023 12:45:27:############################### 12-12-2023 12:45:27:found expected WebApplicationException jakarta.ws.rs.WebApplicationException: HTTP 409 Conflict 12-12-2023 12:45:27:FINISHED TEST : webApplicationExceptionTest() 12-12-2023 12:45:27:[JAXRSCommonClient] Test setup OK 12-12-2023 12:45:27:STARTING TEST : setPropertyNullTest() 12-12-2023 12:45:27: TRACE: [WIRE] - << 200 OK 12-12-2023 12:45:27: TRACE: [WIRE] - << OPERATION: SETPROPERTYNULL 12-12-2023 12:45:27: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:45:27: TRACE: [WIRE] - << Entity 12-12-2023 12:45:27:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080' 12-12-2023 12:45:27:############################### 12-12-2023 12:45:27:FINISHED TEST : setPropertyNullTest() 12-12-2023 12:45:27:[JAXRSCommonClient] Test setup OK 12-12-2023 12:45:27:STARTING TEST : getPropertyNamesIsReadOnlyTest() 12-12-2023 12:45:27: TRACE: [WIRE] - << 200 OK 12-12-2023 12:45:27: TRACE: [WIRE] - << OPERATION: GETPROPERTYNAMESISREADONLY 12-12-2023 12:45:27: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:45:27: TRACE: [WIRE] - << Entity 12-12-2023 12:45:27:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080' 12-12-2023 12:45:27:############################### 12-12-2023 12:45:27:FINISHED TEST : getPropertyNamesIsReadOnlyTest() 12-12-2023 12:45:27:[JAXRSCommonClient] Test setup OK 12-12-2023 12:45:27:STARTING TEST : ioExceptionTest()12-12-2023 12:45:27: TRACE: [WIRE] - << 200 OK 12-12-2023 12:45:27: TRACE: [WIRE] - << OPERATION: IOEXCEPTION 12-12-2023 12:45:27: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:45:27: TRACE: [WIRE] - << Entity 12-12-2023 12:45:27:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080' 12-12-2023 12:45:27:############################### 12-12-2023 12:45:27:found expected IOException java.io.IOException: IOException has been thrown as expected 12-12-2023 12:45:27:FINISHED TEST : ioExceptionTest() 12-12-2023 12:45:27:[JAXRSCommonClient] Test setup OK 12-12-2023 12:45:27:STARTING TEST : getPropertyNamesTest() 12-12-2023 12:45:27: TRACE: [WIRE] - << 200 OK 12-12-2023 12:45:27:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080' 12-12-2023 12:45:27:############################### 12-12-2023 12:45:27: TRACE: [WIRE] - << OPERATION: GETPROPERTYNAMES 12-12-2023 12:45:27: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:45:27: TRACE: [WIRE] - << Entity 12-12-2023 12:45:27:FINISHED TEST : getPropertyNamesTest() 12-12-2023 12:45:27:[JAXRSCommonClient] Test setup OK 12-12-2023 12:45:27:STARTING TEST : getPropertyIsNullTest() 12-12-2023 12:45:27: TRACE: [WIRE] - << 200 OK 12-12-2023 12:45:27: TRACE: [WIRE] - << OPERATION: GETPROPERTY 12-12-2023 12:45:27: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:45:27: TRACE: [WIRE] - << Entity 12-12-2023 12:45:27:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080' 12-12-2023 12:45:27:############################### 12-12-2023 12:45:27:FINISHED TEST : getPropertyIsNullTest() 12-12-2023 12:45:27:[JAXRSCommonClient] Test setup OK 12-12-2023 12:45:27: TRACE: [WIRE] - << 200 OK 12-12-2023 12:45:27:STARTING TEST : setMediaTypeTest() 12-12-2023 12:45:27:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080'12-12-2023 12:45:27: TRACE: [WIRE] - << OPERATION: SETMEDIATYPE 12-12-2023 12:45:27: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:45:27: TRACE: [WIRE] - << Entity 12-12-2023 12:45:27:############################### 12-12-2023 12:45:27:FINISHED TEST : setMediaTypeTest() 12-12-2023 12:45:27:[JAXRSCommonClient] Test setup OK 12-12-2023 12:45:27:STARTING TEST : setTypeTest() 12-12-2023 12:45:27: TRACE: [WIRE] - << 200 OK 12-12-2023 12:45:27: TRACE: [WIRE] - << OPERATION: SETTYPE 12-12-2023 12:45:27: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:45:27: TRACE: [WIRE] - << Entity 12-12-2023 12:45:27:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080' 12-12-2023 12:45:27:############################### 12-12-2023 12:45:27:#setType set correct type java.io.InputStreamReader 12-12-2023 12:45:27:FINISHED TEST : setTypeTest() 12-12-2023 12:45:27:[JAXRSCommonClient] Test setup OK 12-12-2023 12:45:27:STARTING TEST : getTypeTest() 12-12-2023 12:45:27: TRACE: [WIRE] - << 200 OK 12-12-2023 12:45:27: TRACE: [WIRE] - << OPERATION: GETTYPE 12-12-2023 12:45:27: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:45:27: TRACE: [WIRE] - << Entity 12-12-2023 12:45:27:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080' 12-12-2023 12:45:27:############################### 12-12-2023 12:45:27:FINISHED TEST : getTypeTest() 12-12-2023 12:45:27:[JAXRSCommonClient] Test setup OK 12-12-2023 12:45:27: TRACE: [WIRE] - << 200 OK 12-12-2023 12:45:27:STARTING TEST : getAnnotationsTest() 12-12-2023 12:45:27:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080'12-12-2023 12:45:27: TRACE: [WIRE] - << OPERATION: GETANNOTATIONS 12-12-2023 12:45:27: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:45:27: TRACE: [WIRE] - << Entity 12-12-2023 12:45:27:############################### 12-12-2023 12:45:27:FINISHED TEST : getAnnotationsTest() 12-12-2023 12:45:27:[JAXRSCommonClient] Test setup OK 12-12-2023 12:45:27:STARTING TEST : getGenericTypeTest() 12-12-2023 12:45:27: TRACE: [WIRE] - << 200 OK 12-12-2023 12:45:27: TRACE: [WIRE] - << OPERATION: GETGENERICTYPE 12-12-2023 12:45:27: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:45:27: TRACE: [WIRE] - << Entity 12-12-2023 12:45:27:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080' 12-12-2023 12:45:27:############################### 12-12-2023 12:45:27:FINISHED TEST : getGenericTypeTest() 12-12-2023 12:45:27:[JAXRSCommonClient] Test setup OK 12-12-2023 12:45:27:STARTING TEST : setPropertyTest() 12-12-2023 12:45:27: TRACE: [WIRE] - << 200 OK 12-12-2023 12:45:27: TRACE: [WIRE] - << OPERATION: SETPROPERTY 12-12-2023 12:45:27: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:45:27: TRACE: [WIRE] - << Entity 12-12-2023 12:45:27:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080' 12-12-2023 12:45:27:############################### 12-12-2023 12:45:27:FINISHED TEST : setPropertyTest() 12-12-2023 12:45:27:[JAXRSCommonClient] Test setup OK 12-12-2023 12:45:27:STARTING TEST : removePropertyTest() 12-12-2023 12:45:27: TRACE: [WIRE] - << 200 OK 12-12-2023 12:45:27: TRACE: [WIRE] - << OPERATION: REMOVEPROPERTY 12-12-2023 12:45:27: TRACE: [WIRE] - << Content-Type: text/plain 12-12-2023 12:45:27: TRACE: [WIRE] - << Entity 12-12-2023 12:45:27:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080' 12-12-2023 12:45:27:############################### 12-12-2023 12:45:27:FINISHED TEST : removePropertyTest() [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.259 s - in ee.jakarta.tck.ws.rs.api.rs.ext.interceptor.reader.interceptorcontext.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.ext.runtimedelegate.create.JAXRSClientIT 12-12-2023 12:45:27:STARTING TEST : checkCreatedResponseBuilderTest() 12-12-2023 12:45:27:FINISHED TEST : checkCreatedResponseBuilderTest() 12-12-2023 12:45:27:STARTING TEST : createEndpointThrowsIllegalArgumentExceptionTest() 12-12-2023 12:45:27:IllegalArgumentException has been thrown as expected 12-12-2023 12:45:27:FINISHED TEST : createEndpointThrowsIllegalArgumentExceptionTest() 12-12-2023 12:45:27:STARTING TEST : checkCreatedHeaderDelegateNewCookieTest() 12-12-2023 12:45:27:FINISHED TEST : checkCreatedHeaderDelegateNewCookieTest() 12-12-2023 12:45:27:STARTING TEST : checkCreatedHeaderDelegateMediaTypeTest() 12-12-2023 12:45:27:FINISHED TEST : checkCreatedHeaderDelegateMediaTypeTest() 12-12-2023 12:45:27:STARTING TEST : checkCreatedUriBuilderTest() 12-12-2023 12:45:27:FINISHED TEST : checkCreatedUriBuilderTest() 12-12-2023 12:45:27:STARTING TEST : createHeaderDelegateThrowsIllegalArgumentExceptionTest() 12-12-2023 12:45:27:IllegalArgumentException has been thrown as expected 12-12-2023 12:45:27:FINISHED TEST : createHeaderDelegateThrowsIllegalArgumentExceptionTest() 12-12-2023 12:45:27:STARTING TEST : checkCreatedHeaderDelegateNullPointerTest() 12-12-2023 12:45:27:FINISHED TEST : checkCreatedHeaderDelegateNullPointerTest() 12-12-2023 12:45:27:STARTING TEST : checkCreatedHeaderDelegateEntityTagTest() 12-12-2023 12:45:27:FINISHED TEST : checkCreatedHeaderDelegateEntityTagTest() 12-12-2023 12:45:27:STARTING TEST : createEndpointTest() 12-12-2023 12:45:27:IllegalArgumentException has been thrown as expected java.lang.IllegalArgumentException: No container provider supports the type interface com.sun.net.httpserver.HttpHandler 12-12-2023 12:45:27:FINISHED TEST : createEndpointTest() 12-12-2023 12:45:27:STARTING TEST : checkCreatedVariantListBuilderTest() 12-12-2023 12:45:27:FINISHED TEST : checkCreatedVariantListBuilderTest() 12-12-2023 12:45:27:STARTING TEST : checkCreatedHeaderDelegateCookieTest() 12-12-2023 12:45:27:FINISHED TEST : checkCreatedHeaderDelegateCookieTest() 12-12-2023 12:45:27:STARTING TEST : checkCreatedHeaderDelegateCacheControlTest() 12-12-2023 12:45:27: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 12-12-2023 12:45:27:STARTING TEST : checkTckRuntimeDelegateIsNotDefaultTest() 12-12-2023 12:45:27:Found org.glassfish.jersey.server.internal.RuntimeDelegateImpl 12-12-2023 12:45:27:FINISHED TEST : checkTckRuntimeDelegateIsNotDefaultTest() 12-12-2023 12:45:27:STARTING TEST : askForTckRuntimeDelegateGivenBySetInstanceTest() 12-12-2023 12:45:27:Found ee.jakarta.tck.ws.rs.api.rs.ext.runtimedelegate.TckRuntimeDelegate 12-12-2023 12:45:27:Found org.glassfish.jersey.server.internal.RuntimeDelegateImpl 12-12-2023 12:45:27:FINISHED TEST : askForTckRuntimeDelegateGivenBySetInstanceTest() [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in ee.jakarta.tck.ws.rs.api.rs.ext.runtimedelegate.setinstance.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.variant.JAXRSClientIT 12-12-2023 12:45:27:STARTING TEST : constructorMediaStringStringThrowsIllegalArgumentExceptionTest() 12-12-2023 12:45:27:Thrown IllegalArgumentException as expected 12-12-2023 12:45:27:FINISHED TEST : constructorMediaStringStringThrowsIllegalArgumentExceptionTest() 12-12-2023 12:45:27:STARTING TEST : constructorMediaStringStringTest() 12-12-2023 12:45:27:FINISHED TEST : constructorMediaStringStringTest() 12-12-2023 12:45:27:STARTING TEST : equalsTest2() 12-12-2023 12:45:27:FINISHED TEST : equalsTest2() 12-12-2023 12:45:27:STARTING TEST : equalsTest3() 12-12-2023 12:45:27:FINISHED TEST : equalsTest3() 12-12-2023 12:45:27:STARTING TEST : encodingsTest() 12-12-2023 12:45:27:FINISHED TEST : encodingsTest() 12-12-2023 12:45:27:STARTING TEST : constructorMediaStringStringStringStringTest() 12-12-2023 12:45:27:FINISHED TEST : constructorMediaStringStringStringStringTest() 12-12-2023 12:45:27:STARTING TEST : languagesTest() 12-12-2023 12:45:27:FINISHED TEST : languagesTest() 12-12-2023 12:45:27:STARTING TEST : constructorMediaStringStringStringThrowsIllegalArgumentExceptionTest() 12-12-2023 12:45:27:Thrown IllegalArgumentException as expected 12-12-2023 12:45:27:FINISHED TEST : constructorMediaStringStringStringThrowsIllegalArgumentExceptionTest() 12-12-2023 12:45:27:STARTING TEST : constructorTest1() 12-12-2023 12:45:27:FINISHED TEST : constructorTest1() 12-12-2023 12:45:27:STARTING TEST : constructorTest2() 12-12-2023 12:45:27:FINISHED TEST : constructorTest2() 12-12-2023 12:45:27:STARTING TEST : constructorTest3() 12-12-2023 12:45:27:FINISHED TEST : constructorTest3() 12-12-2023 12:45:27:STARTING TEST : equalTest1() 12-12-2023 12:45:27:FINISHED TEST : equalTest1() 12-12-2023 12:45:27:STARTING TEST : constructorMediaStringStringStringStringThrowsIllegalArgumentExceptionTest() 12-12-2023 12:45:27:Thrown IllegalArgumentException as expected 12-12-2023 12:45:27:FINISHED TEST : constructorMediaStringStringStringStringThrowsIllegalArgumentExceptionTest() 12-12-2023 12:45:27:STARTING TEST : getLanguageStringTest() 12-12-2023 12:45:27:#getLanguageString returned exected language string 12-12-2023 12:45:27:FINISHED TEST : getLanguageStringTest() 12-12-2023 12:45:27:STARTING TEST : constructorMediaStringStringStringTest() 12-12-2023 12:45:27:FINISHED TEST : constructorMediaStringStringStringTest() 12-12-2023 12:45:27:STARTING TEST : mediaTypesTest() 12-12-2023 12:45:27: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.mediatype.JAXRSClientIT 12-12-2023 12:45:27:STARTING TEST : wildcardTest() 12-12-2023 12:45:27:FINISHED TEST : wildcardTest() 12-12-2023 12:45:27:STARTING TEST : valueOfTest() 12-12-2023 12:45:27:FINISHED TEST : valueOfTest() 12-12-2023 12:45:27:STARTING TEST : withCharsetTest() 12-12-2023 12:45:27:MediaType application/x-www-form-urlencoded;charset=UTF-8 contains expected character set UTF-8 12-12-2023 12:45:27:MediaType application/x-www-form-urlencoded;charset=ISO-8859-2 contains expected character set ISO-8859-2 12-12-2023 12:45:27:MediaType application/x-www-form-urlencoded;charset=UTF-16 contains expected character set UTF-16 12-12-2023 12:45:27:FINISHED TEST : withCharsetTest() 12-12-2023 12:45:27:STARTING TEST : valueOfTest1() 12-12-2023 12:45:27:IllegalArgumentException has been thrown as expected 12-12-2023 12:45:27:FINISHED TEST : valueOfTest1() 12-12-2023 12:45:27:STARTING TEST : equalsTest1() 12-12-2023 12:45:27:FINISHED TEST : equalsTest1() 12-12-2023 12:45:27:STARTING TEST : equalsTest2() 12-12-2023 12:45:27:FINISHED TEST : equalsTest2() 12-12-2023 12:45:27:STARTING TEST : equalsTest3() 12-12-2023 12:45:27:FINISHED TEST : equalsTest3() 12-12-2023 12:45:27:STARTING TEST : equalsTest4() 12-12-2023 12:45:27:FINISHED TEST : equalsTest4() 12-12-2023 12:45:27:STARTING TEST : constructorTest1() 12-12-2023 12:45:27:FINISHED TEST : constructorTest1() 12-12-2023 12:45:27:STARTING TEST : constructorTest2() 12-12-2023 12:45:27:FINISHED TEST : constructorTest2() 12-12-2023 12:45:27:STARTING TEST : constructorTest3() 12-12-2023 12:45:27:FINISHED TEST : constructorTest3() 12-12-2023 12:45:27:STARTING TEST : hashCodeTest1() 12-12-2023 12:45:27:FINISHED TEST : hashCodeTest1() 12-12-2023 12:45:27:STARTING TEST : hashCodeTest2() 12-12-2023 12:45:27:FINISHED TEST : hashCodeTest2() 12-12-2023 12:45:27:STARTING TEST : hashCodeTest3() 12-12-2023 12:45:27:FINISHED TEST : hashCodeTest3() 12-12-2023 12:45:27:STARTING TEST : toStringTest() 12-12-2023 12:45:27:FINISHED TEST : toStringTest() 12-12-2023 12:45:27:STARTING TEST : withCharsetNullOrEmptyCharsetTest() 12-12-2023 12:45:27:MediaType application/x-www-form-urlencoded;charset=UTF-8 contains character set charset=UTF-8 as expected 12-12-2023 12:45:27:MediaType application/x-www-form-urlencoded;charset=UTF-8 contains character set charset=UTF-8 as expected 12-12-2023 12:45:27:MediaType application/x-www-form-urlencoded;charset=UTF-8 contains character set charset=UTF-8 as expected 12-12-2023 12:45:27:MediaType application/x-www-form-urlencoded;charset=UTF-8 contains character set charset=UTF-8 as expected 12-12-2023 12:45:27:FINISHED TEST : withCharsetNullOrEmptyCharsetTest() 12-12-2023 12:45:27:STARTING TEST : constructorStringStringStringTest() 12-12-2023 12:45:27:MediaType application/x-www-form-urlencoded;charset=UTF-8 contains character set charset=UTF-8 as expected 12-12-2023 12:45:27:MediaType application/x-www-form-urlencoded;charset=ISO-8859-2 contains character set charset=ISO-8859-2 as expected 12-12-2023 12:45:27:MediaType application/x-www-form-urlencoded;charset=UTF-16 contains character set charset=UTF-16 as expected 12-12-2023 12:45:27:FINISHED TEST : constructorStringStringStringTest() 12-12-2023 12:45:27:STARTING TEST : isCompatibleTest1() 12-12-2023 12:45:27:FINISHED TEST : isCompatibleTest1() 12-12-2023 12:45:27:STARTING TEST : isCompatibleTest2() 12-12-2023 12:45:27:FINISHED TEST : isCompatibleTest2() 12-12-2023 12:45:27:STARTING TEST : isCompatibleTest3() 12-12-2023 12:45:27:FINISHED TEST : isCompatibleTest3() [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in ee.jakarta.tck.ws.rs.api.rs.core.mediatype.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.configurable.JAXRSClientIT 12-12-2023 12:45:27:STARTING TEST : registerFeatureClassReturningFalseWithPriorityTest() 12-12-2023 12:45:27:Already registered 0 classes 12-12-2023 12:45:27:Already registered 0 instances 12-12-2023 12:45:27:Found 1 features 12-12-2023 12:45:27:Found 1 features 12-12-2023 12:45:27:FINISHED TEST : registerFeatureClassReturningFalseWithPriorityTest() 12-12-2023 12:45:27:STARTING TEST : registerClassContractsTest() 12-12-2023 12:45:27:Already registered 0 classes 12-12-2023 12:45:27:Already registered 0 instances 12-12-2023 12:45:27:Found 1 features 12-12-2023 12:45:27:Found 1 features 12-12-2023 12:45:27:FINISHED TEST : registerClassContractsTest() 12-12-2023 12:45:27:STARTING TEST : registerFeatureInstanceReturningFalseTest() 12-12-2023 12:45:27:Already registered 0 classes 12-12-2023 12:45:27:Already registered 0 instances 12-12-2023 12:45:27:Found 1 features 12-12-2023 12:45:27:Found 1 features 12-12-2023 12:45:27:FINISHED TEST : registerFeatureInstanceReturningFalseTest() 12-12-2023 12:45:27:STARTING TEST : registerFeatureClassReturningFalseTest() 12-12-2023 12:45:27:Already registered 0 classes 12-12-2023 12:45:27:Already registered 0 instances 12-12-2023 12:45:27:Found 1 features 12-12-2023 12:45:27:Found 1 features 12-12-2023 12:45:27:FINISHED TEST : registerFeatureClassReturningFalseTest() [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in ee.jakarta.tck.ws.rs.api.rs.core.configurable.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.uribuilder.JAXRSClientIT 12-12-2023 12:45:27:STARTING TEST : resolveTemplateStringObjectBooleanSlashNotEncodedTest() 12-12-2023 12:45:27:Got expected template {v}/{w}/{x}/{y}/{w} 12-12-2023 12:45:27:FINISHED TEST : resolveTemplateStringObjectBooleanSlashNotEncodedTest() 12-12-2023 12:45:27:STARTING TEST : toTemplateTest() 12-12-2023 12:45:27:Got expected template {v}/{w}/{x}/{y}/{w} 12-12-2023 12:45:27:FINISHED TEST : toTemplateTest() 12-12-2023 12:45:27:STARTING TEST : replacePathTest1() 12-12-2023 12:45:27:FINISHED TEST : replacePathTest1() 12-12-2023 12:45:27:STARTING TEST : replacePathTest2() 12-12-2023 12:45:27:FINISHED TEST : replacePathTest2() 12-12-2023 12:45:27:STARTING TEST : replacePathTest3() 12-12-2023 12:45:27:FINISHED TEST : replacePathTest3() 12-12-2023 12:45:27:STARTING TEST : resolveTemplatesMapThrowsIAEOnNullNameTest() 12-12-2023 12:45:27:IllegalArgumentException has been thrown as expected java.lang.IllegalArgumentException: One or more of template keys or values are null. 12-12-2023 12:45:27:FINISHED TEST : resolveTemplatesMapThrowsIAEOnNullNameTest() 12-12-2023 12:45:27:STARTING TEST : uriStringTest() 12-12-2023 12:45:28:FINISHED TEST : uriStringTest() 12-12-2023 12:45:28:STARTING TEST : fromMethodThrowsIllegalArgumentExceptionWhenNoPathTest() 12-12-2023 12:45:28: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. 12-12-2023 12:45:28:FINISHED TEST : fromMethodThrowsIllegalArgumentExceptionWhenNoPathTest() 12-12-2023 12:45:28:STARTING TEST : uriStringThrowsIAEWhenNoUriTest() 12-12-2023 12:45:28:#IllegalArgumentException has been thrown as expected for #uri(noURI) 12-12-2023 12:45:28:FINISHED TEST : uriStringThrowsIAEWhenNoUriTest() 12-12-2023 12:45:28:STARTING TEST : resolveTemplatesMapBooleanSlashNotEncodedTest() 12-12-2023 12:45:28:FINISHED TEST : resolveTemplatesMapBooleanSlashNotEncodedTest() 12-12-2023 12:45:28:STARTING TEST : fromLinkTest() 12-12-2023 12:45:28:URI fromLink is equal to the expected URI 12-12-2023 12:45:28:FINISHED TEST : fromLinkTest() 12-12-2023 12:45:28:STARTING TEST : buildObjectsBooleanThrowsIAEWhenNoValueSuppliedTest() 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected java.lang.IllegalArgumentException: The template variable 'w' has no value 12-12-2023 12:45:28:FINISHED TEST : buildObjectsBooleanThrowsIAEWhenNoValueSuppliedTest() 12-12-2023 12:45:28:STARTING TEST : resolveTemplateFromEncodedPercentEncodedTest() 12-12-2023 12:45:28:FINISHED TEST : resolveTemplateFromEncodedPercentEncodedTest() 12-12-2023 12:45:28:STARTING TEST : uriTest1() 12-12-2023 12:45:28:FINISHED TEST : uriTest1() 12-12-2023 12:45:28:STARTING TEST : resolveTemplatesFromEncodedPercentEncodedTest() 12-12-2023 12:45:28:FINISHED TEST : resolveTemplatesFromEncodedPercentEncodedTest() 12-12-2023 12:45:28:STARTING TEST : replaceQueryParamTest1() 12-12-2023 12:45:28:FINISHED TEST : replaceQueryParamTest1() 12-12-2023 12:45:28:STARTING TEST : replaceQueryParamTest2() 12-12-2023 12:45:28:FINISHED TEST : replaceQueryParamTest2() 12-12-2023 12:45:28:STARTING TEST : replaceQueryParamTest3() 12-12-2023 12:45:28:FINISHED TEST : replaceQueryParamTest3() 12-12-2023 12:45:28:STARTING TEST : schemeTest1() 12-12-2023 12:45:28:FINISHED TEST : schemeTest1() 12-12-2023 12:45:28:STARTING TEST : schemeTest2() 12-12-2023 12:45:28:FINISHED TEST : schemeTest2() 12-12-2023 12:45:28:STARTING TEST : buildFromMapWithBooleanSlashEncodedTest() 12-12-2023 12:45:28:FINISHED TEST : buildFromMapWithBooleanSlashEncodedTest() 12-12-2023 12:45:28:STARTING TEST : buildFromMapTest1() 12-12-2023 12:45:28:FINISHED TEST : buildFromMapTest1() 12-12-2023 12:45:28:STARTING TEST : buildFromMapTest2() 12-12-2023 12:45:28:FINISHED TEST : buildFromMapTest2() 12-12-2023 12:45:28:STARTING TEST : buildFromMapTest3() 12-12-2023 12:45:28:FINISHED TEST : buildFromMapTest3() 12-12-2023 12:45:28:STARTING TEST : buildFromMapTest4() 12-12-2023 12:45:28:FINISHED TEST : buildFromMapTest4() 12-12-2023 12:45:28:STARTING TEST : buildFromMapTest5() 12-12-2023 12:45:28:FINISHED TEST : buildFromMapTest5() 12-12-2023 12:45:28:STARTING TEST : fragmentTest1() 12-12-2023 12:45:28:FINISHED TEST : fragmentTest1() 12-12-2023 12:45:28:STARTING TEST : resolveTemplatesMapThrowsIAEOnNullValueTest() 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected java.lang.IllegalArgumentException: One or more of template keys or values are null. 12-12-2023 12:45:28:FINISHED TEST : resolveTemplatesMapThrowsIAEOnNullValueTest() 12-12-2023 12:45:28:STARTING TEST : hostTest1() 12-12-2023 12:45:28:FINISHED TEST : hostTest1() 12-12-2023 12:45:28:STARTING TEST : hostTest2() 12-12-2023 12:45:28:FINISHED TEST : hostTest2() 12-12-2023 12:45:28:STARTING TEST : fromMethodThrowsIllegalArgumentExceptionWhenMorePathsTest() 12-12-2023 12:45:28:IllegalArgumentException has been sucessfully thrown java.lang.IllegalArgumentException 12-12-2023 12:45:28:FINISHED TEST : fromMethodThrowsIllegalArgumentExceptionWhenMorePathsTest() 12-12-2023 12:45:28:STARTING TEST : userInfoTest() foo:foo foo:foo 12-12-2023 12:45:28:FINISHED TEST : userInfoTest() 12-12-2023 12:45:28:STARTING TEST : resolveTemplateStringObjectBooleanThrowsIAEOnNullValueTest() 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected java.lang.IllegalArgumentException: "value" parameter is null. 12-12-2023 12:45:28:FINISHED TEST : resolveTemplateStringObjectBooleanThrowsIAEOnNullValueTest() 12-12-2023 12:45:28:STARTING TEST : resolveTemplateStringObjectBooleanSlashEncodedTest() 12-12-2023 12:45:28:Got expected template {v}/{w}/{x}/{y}/{w} 12-12-2023 12:45:28:FINISHED TEST : resolveTemplateStringObjectBooleanSlashEncodedTest() 12-12-2023 12:45:28:STARTING TEST : buildTest1() 12-12-2023 12:45:28:FINISHED TEST : buildTest1() 12-12-2023 12:45:28:STARTING TEST : buildTest2() 12-12-2023 12:45:28:FINISHED TEST : buildTest2() 12-12-2023 12:45:28:STARTING TEST : buildFromMapWithBooleanSlashNotEncodedTest() 12-12-2023 12:45:28:FINISHED TEST : buildFromMapWithBooleanSlashNotEncodedTest() 12-12-2023 12:45:28:STARTING TEST : pathTest0() 12-12-2023 12:45:28:FINISHED TEST : pathTest0() 12-12-2023 12:45:28:STARTING TEST : pathTest1() 12-12-2023 12:45:28:FINISHED TEST : pathTest1() 12-12-2023 12:45:28:STARTING TEST : pathTest2() 12-12-2023 12:45:28:FINISHED TEST : pathTest2() 12-12-2023 12:45:28:STARTING TEST : pathTest3() 12-12-2023 12:45:28:FINISHED TEST : pathTest3() 12-12-2023 12:45:28:STARTING TEST : pathTest4() 12-12-2023 12:45:28:FINISHED TEST : pathTest4() 12-12-2023 12:45:28:STARTING TEST : pathTest5() 12-12-2023 12:45:28:FINISHED TEST : pathTest5() 12-12-2023 12:45:28:STARTING TEST : pathTest6() 12-12-2023 12:45:28:FINISHED TEST : pathTest6() 12-12-2023 12:45:28:STARTING TEST : pathTest7() 12-12-2023 12:45:28:FINISHED TEST : pathTest7() 12-12-2023 12:45:28:STARTING TEST : pathTest8() 12-12-2023 12:45:28:FINISHED TEST : pathTest8() 12-12-2023 12:45:28:STARTING TEST : pathTest9() 12-12-2023 12:45:28:FINISHED TEST : pathTest9() 12-12-2023 12:45:28:STARTING TEST : resolveTemplateStringObjectThrowsIAEOnNullValueTest() 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected java.lang.IllegalArgumentException: "value" parameter is null. 12-12-2023 12:45:28:FINISHED TEST : resolveTemplateStringObjectThrowsIAEOnNullValueTest() 12-12-2023 12:45:28:STARTING TEST : resolveTemplatesMapBooleanThrowsIAEOnNullNameTest() 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected java.lang.IllegalArgumentException: One or more of template keys or values are null. 12-12-2023 12:45:28:FINISHED TEST : resolveTemplatesMapBooleanThrowsIAEOnNullNameTest() 12-12-2023 12:45:28:STARTING TEST : templateTest1() 12-12-2023 12:45:28:FINISHED TEST : templateTest1() 12-12-2023 12:45:28:STARTING TEST : templateTest2() 12-12-2023 12:45:28:FINISHED TEST : templateTest2() 12-12-2023 12:45:28:STARTING TEST : uriTest() 12-12-2023 12:45:28: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 12-12-2023 12:45:28:FINISHED TEST : uriTest() 12-12-2023 12:45:28:STARTING TEST : resolveTemplateFromEncodedThrowsNullOnNullValueTest() 12-12-2023 12:45:28:IllegalArgumentException thrown as expected java.lang.IllegalArgumentException: "value" parameter is null. 12-12-2023 12:45:28:FINISHED TEST : resolveTemplateFromEncodedThrowsNullOnNullValueTest() 12-12-2023 12:45:28:STARTING TEST : resolveTemplateFromEncodedThrowsNullOnNullNameTest() 12-12-2023 12:45:28:IllegalArgumentException thrown as expected java.lang.IllegalArgumentException: "name" parameter is null. 12-12-2023 12:45:28:FINISHED TEST : resolveTemplateFromEncodedThrowsNullOnNullNameTest() 12-12-2023 12:45:28:STARTING TEST : resolveTemplatesMapBooleanThrowsIAEOnNullMapTest() 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected java.lang.IllegalArgumentException: "templateValues" parameter is null. 12-12-2023 12:45:28:FINISHED TEST : resolveTemplatesMapBooleanThrowsIAEOnNullMapTest() 12-12-2023 12:45:28:STARTING TEST : uriStringThrowsIAEWhenNullTest() 12-12-2023 12:45:28:#IllegalArgumentException has been thrown as expected for #uri(null) 12-12-2023 12:45:28:FINISHED TEST : uriStringThrowsIAEWhenNullTest() 12-12-2023 12:45:28:STARTING TEST : replaceQueryTest1() 12-12-2023 12:45:28:FINISHED TEST : replaceQueryTest1() 12-12-2023 12:45:28:STARTING TEST : replaceQueryTest2() 12-12-2023 12:45:28:FINISHED TEST : replaceQueryTest2() 12-12-2023 12:45:28:STARTING TEST : replaceQueryTest3() 12-12-2023 12:45:28:FINISHED TEST : replaceQueryTest3() 12-12-2023 12:45:28:STARTING TEST : resolveTemplatesFromEncodedTest() 12-12-2023 12:45:28:FINISHED TEST : resolveTemplatesFromEncodedTest() 12-12-2023 12:45:28:STARTING TEST : resolveTemplatesFromEncodedThrowsNullOnNullValueTest() 12-12-2023 12:45:28:IllegalArgumentException thrown as expected java.lang.IllegalArgumentException: One or more of template keys or values are null. 12-12-2023 12:45:28:FINISHED TEST : resolveTemplatesFromEncodedThrowsNullOnNullValueTest() 12-12-2023 12:45:28:STARTING TEST : uriBuilderExceptionTest1() 12-12-2023 12:45:28:FINISHED TEST : uriBuilderExceptionTest1() 12-12-2023 12:45:28:STARTING TEST : uriBuilderExceptionTest2() 12-12-2023 12:45:28:FINISHED TEST : uriBuilderExceptionTest2() 12-12-2023 12:45:28:STARTING TEST : uriBuilderExceptionTest3() 12-12-2023 12:45:28:FINISHED TEST : uriBuilderExceptionTest3() 12-12-2023 12:45:28:STARTING TEST : uriBuilderExceptionTest4() 12-12-2023 12:45:28:FINISHED TEST : uriBuilderExceptionTest4() 12-12-2023 12:45:28:STARTING TEST : resolveTemplatesFromEncodedThrowsNullOnNullNameTest() 12-12-2023 12:45:28:IllegalArgumentException thrown as expected java.lang.IllegalArgumentException: One or more of template keys or values are null. 12-12-2023 12:45:28:FINISHED TEST : resolveTemplatesFromEncodedThrowsNullOnNullNameTest() 12-12-2023 12:45:28:STARTING TEST : replaceMatrixParamTest1() 12-12-2023 12:45:28:FINISHED TEST : replaceMatrixParamTest1() 12-12-2023 12:45:28:STARTING TEST : replaceMatrixParamTest2() 12-12-2023 12:45:28:FINISHED TEST : replaceMatrixParamTest2() 12-12-2023 12:45:28:STARTING TEST : replaceMatrixParamTest3() 12-12-2023 12:45:28:FINISHED TEST : replaceMatrixParamTest3() 12-12-2023 12:45:28:STARTING TEST : replaceMatrixParamTest4() 12-12-2023 12:45:28:FINISHED TEST : replaceMatrixParamTest4() 12-12-2023 12:45:28:STARTING TEST : buildObjectsBooleanEncodedTest() 12-12-2023 12:45:28:FINISHED TEST : buildObjectsBooleanEncodedTest() 12-12-2023 12:45:28:STARTING TEST : schemeSpecificPartTest1() 12-12-2023 12:45:28:FINISHED TEST : schemeSpecificPartTest1() 12-12-2023 12:45:28:STARTING TEST : fromLinkThrowsIllegalArgumentExceptionTest() 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected 12-12-2023 12:45:28:FINISHED TEST : fromLinkThrowsIllegalArgumentExceptionTest() 12-12-2023 12:45:28:STARTING TEST : replaceMatrixTest1() 12-12-2023 12:45:28:FINISHED TEST : replaceMatrixTest1() 12-12-2023 12:45:28:STARTING TEST : replaceMatrixTest2() 12-12-2023 12:45:28:FINISHED TEST : replaceMatrixTest2() 12-12-2023 12:45:28:STARTING TEST : replaceMatrixTest3() 12-12-2023 12:45:28:FINISHED TEST : replaceMatrixTest3() 12-12-2023 12:45:28:STARTING TEST : segmentTest1() 12-12-2023 12:45:28:FINISHED TEST : segmentTest1() 12-12-2023 12:45:28:STARTING TEST : segmentTest2() 12-12-2023 12:45:28:FINISHED TEST : segmentTest2() 12-12-2023 12:45:28:STARTING TEST : segmentTest3() 12-12-2023 12:45:28:FINISHED TEST : segmentTest3() 12-12-2023 12:45:28:STARTING TEST : fromResourceTest1() 12-12-2023 12:45:28:FINISHED TEST : fromResourceTest1() 12-12-2023 12:45:28:STARTING TEST : fromResourceTest2() 12-12-2023 12:45:28:FINISHED TEST : fromResourceTest2() 12-12-2023 12:45:28:STARTING TEST : resolveTemplatesFromEncodedThrowsNullOnNullMapTest() 12-12-2023 12:45:28:IllegalArgumentException thrown as expected java.lang.IllegalArgumentException: "templateValues" parameter is null. 12-12-2023 12:45:28:FINISHED TEST : resolveTemplatesFromEncodedThrowsNullOnNullMapTest() 12-12-2023 12:45:28:STARTING TEST : schemeSpecificPartTest() 12-12-2023 12:45:28:FINISHED TEST : schemeSpecificPartTest() 12-12-2023 12:45:28:STARTING TEST : matrixParamTest1() 12-12-2023 12:45:28:FINISHED TEST : matrixParamTest1() 12-12-2023 12:45:28:STARTING TEST : matrixParamTest2() 12-12-2023 12:45:28:FINISHED TEST : matrixParamTest2() 12-12-2023 12:45:28:STARTING TEST : matrixParamTest3() 12-12-2023 12:45:28:FINISHED TEST : matrixParamTest3() 12-12-2023 12:45:28:STARTING TEST : resolveTemplatesMapBooleanSlashEncodedTest() 12-12-2023 12:45:28:FINISHED TEST : resolveTemplatesMapBooleanSlashEncodedTest() 12-12-2023 12:45:28:STARTING TEST : fromUriTest1() 12-12-2023 12:45:28:FINISHED TEST : fromUriTest1() 12-12-2023 12:45:28:STARTING TEST : fromUriTest2() 12-12-2023 12:45:28:FINISHED TEST : fromUriTest2() 12-12-2023 12:45:28:STARTING TEST : fromUriTest3() 12-12-2023 12:45:28:FINISHED TEST : fromUriTest3() 12-12-2023 12:45:28:STARTING TEST : fromUriTest4() 12-12-2023 12:45:28:FINISHED TEST : fromUriTest4() 12-12-2023 12:45:28:STARTING TEST : pathTest10() 12-12-2023 12:45:28:FINISHED TEST : pathTest10() 12-12-2023 12:45:28:STARTING TEST : pathTest11() 12-12-2023 12:45:28:FINISHED TEST : pathTest11() 12-12-2023 12:45:28:STARTING TEST : pathTest12() 12-12-2023 12:45:28:FINISHED TEST : pathTest12() 12-12-2023 12:45:28:STARTING TEST : pathTest13() 12-12-2023 12:45:28:FINISHED TEST : pathTest13() 12-12-2023 12:45:28:STARTING TEST : resolveTemplatesMapBooleanThrowsIAEOnNullValueTest() 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected java.lang.IllegalArgumentException: One or more of template keys or values are null. 12-12-2023 12:45:28:FINISHED TEST : resolveTemplatesMapBooleanThrowsIAEOnNullValueTest() 12-12-2023 12:45:28:STARTING TEST : resolveTemplateStringObjectTest() 12-12-2023 12:45:28:Got expected template {v}/{w}/{x}/{y}/{w} 12-12-2023 12:45:28:FINISHED TEST : resolveTemplateStringObjectTest() 12-12-2023 12:45:28:STARTING TEST : fromMethodTest() 12-12-2023 12:45:28:URI fromMethod is equal to the expected URI /sub 12-12-2023 12:45:28:FINISHED TEST : fromMethodTest() 12-12-2023 12:45:28:STARTING TEST : portTest1() 12-12-2023 12:45:28:FINISHED TEST : portTest1() 12-12-2023 12:45:28:STARTING TEST : portTest2() 12-12-2023 12:45:28:FINISHED TEST : portTest2() 12-12-2023 12:45:28:STARTING TEST : pathTest() 12-12-2023 12:45:28:FINISHED TEST : pathTest() 12-12-2023 12:45:28:STARTING TEST : resolveTemplateStringObjectThrowsIAEOnNullNameTest() 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected java.lang.IllegalArgumentException: "name" parameter is null. 12-12-2023 12:45:28:FINISHED TEST : resolveTemplateStringObjectThrowsIAEOnNullNameTest() 12-12-2023 12:45:28:STARTING TEST : fromEncodedTest1() 12-12-2023 12:45:28:FINISHED TEST : fromEncodedTest1() 12-12-2023 12:45:28:STARTING TEST : fromEncodedTest2() 12-12-2023 12:45:28:FINISHED TEST : fromEncodedTest2() 12-12-2023 12:45:28:STARTING TEST : fromEncodedTest3() 12-12-2023 12:45:28:FINISHED TEST : fromEncodedTest3() 12-12-2023 12:45:28:STARTING TEST : buildFromMapWithBooleanThrowsIAEWhenNullValueTest() 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected 12-12-2023 12:45:28:FINISHED TEST : buildFromMapWithBooleanThrowsIAEWhenNullValueTest() 12-12-2023 12:45:28:STARTING TEST : buildObjectsBooleanNotEncodedTest() 12-12-2023 12:45:28:FINISHED TEST : buildObjectsBooleanNotEncodedTest() 12-12-2023 12:45:28:STARTING TEST : resolveTemplateFromEncodedTest() 12-12-2023 12:45:28:FINISHED TEST : resolveTemplateFromEncodedTest() 12-12-2023 12:45:28:STARTING TEST : queryParamTest1() 12-12-2023 12:45:28:FINISHED TEST : queryParamTest1() 12-12-2023 12:45:28:STARTING TEST : queryParamTest2() 12-12-2023 12:45:28:FINISHED TEST : queryParamTest2() 12-12-2023 12:45:28:STARTING TEST : queryParamTest3() 12-12-2023 12:45:28:FINISHED TEST : queryParamTest3() 12-12-2023 12:45:28:STARTING TEST : queryParamTest4() 12-12-2023 12:45:28:FINISHED TEST : queryParamTest4() 12-12-2023 12:45:28:STARTING TEST : queryParamTest5() 12-12-2023 12:45:28:FINISHED TEST : queryParamTest5() 12-12-2023 12:45:28:STARTING TEST : buildObjectsBooleanThrowsIAEWhenValueIsNullTest() 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected java.lang.IllegalArgumentException: The template variable 'w' has no value 12-12-2023 12:45:28:FINISHED TEST : buildObjectsBooleanThrowsIAEWhenValueIsNullTest() 12-12-2023 12:45:28:STARTING TEST : fromPathTest1() 12-12-2023 12:45:28:FINISHED TEST : fromPathTest1() 12-12-2023 12:45:28:STARTING TEST : fromPathTest2() 12-12-2023 12:45:28:FINISHED TEST : fromPathTest2() 12-12-2023 12:45:28:STARTING TEST : buildFromMapWithBooleanThrowsIAEWhenNoSuppliedValueTest() 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected 12-12-2023 12:45:28:FINISHED TEST : buildFromMapWithBooleanThrowsIAEWhenNoSuppliedValueTest() 12-12-2023 12:45:28:STARTING TEST : resolveTemplateStringObjectBooleanThrowsIAEOnNullNameTest() 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected java.lang.IllegalArgumentException: "name" parameter is null. 12-12-2023 12:45:28:FINISHED TEST : resolveTemplateStringObjectBooleanThrowsIAEOnNullNameTest() 12-12-2023 12:45:28:STARTING TEST : cloneTest1() 12-12-2023 12:45:28:FINISHED TEST : cloneTest1() 12-12-2023 12:45:28:STARTING TEST : resolveTemplatesMapTest() 12-12-2023 12:45:28:FINISHED TEST : resolveTemplatesMapTest() 12-12-2023 12:45:28:STARTING TEST : buildFromEncodedMapTest1() 12-12-2023 12:45:28:FINISHED TEST : buildFromEncodedMapTest1() 12-12-2023 12:45:28:STARTING TEST : buildFromEncodedMapTest2() 12-12-2023 12:45:28:FINISHED TEST : buildFromEncodedMapTest2() 12-12-2023 12:45:28:STARTING TEST : buildFromEncodedMapTest3() 12-12-2023 12:45:28:FINISHED TEST : buildFromEncodedMapTest3() 12-12-2023 12:45:28:STARTING TEST : buildFromEncodedMapTest4() 12-12-2023 12:45:28:FINISHED TEST : buildFromEncodedMapTest4() 12-12-2023 12:45:28:STARTING TEST : buildFromEncodedMapTest5() 12-12-2023 12:45:28: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.responsebuilder.BuilderClientIT 12-12-2023 12:45:28:STARTING TEST : languageTest() 12-12-2023 12:45:28: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 12-12-2023 12:45:28:FINISHED TEST : languageTest() 12-12-2023 12:45:28:STARTING TEST : getLocationNotPresentTest() 12-12-2023 12:45:28:#getLocation returns null as expected 12-12-2023 12:45:28:FINISHED TEST : getLocationNotPresentTest() 12-12-2023 12:45:28:STARTING TEST : getHeaderStringUsingHeaderDelegateTest() 12-12-2023 12:45:28:HeaderDelegate is used for header s3 12-12-2023 12:45:28:FINISHED TEST : getHeaderStringUsingHeaderDelegateTest() 12-12-2023 12:45:28:STARTING TEST : getLinksIsNotNullTest() 12-12-2023 12:45:28:#getLinks contains no links as expected 12-12-2023 12:45:28:FINISHED TEST : getLinksIsNotNullTest() 12-12-2023 12:45:28:STARTING TEST : cacheControlTest() 12-12-2023 12:45:28:Correct status found in Response: 200 Expecting Cache-Control no-store Expecting Cache-Control no-transform 12-12-2023 12:45:28:FINISHED TEST : cacheControlTest() 12-12-2023 12:45:28:STARTING TEST : acceptedStringTest() 12-12-2023 12:45:28:Correct status found in Response: 202 Correct content found in Response: ENtiTy 12-12-2023 12:45:28:FINISHED TEST : acceptedStringTest() 12-12-2023 12:45:28:STARTING TEST : seeOtherTest() 12-12-2023 12:45:28: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/ 12-12-2023 12:45:28:FINISHED TEST : seeOtherTest() 12-12-2023 12:45:28:STARTING TEST : getLinkBuilderForTheRelationTest() 12-12-2023 12:45:28:#getLinkBuilder creates correct Link for given relation 12-12-2023 12:45:28:FINISHED TEST : getLinkBuilderForTheRelationTest() 12-12-2023 12:45:28:STARTING TEST : getEntityTagNotPresentTest() 12-12-2023 12:45:28:#getEntityTag() is null as expected 12-12-2023 12:45:28:FINISHED TEST : getEntityTagNotPresentTest() 12-12-2023 12:45:28:STARTING TEST : getLinksTest() 12-12-2023 12:45:28:#getLinks contains expected links 12-12-2023 12:45:28:FINISHED TEST : getLinksTest() 12-12-2023 12:45:28:STARTING TEST : variantTest() 12-12-2023 12:45:28: 12-12-2023 12:45:28:FINISHED TEST : variantTest() 12-12-2023 12:45:28:STARTING TEST : cookieTest() 12-12-2023 12:45:28: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. 12-12-2023 12:45:28:FINISHED TEST : cookieTest() 12-12-2023 12:45:28:STARTING TEST : lastModifiedTest() 12-12-2023 12:45:28: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 12-12-2023 12:45:28:FINISHED TEST : lastModifiedTest() 12-12-2023 12:45:28:STARTING TEST : getStringHeadersUsingHeaderDelegateTest() 12-12-2023 12:45:28:#getStringHeaders contains expected values org.glassfish.jersey.internal.util.collection.Views$2$1$1$1@1071779,org.glassfish.jersey.internal.util.collection.Views$2$1$1$1@573834d4,org.glassfish.jersey.internal.util.collection.Views$2$1$1$1@b6ab634 12-12-2023 12:45:28:FINISHED TEST : getStringHeadersUsingHeaderDelegateTest() 12-12-2023 12:45:28:STARTING TEST : getLanguageNotPresentTest() 12-12-2023 12:45:28:#getLanguage() is null as expected 12-12-2023 12:45:28:FINISHED TEST : getLanguageNotPresentTest() 12-12-2023 12:45:28:STARTING TEST : entityTest() 12-12-2023 12:45:28:Correct content found in Response: Test Only Correct status found in Response: 200 12-12-2023 12:45:28:FINISHED TEST : entityTest() 12-12-2023 12:45:28:STARTING TEST : okTest1() 12-12-2023 12:45:28:Correct status found in Response: 200 12-12-2023 12:45:28:FINISHED TEST : okTest1() 12-12-2023 12:45:28:STARTING TEST : okTest2() 12-12-2023 12:45:28:Correct content found in Response: Test only Correct status found in Response: 200 12-12-2023 12:45:28:FINISHED TEST : okTest2() 12-12-2023 12:45:28:STARTING TEST : okTest3() 12-12-2023 12:45:28:Correct content found in Response: Test only Correct status found in Response: 200 Content Type text/plain was found 12-12-2023 12:45:28:FINISHED TEST : okTest3() 12-12-2023 12:45:28:STARTING TEST : okTest4() 12-12-2023 12:45:28:Correct content found in Response: Test only Correct status found in Response: 200 Content Type text/plain was found 12-12-2023 12:45:28:FINISHED TEST : okTest4() 12-12-2023 12:45:28:STARTING TEST : okTest5() 12-12-2023 12:45:28: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 12-12-2023 12:45:28:FINISHED TEST : okTest5() 12-12-2023 12:45:28:STARTING TEST : temporaryRedirectTest() 12-12-2023 12:45:28: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/ 12-12-2023 12:45:28:FINISHED TEST : temporaryRedirectTest() 12-12-2023 12:45:28:STARTING TEST : getMediaTypeTest() 12-12-2023 12:45:28:#getMediaType returned expected MediaType 12-12-2023 12:45:28:FINISHED TEST : getMediaTypeTest() 12-12-2023 12:45:28:STARTING TEST : fromResponseTest() 12-12-2023 12:45:28: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 12-12-2023 12:45:28:FINISHED TEST : fromResponseTest() 12-12-2023 12:45:28:STARTING TEST : getLinkTest() 12-12-2023 12:45:28:#getLink matches expected Link 12-12-2023 12:45:28:FINISHED TEST : getLinkTest() 12-12-2023 12:45:28:STARTING TEST : statusTest3() 12-12-2023 12:45:28: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 12-12-2023 12:45:28:FINISHED TEST : statusTest3() 12-12-2023 12:45:28:STARTING TEST : statusTest4() 12-12-2023 12:45:28: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 12-12-2023 12:45:28:FINISHED TEST : statusTest4() 12-12-2023 12:45:28:STARTING TEST : statusTest5() 12-12-2023 12:45:28: 12-12-2023 12:45:28:FINISHED TEST : statusTest5() 12-12-2023 12:45:28:STARTING TEST : statusTest7() 12-12-2023 12:45:28: 12-12-2023 12:45:28:FINISHED TEST : statusTest7() 12-12-2023 12:45:28:STARTING TEST : tagTest1() 12-12-2023 12:45:28: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 12-12-2023 12:45:28:FINISHED TEST : tagTest1() 12-12-2023 12:45:28:STARTING TEST : tagTest2() 12-12-2023 12:45:28: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 12-12-2023 12:45:28:FINISHED TEST : tagTest2() 12-12-2023 12:45:28:STARTING TEST : hasEntityThrowsIllegalStateExceptionTest() 12-12-2023 12:45:28:IllegalStateException has been thrown as expected 12-12-2023 12:45:28:FINISHED TEST : hasEntityThrowsIllegalStateExceptionTest() 12-12-2023 12:45:28:STARTING TEST : getHeadersIsMutableTest() 12-12-2023 12:45:28:getHeaders is mutable 12-12-2023 12:45:28:FINISHED TEST : getHeadersIsMutableTest() 12-12-2023 12:45:28:STARTING TEST : typeTest() 12-12-2023 12:45:28:Correct status found in Response: 200 Content Type text/plain was found 12-12-2023 12:45:28:FINISHED TEST : typeTest() 12-12-2023 12:45:28:STARTING TEST : cloneTest() 12-12-2023 12:45:28: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 12-12-2023 12:45:28:FINISHED TEST : cloneTest() 12-12-2023 12:45:28:STARTING TEST : acceptedGenericEntityTest() 12-12-2023 12:45:28:Correct status found in Response: 202 Correct content found in Response: ENtiTy 12-12-2023 12:45:28:FINISHED TEST : acceptedGenericEntityTest() 12-12-2023 12:45:28:STARTING TEST : hasLinkWhenNoLinkTest() 12-12-2023 12:45:28:#hasLink has not found any Link as expected 12-12-2023 12:45:28:FINISHED TEST : hasLinkWhenNoLinkTest() 12-12-2023 12:45:28:STARTING TEST : createdTest() 12-12-2023 12:45: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 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 12-12-2023 12:45:28:FINISHED TEST : createdTest() 12-12-2023 12:45:28:STARTING TEST : getLanguageTest() 12-12-2023 12:45:28:#getLocale matches the Content-Language HTTP header 12-12-2023 12:45:28:FINISHED TEST : getLanguageTest() 12-12-2023 12:45:28:STARTING TEST : notAcceptableTest() 12-12-2023 12:45:28:Correct status found in Response: 406 12-12-2023 12:45:28:FINISHED TEST : notAcceptableTest() 12-12-2023 12:45:28:STARTING TEST : getDateTest() 12-12-2023 12:45:28:#getDate matches the Date HTTP header 12-12-2023 12:45:28:FINISHED TEST : getDateTest() 12-12-2023 12:45:28:STARTING TEST : languageTest1() 12-12-2023 12:45:28: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 12-12-2023 12:45:28:FINISHED TEST : languageTest1() 12-12-2023 12:45:28:STARTING TEST : notModifiedTest1() 12-12-2023 12:45:28:Correct status found in Response: 304 12-12-2023 12:45:28:FINISHED TEST : notModifiedTest1() 12-12-2023 12:45:28:STARTING TEST : notModifiedTest2() 12-12-2023 12:45:28: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 12-12-2023 12:45:28:FINISHED TEST : notModifiedTest2() 12-12-2023 12:45:28:STARTING TEST : notModifiedTest3() 12-12-2023 12:45:28: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 12-12-2023 12:45:28:FINISHED TEST : notModifiedTest3() 12-12-2023 12:45:28:STARTING TEST : getDateNotPresentTest() 12-12-2023 12:45:28:#getDate is null as expected 12-12-2023 12:45:28:FINISHED TEST : getDateNotPresentTest() 12-12-2023 12:45:28:STARTING TEST : getHeaderStringTest() 12-12-2023 12:45:28:Found following objects: 12-12-2023 12:45:28:Cache-Control:no-store, no-transform Set-Cookie:cookie=eikooc;Version=1 Content-Encoding:gzip Expires:Tue Dec 12 12:45:28 UTC 2023 Content-Language:fr_CA 12-12-2023 12:45:28:FINISHED TEST : getHeaderStringTest() 12-12-2023 12:45:28:STARTING TEST : getStringHeadersUsingToStringTest() 12-12-2023 12:45:28:#getStringHeaders contains expected values org.glassfish.jersey.internal.util.collection.Views$2$1$1$1@57540019,org.glassfish.jersey.internal.util.collection.Views$2$1$1$1@293ab3e9,org.glassfish.jersey.internal.util.collection.Views$2$1$1$1@2ac0d93a 12-12-2023 12:45:28:FINISHED TEST : getStringHeadersUsingToStringTest() 12-12-2023 12:45:28:STARTING TEST : getAllowedMethodsTest() 12-12-2023 12:45:28:#getAllowedMethods returned expected methods TRACE;POST 12-12-2023 12:45:28:FINISHED TEST : getAllowedMethodsTest() 12-12-2023 12:45:28:STARTING TEST : locationTest() 12-12-2023 12:45: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 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 12-12-2023 12:45:28:FINISHED TEST : locationTest() 12-12-2023 12:45:28:STARTING TEST : getLengthNotPresentTest() 12-12-2023 12:45:28:#getLength matches expected Content-Length -1 12-12-2023 12:45:28:FINISHED TEST : getLengthNotPresentTest() 12-12-2023 12:45:28:STARTING TEST : getEntityThrowsIllegalStateExceptionTest() 12-12-2023 12:45:28:#getEntity throws IllegalStateException as expected java.lang.IllegalStateException: Response is closed. 12-12-2023 12:45:28:FINISHED TEST : getEntityThrowsIllegalStateExceptionTest() 12-12-2023 12:45:28:STARTING TEST : statusFamilyValueOfTest() 12-12-2023 12:45:28:FINISHED TEST : statusFamilyValueOfTest() 12-12-2023 12:45:28:STARTING TEST : getCookiesIsImmutableTest() 12-12-2023 12:45:28:#getCookies is read-only as expected 12-12-2023 12:45:28:FINISHED TEST : getCookiesIsImmutableTest() 12-12-2023 12:45:28:STARTING TEST : getHeaderStringUsingToStringTest() 12-12-2023 12:45:28:toString method is used as expected 12-12-2023 12:45:28:FINISHED TEST : getHeaderStringUsingToStringTest() 12-12-2023 12:45:28:STARTING TEST : bufferEntityThrowsIllegalStateExceptionTest() 12-12-2023 12:45:28:#bufferEntity throws IllegalStateException as expected 12-12-2023 12:45:28:FINISHED TEST : bufferEntityThrowsIllegalStateExceptionTest() 12-12-2023 12:45:28:STARTING TEST : acceptedNoArgTest() 12-12-2023 12:45:28:Correct status found in Response: 202 12-12-2023 12:45:28:FINISHED TEST : acceptedNoArgTest() 12-12-2023 12:45:28:STARTING TEST : getFamilyTest() 12-12-2023 12:45:28: 12-12-2023 12:45:28:FINISHED TEST : getFamilyTest() 12-12-2023 12:45:28:STARTING TEST : typeTest1() 12-12-2023 12:45:28:Correct status found in Response: 200 Content Type text/html was found 12-12-2023 12:45:28:FINISHED TEST : typeTest1() 12-12-2023 12:45:28:STARTING TEST : getEntityTagTest() 12-12-2023 12:45:28:#getEntityTag is "getEntityTag" as expected 12-12-2023 12:45:28:FINISHED TEST : getEntityTagTest() 12-12-2023 12:45:28:STARTING TEST : noContentTest() 12-12-2023 12:45:28:Correct status found in Response: 204 12-12-2023 12:45:28:FINISHED TEST : noContentTest() 12-12-2023 12:45:28:STARTING TEST : getHeadersTest() 12-12-2023 12:45:28:Found following objects: 12-12-2023 12:45:28:Cache-Control:no-transform Set-Cookie:cookie=eikooc;Version=1 Content-Encoding:gzip Expires:Tue Dec 12 12:45:28 UTC 2023 Content-Language:fr_CA 12-12-2023 12:45:28:FINISHED TEST : getHeadersTest() 12-12-2023 12:45:28:STARTING TEST : toStringTest() 12-12-2023 12:45:28: 12-12-2023 12:45:28:FINISHED TEST : toStringTest() 12-12-2023 12:45:28:STARTING TEST : getLastModifiedNotPresentTest() 12-12-2023 12:45:28:#getLastModified() is null as expected 12-12-2023 12:45:28:FINISHED TEST : getLastModifiedNotPresentTest() 12-12-2023 12:45:28:STARTING TEST : getStatusInfoTest() 12-12-2023 12:45:28:#getStatusInfo returned expected StatusTypes 12-12-2023 12:45:28:FINISHED TEST : getStatusInfoTest() 12-12-2023 12:45:28:STARTING TEST : hasEntityWhenEntityTest() 12-12-2023 12:45:28:#hasEntity found the entity as expected 12-12-2023 12:45:28:FINISHED TEST : hasEntityWhenEntityTest() 12-12-2023 12:45:28:STARTING TEST : getLengthTest() 12-12-2023 12:45:28:#getLength matches expected Content-Length 10 12-12-2023 12:45:28:FINISHED TEST : getLengthTest() 12-12-2023 12:45:28:STARTING TEST : contentLocationTest() 12-12-2023 12:45: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 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 12-12-2023 12:45:28:FINISHED TEST : contentLocationTest() 12-12-2023 12:45:28:STARTING TEST : getReasonPhraseTest() 12-12-2023 12:45:28: 12-12-2023 12:45:28:FINISHED TEST : getReasonPhraseTest() 12-12-2023 12:45:28:STARTING TEST : getLastModifiedTest() 12-12-2023 12:45:28:#getLastModified matches the Last-Modified HTTP header 12-12-2023 12:45:28:FINISHED TEST : getLastModifiedTest() 12-12-2023 12:45:28:STARTING TEST : serverErrorTest() 12-12-2023 12:45:28:Correct status found in Response: 500 12-12-2023 12:45:28:FINISHED TEST : serverErrorTest() 12-12-2023 12:45:28:STARTING TEST : hasLinkWhenLinkTest() 12-12-2023 12:45:28:#hasEntity found the Link as expected 12-12-2023 12:45:28:FINISHED TEST : hasLinkWhenLinkTest() 12-12-2023 12:45:28:STARTING TEST : statusValueOfTest() 12-12-2023 12:45:28: 12-12-2023 12:45:28:FINISHED TEST : statusValueOfTest() 12-12-2023 12:45:28:STARTING TEST : getLocationTest() 12-12-2023 12:45:28:#getLocation contains expected location 12-12-2023 12:45:28:FINISHED TEST : getLocationTest() 12-12-2023 12:45:28:STARTING TEST : bufferEntityIgnoreNoBackingStreamTest() 12-12-2023 12:45:28:#bufferEntity did ignore no backing stream as expected 12-12-2023 12:45:28:FINISHED TEST : bufferEntityIgnoreNoBackingStreamTest() 12-12-2023 12:45:28:STARTING TEST : getLinkBuilderForTheNotPresentRelationTest() 12-12-2023 12:45:28:#getLinkBuilder returned null as expected 12-12-2023 12:45:28:FINISHED TEST : getLinkBuilderForTheNotPresentRelationTest() 12-12-2023 12:45:28:STARTING TEST : getLinkNotPresentTest() 12-12-2023 12:45:28:#getLink return null as expected 12-12-2023 12:45:28:FINISHED TEST : getLinkNotPresentTest() 12-12-2023 12:45:28:STARTING TEST : getMediaTypeNoMediaTypeTest() 12-12-2023 12:45:28:#getMediaType returned null as expected 12-12-2023 12:45:28:FINISHED TEST : getMediaTypeNoMediaTypeTest() 12-12-2023 12:45:28:STARTING TEST : getCookiesTest() 12-12-2023 12:45:28: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. 12-12-2023 12:45:28:#getCookies returned expected cookies 12-12-2023 12:45:28:FINISHED TEST : getCookiesTest() 12-12-2023 12:45:28:STARTING TEST : statusFamilyValuesTest() 12-12-2023 12:45:28:FINISHED TEST : statusFamilyValuesTest() 12-12-2023 12:45:28:STARTING TEST : headerTest() 12-12-2023 12:45:28: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. 12-12-2023 12:45:28:FINISHED TEST : headerTest() 12-12-2023 12:45:28:STARTING TEST : hasEntityWhenNoEntityTest() 12-12-2023 12:45:28:#hasEntity has not found any entity as expected 12-12-2023 12:45:28:FINISHED TEST : hasEntityWhenNoEntityTest() 12-12-2023 12:45:28:STARTING TEST : allowStringArrayTest() 12-12-2023 12:45:28:Found expected allowed method OPTIONS 12-12-2023 12:45:28:Found expected allowed method TRACE 12-12-2023 12:45:28:FINISHED TEST : allowStringArrayTest() 12-12-2023 12:45:28:STARTING TEST : linksTest() 12-12-2023 12:45:28:Found expected links 12-12-2023 12:45:28:FINISHED TEST : linksTest() 12-12-2023 12:45:28:STARTING TEST : allowStringArrayTruncateDuplicatesTest() 12-12-2023 12:45:28:OPTIONS has been found in allowed methods 12-12-2023 12:45:28:FINISHED TEST : allowStringArrayTruncateDuplicatesTest() 12-12-2023 12:45:28:STARTING TEST : statusTest1() 12-12-2023 12:45:28: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 12-12-2023 12:45:28:FINISHED TEST : statusTest1() 12-12-2023 12:45:28:STARTING TEST : statusTest2() 12-12-2023 12:45:28: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 12-12-2023 12:45:28:FINISHED TEST : statusTest2() 12-12-2023 12:45:28:STARTING TEST : encodingTest() 12-12-2023 12:45:28:Encoding gzip was found Encoding ccitt was found Encoding pic was found 12-12-2023 12:45:28:Found expected encodings 12-12-2023 12:45:28:FINISHED TEST : encodingTest() 12-12-2023 12:45:28:STARTING TEST : linkStringStringTest() 12-12-2023 12:45:28:Found expected link ; rel="REL" 12-12-2023 12:45:28:FINISHED TEST : linkStringStringTest() 12-12-2023 12:45:28:STARTING TEST : replaceAllByNullTest() 12-12-2023 12:45:28:FINISHED TEST : replaceAllByNullTest() 12-12-2023 12:45:28:STARTING TEST : replaceAllTest() 12-12-2023 12:45:28:FINISHED TEST : replaceAllTest() 12-12-2023 12:45:28:STARTING TEST : allowStringSetNullRemovesAllTest() 12-12-2023 12:45:28:Allowed methods has been removed by null value as expected 12-12-2023 12:45:28:FINISHED TEST : allowStringSetNullRemovesAllTest() 12-12-2023 12:45:28:STARTING TEST : expiresTest() 12-12-2023 12:45:28:Set and fetched expire dates matched 12-12-2023 12:45:28:FINISHED TEST : expiresTest() 12-12-2023 12:45:28:STARTING TEST : allowStringSetTest() 12-12-2023 12:45:28:Found expected allowed method OPTIONS 12-12-2023 12:45:28:Found expected allowed method TRACE 12-12-2023 12:45:28:FINISHED TEST : allowStringSetTest() 12-12-2023 12:45:28:STARTING TEST : linkUriStringTest() 12-12-2023 12:45:28:Found expected link ; rel="REL" 12-12-2023 12:45:28:FINISHED TEST : linkUriStringTest() 12-12-2023 12:45:28:STARTING TEST : variantsTest() 12-12-2023 12:45:28:Found expected header Accept-Language. Found expected header Accept-Encoding. 12-12-2023 12:45:28:FINISHED TEST : variantsTest() 12-12-2023 12:45:28:STARTING TEST : allowStringArrayNullRemovesAllTest() 12-12-2023 12:45:28:Allowed methods has been removed by null value as expected 12-12-2023 12:45:28:FINISHED TEST : allowStringArrayNullRemovesAllTest() [INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 s - in ee.jakarta.tck.ws.rs.api.rs.core.responsebuilder.BuilderClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.responseclient.JAXRSClientIT 12-12-2023 12:45:28:STARTING TEST : languageTest() 12-12-2023 12:45:28: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 12-12-2023 12:45:28:FINISHED TEST : languageTest() 12-12-2023 12:45:28:STARTING TEST : getLocationNotPresentTest() 12-12-2023 12:45:28:#getLocation returns null as expected 12-12-2023 12:45:28:FINISHED TEST : getLocationNotPresentTest() 12-12-2023 12:45:28:STARTING TEST : getHeaderStringUsingHeaderDelegateTest() 12-12-2023 12:45:28:HeaderDelegate is used for header s3 12-12-2023 12:45:28:FINISHED TEST : getHeaderStringUsingHeaderDelegateTest() 12-12-2023 12:45:28:STARTING TEST : getLinksIsNotNullTest() 12-12-2023 12:45:28:#getLinks contains no links as expected 12-12-2023 12:45:28:FINISHED TEST : getLinksIsNotNullTest() 12-12-2023 12:45:28:STARTING TEST : cacheControlTest() 12-12-2023 12:45:28:Correct status found in Response: 200 Expecting Cache-Control no-store Expecting Cache-Control no-transform 12-12-2023 12:45:28:FINISHED TEST : cacheControlTest() 12-12-2023 12:45:28:STARTING TEST : acceptedStringTest() 12-12-2023 12:45:28:Correct status found in Response: 202 Correct content found in Response: ENtiTy 12-12-2023 12:45:28:FINISHED TEST : acceptedStringTest() 12-12-2023 12:45:28:STARTING TEST : seeOtherTest() 12-12-2023 12:45:28: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/ 12-12-2023 12:45:28:FINISHED TEST : seeOtherTest() 12-12-2023 12:45:28:STARTING TEST : getLinkBuilderForTheRelationTest() 12-12-2023 12:45:28:#getLinkBuilder creates correct Link for given relation 12-12-2023 12:45:28:FINISHED TEST : getLinkBuilderForTheRelationTest() 12-12-2023 12:45:28:STARTING TEST : getEntityTagNotPresentTest() 12-12-2023 12:45:28:#getEntityTag() is null as expected 12-12-2023 12:45:28:FINISHED TEST : getEntityTagNotPresentTest() 12-12-2023 12:45:28:STARTING TEST : getLinksTest() 12-12-2023 12:45:28:#getLinks contains expected links 12-12-2023 12:45:28:FINISHED TEST : getLinksTest() 12-12-2023 12:45:28:STARTING TEST : variantTest() 12-12-2023 12:45:28: 12-12-2023 12:45:28:FINISHED TEST : variantTest() 12-12-2023 12:45:28:STARTING TEST : cookieTest() 12-12-2023 12:45:28: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. 12-12-2023 12:45:28:FINISHED TEST : cookieTest() 12-12-2023 12:45:28:STARTING TEST : lastModifiedTest() 12-12-2023 12:45:28: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 12-12-2023 12:45:28:FINISHED TEST : lastModifiedTest() 12-12-2023 12:45:28:STARTING TEST : getStringHeadersUsingHeaderDelegateTest() 12-12-2023 12:45:28:#getStringHeaders contains expected values org.glassfish.jersey.internal.util.collection.Views$2$1$1$1@7f0f5dc5,org.glassfish.jersey.internal.util.collection.Views$2$1$1$1@e396331,org.glassfish.jersey.internal.util.collection.Views$2$1$1$1@4ff34fdd 12-12-2023 12:45:28:FINISHED TEST : getStringHeadersUsingHeaderDelegateTest() 12-12-2023 12:45:28:STARTING TEST : getLanguageNotPresentTest() 12-12-2023 12:45:28:#getLanguage() is null as expected 12-12-2023 12:45:28:FINISHED TEST : getLanguageNotPresentTest() 12-12-2023 12:45:28:STARTING TEST : entityTest() 12-12-2023 12:45:28:Correct content found in Response: Test Only Correct status found in Response: 200 12-12-2023 12:45:28:FINISHED TEST : entityTest() 12-12-2023 12:45:28:STARTING TEST : okTest1() 12-12-2023 12:45:28:Correct status found in Response: 200 12-12-2023 12:45:28:FINISHED TEST : okTest1() 12-12-2023 12:45:28:STARTING TEST : okTest2() 12-12-2023 12:45:28:Correct content found in Response: Test only Correct status found in Response: 200 12-12-2023 12:45:28:FINISHED TEST : okTest2() 12-12-2023 12:45:28:STARTING TEST : okTest3() 12-12-2023 12:45:28:Correct content found in Response: Test only Correct status found in Response: 200 Content Type text/plain was found 12-12-2023 12:45:28:FINISHED TEST : okTest3() 12-12-2023 12:45:28:STARTING TEST : okTest4() 12-12-2023 12:45:28:Correct content found in Response: Test only Correct status found in Response: 200 Content Type text/plain was found 12-12-2023 12:45:28:FINISHED TEST : okTest4() 12-12-2023 12:45:28:STARTING TEST : okTest5() 12-12-2023 12:45:28: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 12-12-2023 12:45:28:FINISHED TEST : okTest5() 12-12-2023 12:45:28:STARTING TEST : temporaryRedirectTest() 12-12-2023 12:45:28: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/ 12-12-2023 12:45:28:FINISHED TEST : temporaryRedirectTest() 12-12-2023 12:45:28:STARTING TEST : getMediaTypeTest() 12-12-2023 12:45:28:#getMediaType returned expected MediaType 12-12-2023 12:45:28:FINISHED TEST : getMediaTypeTest() 12-12-2023 12:45:28:STARTING TEST : fromResponseTest() 12-12-2023 12:45:28: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 12-12-2023 12:45:28:FINISHED TEST : fromResponseTest() 12-12-2023 12:45:28:STARTING TEST : getLinkTest() 12-12-2023 12:45:28:#getLink matches expected Link 12-12-2023 12:45:28:FINISHED TEST : getLinkTest() 12-12-2023 12:45:28:STARTING TEST : statusTest1() 12-12-2023 12:45:28: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 12-12-2023 12:45:28:FINISHED TEST : statusTest1() 12-12-2023 12:45:28:STARTING TEST : statusTest2() 12-12-2023 12:45:28: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 12-12-2023 12:45:28:FINISHED TEST : statusTest2() 12-12-2023 12:45:28:STARTING TEST : statusTest3() 12-12-2023 12:45:28: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 12-12-2023 12:45:28:FINISHED TEST : statusTest3() 12-12-2023 12:45:28:STARTING TEST : statusTest4() 12-12-2023 12:45:28: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 12-12-2023 12:45:28:FINISHED TEST : statusTest4() 12-12-2023 12:45:28:STARTING TEST : statusTest5() 12-12-2023 12:45:28: 12-12-2023 12:45:28:FINISHED TEST : statusTest5() 12-12-2023 12:45:28:STARTING TEST : statusTest7() 12-12-2023 12:45:28: 12-12-2023 12:45:28:FINISHED TEST : statusTest7() 12-12-2023 12:45:28:STARTING TEST : tagTest1() 12-12-2023 12:45:28: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 12-12-2023 12:45:28:FINISHED TEST : tagTest1() 12-12-2023 12:45:28:STARTING TEST : tagTest2() 12-12-2023 12:45:28: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 12-12-2023 12:45:28:FINISHED TEST : tagTest2() 12-12-2023 12:45:28:STARTING TEST : hasEntityThrowsIllegalStateExceptionTest() 12-12-2023 12:45:28:IllegalStateException has been thrown as expected 12-12-2023 12:45:28:FINISHED TEST : hasEntityThrowsIllegalStateExceptionTest() 12-12-2023 12:45:28:STARTING TEST : getHeadersIsMutableTest() 12-12-2023 12:45:28:getHeaders is mutable 12-12-2023 12:45:28:FINISHED TEST : getHeadersIsMutableTest() 12-12-2023 12:45:28:STARTING TEST : typeTest() 12-12-2023 12:45:28:Correct status found in Response: 200 Content Type text/plain was found 12-12-2023 12:45:28:FINISHED TEST : typeTest() 12-12-2023 12:45:28:STARTING TEST : cloneTest() 12-12-2023 12:45:28: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 12-12-2023 12:45:28:FINISHED TEST : cloneTest() 12-12-2023 12:45:28:STARTING TEST : acceptedGenericEntityTest() 12-12-2023 12:45:28:Correct status found in Response: 202 Correct content found in Response: ENtiTy 12-12-2023 12:45:28:FINISHED TEST : acceptedGenericEntityTest() 12-12-2023 12:45:28:STARTING TEST : hasLinkWhenNoLinkTest() 12-12-2023 12:45:28:#hasLink has not found any Link as expected 12-12-2023 12:45:28:FINISHED TEST : hasLinkWhenNoLinkTest() 12-12-2023 12:45:28:STARTING TEST : createdTest() 12-12-2023 12:45: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 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 12-12-2023 12:45:28:FINISHED TEST : createdTest() 12-12-2023 12:45:28:STARTING TEST : getLanguageTest() 12-12-2023 12:45:28:#getLocale matches the Content-Language HTTP header 12-12-2023 12:45:28:FINISHED TEST : getLanguageTest() 12-12-2023 12:45:28:STARTING TEST : notAcceptableTest() 12-12-2023 12:45:28:Correct status found in Response: 406 12-12-2023 12:45:28:FINISHED TEST : notAcceptableTest() 12-12-2023 12:45:28:STARTING TEST : getDateTest() 12-12-2023 12:45:28:#getDate matches the Date HTTP header 12-12-2023 12:45:28:FINISHED TEST : getDateTest() 12-12-2023 12:45:28:STARTING TEST : languageTest1() 12-12-2023 12:45:28: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 12-12-2023 12:45:28:FINISHED TEST : languageTest1() 12-12-2023 12:45:28:STARTING TEST : notModifiedTest1() 12-12-2023 12:45:28:Correct status found in Response: 304 12-12-2023 12:45:28:FINISHED TEST : notModifiedTest1() 12-12-2023 12:45:28:STARTING TEST : notModifiedTest2() 12-12-2023 12:45:28: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 12-12-2023 12:45:28:FINISHED TEST : notModifiedTest2() 12-12-2023 12:45:28:STARTING TEST : notModifiedTest3() 12-12-2023 12:45:28: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 12-12-2023 12:45:28:FINISHED TEST : notModifiedTest3() 12-12-2023 12:45:28:STARTING TEST : getDateNotPresentTest() 12-12-2023 12:45:28:#getDate is null as expected 12-12-2023 12:45:28:FINISHED TEST : getDateNotPresentTest() 12-12-2023 12:45:28:STARTING TEST : getHeaderStringTest() 12-12-2023 12:45:28:Found following objects: 12-12-2023 12:45:28:Cache-Control:no-store, no-transform Set-Cookie:cookie=eikooc;Version=1 Content-Encoding:gzip Expires:Tue Dec 12 12:45:28 UTC 2023 Content-Language:fr_CA 12-12-2023 12:45:28:FINISHED TEST : getHeaderStringTest() 12-12-2023 12:45:28:STARTING TEST : getStringHeadersUsingToStringTest() 12-12-2023 12:45:28:#getStringHeaders contains expected values org.glassfish.jersey.internal.util.collection.Views$2$1$1$1@1021e2b2,org.glassfish.jersey.internal.util.collection.Views$2$1$1$1@12cf21e3,org.glassfish.jersey.internal.util.collection.Views$2$1$1$1@6fa5cd5f 12-12-2023 12:45:28:FINISHED TEST : getStringHeadersUsingToStringTest() 12-12-2023 12:45:28:STARTING TEST : getAllowedMethodsTest() 12-12-2023 12:45:28:#getAllowedMethods returned expected methods TRACE;POST 12-12-2023 12:45:28:FINISHED TEST : getAllowedMethodsTest() 12-12-2023 12:45:28:STARTING TEST : locationTest() 12-12-2023 12:45: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 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 12-12-2023 12:45:28:FINISHED TEST : locationTest() 12-12-2023 12:45:28:STARTING TEST : getLengthNotPresentTest() 12-12-2023 12:45:28:#getLength matches expected Content-Length -1 12-12-2023 12:45:28:FINISHED TEST : getLengthNotPresentTest() 12-12-2023 12:45:28:STARTING TEST : getEntityThrowsIllegalStateExceptionTest() 12-12-2023 12:45:28:#getEntity throws IllegalStateException as expected java.lang.IllegalStateException: Response is closed. 12-12-2023 12:45:28:FINISHED TEST : getEntityThrowsIllegalStateExceptionTest() 12-12-2023 12:45:28:STARTING TEST : statusFamilyValueOfTest() 12-12-2023 12:45:28:FINISHED TEST : statusFamilyValueOfTest() 12-12-2023 12:45:28:STARTING TEST : getCookiesIsImmutableTest() 12-12-2023 12:45:28:#getCookies is read-only as expected 12-12-2023 12:45:28:FINISHED TEST : getCookiesIsImmutableTest() 12-12-2023 12:45:28:STARTING TEST : getHeaderStringUsingToStringTest() 12-12-2023 12:45:28:toString method is used as expected 12-12-2023 12:45:28:FINISHED TEST : getHeaderStringUsingToStringTest() 12-12-2023 12:45:28:STARTING TEST : bufferEntityThrowsIllegalStateExceptionTest() 12-12-2023 12:45:28:#bufferEntity throws IllegalStateException as expected 12-12-2023 12:45:28:FINISHED TEST : bufferEntityThrowsIllegalStateExceptionTest() 12-12-2023 12:45:28:STARTING TEST : acceptedNoArgTest() 12-12-2023 12:45:28:Correct status found in Response: 202 12-12-2023 12:45:28:FINISHED TEST : acceptedNoArgTest() 12-12-2023 12:45:28:STARTING TEST : getFamilyTest() 12-12-2023 12:45:28: 12-12-2023 12:45:28:FINISHED TEST : getFamilyTest() 12-12-2023 12:45:28:STARTING TEST : typeTest1() 12-12-2023 12:45:28:Correct status found in Response: 200 Content Type text/html was found 12-12-2023 12:45:28:FINISHED TEST : typeTest1() 12-12-2023 12:45:28:STARTING TEST : getEntityTagTest() 12-12-2023 12:45:28:#getEntityTag is "getEntityTag" as expected 12-12-2023 12:45:28:FINISHED TEST : getEntityTagTest() 12-12-2023 12:45:28:STARTING TEST : noContentTest() 12-12-2023 12:45:28:Correct status found in Response: 204 12-12-2023 12:45:28:FINISHED TEST : noContentTest() 12-12-2023 12:45:28:STARTING TEST : getHeadersTest() 12-12-2023 12:45:28:Found following objects: 12-12-2023 12:45:28:Cache-Control:no-transform Set-Cookie:cookie=eikooc;Version=1 Content-Encoding:gzip Expires:Tue Dec 12 12:45:28 UTC 2023 Content-Language:fr_CA 12-12-2023 12:45:28:FINISHED TEST : getHeadersTest() 12-12-2023 12:45:28:STARTING TEST : toStringTest() 12-12-2023 12:45:28: 12-12-2023 12:45:28:FINISHED TEST : toStringTest() 12-12-2023 12:45:28:STARTING TEST : getLastModifiedNotPresentTest() 12-12-2023 12:45:28:#getLastModified() is null as expected 12-12-2023 12:45:28:FINISHED TEST : getLastModifiedNotPresentTest() 12-12-2023 12:45:28:STARTING TEST : getStatusInfoTest() 12-12-2023 12:45:28:#getStatusInfo returned expected StatusTypes 12-12-2023 12:45:28:FINISHED TEST : getStatusInfoTest() 12-12-2023 12:45:28:STARTING TEST : hasEntityWhenEntityTest() 12-12-2023 12:45:28:#hasEntity found the entity as expected 12-12-2023 12:45:28:FINISHED TEST : hasEntityWhenEntityTest() 12-12-2023 12:45:28:STARTING TEST : getLengthTest() 12-12-2023 12:45:28:#getLength matches expected Content-Length 10 12-12-2023 12:45:28:FINISHED TEST : getLengthTest() 12-12-2023 12:45:28:STARTING TEST : contentLocationTest() 12-12-2023 12:45: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 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 12-12-2023 12:45:28:FINISHED TEST : contentLocationTest() 12-12-2023 12:45:28:STARTING TEST : getReasonPhraseTest() 12-12-2023 12:45:28: 12-12-2023 12:45:28:FINISHED TEST : getReasonPhraseTest() 12-12-2023 12:45:28:STARTING TEST : getLastModifiedTest() 12-12-2023 12:45:28:#getLastModified matches the Last-Modified HTTP header 12-12-2023 12:45:28:FINISHED TEST : getLastModifiedTest() 12-12-2023 12:45:28:STARTING TEST : serverErrorTest() 12-12-2023 12:45:28:Correct status found in Response: 500 12-12-2023 12:45:28:FINISHED TEST : serverErrorTest() 12-12-2023 12:45:28:STARTING TEST : hasLinkWhenLinkTest() 12-12-2023 12:45:28:#hasEntity found the Link as expected 12-12-2023 12:45:28:FINISHED TEST : hasLinkWhenLinkTest() 12-12-2023 12:45:28:STARTING TEST : statusValueOfTest() 12-12-2023 12:45:28: 12-12-2023 12:45:28:FINISHED TEST : statusValueOfTest() 12-12-2023 12:45:28:STARTING TEST : getLocationTest() 12-12-2023 12:45:28:#getLocation contains expected location 12-12-2023 12:45:28:FINISHED TEST : getLocationTest() 12-12-2023 12:45:28:STARTING TEST : bufferEntityIgnoreNoBackingStreamTest() 12-12-2023 12:45:28:#bufferEntity did ignore no backing stream as expected 12-12-2023 12:45:28:FINISHED TEST : bufferEntityIgnoreNoBackingStreamTest() 12-12-2023 12:45:28:STARTING TEST : getLinkBuilderForTheNotPresentRelationTest() 12-12-2023 12:45:28:#getLinkBuilder returned null as expected 12-12-2023 12:45:28:FINISHED TEST : getLinkBuilderForTheNotPresentRelationTest() 12-12-2023 12:45:28:STARTING TEST : getLinkNotPresentTest() 12-12-2023 12:45:28:#getLink return null as expected 12-12-2023 12:45:28:FINISHED TEST : getLinkNotPresentTest() 12-12-2023 12:45:28:STARTING TEST : getMediaTypeNoMediaTypeTest() 12-12-2023 12:45:28:#getMediaType returned null as expected 12-12-2023 12:45:28:FINISHED TEST : getMediaTypeNoMediaTypeTest() 12-12-2023 12:45:28:STARTING TEST : variantsTest() 12-12-2023 12:45:28:Correct status found in Response: 200 Found expected header accept-language. Found expected header accept-encoding. 12-12-2023 12:45:28:FINISHED TEST : variantsTest() 12-12-2023 12:45:28:STARTING TEST : getCookiesTest() 12-12-2023 12:45:28: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. 12-12-2023 12:45:28:#getCookies returned expected cookies 12-12-2023 12:45:28:FINISHED TEST : getCookiesTest() 12-12-2023 12:45:28:STARTING TEST : statusFamilyValuesTest() 12-12-2023 12:45:28:FINISHED TEST : statusFamilyValuesTest() 12-12-2023 12:45:28:STARTING TEST : headerTest() 12-12-2023 12:45:28: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. 12-12-2023 12:45:28:FINISHED TEST : headerTest() 12-12-2023 12:45:28:STARTING TEST : hasEntityWhenNoEntityTest() 12-12-2023 12:45:28:#hasEntity has not found any entity as expected 12-12-2023 12:45:28:FINISHED TEST : hasEntityWhenNoEntityTest() [INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.072 s - in ee.jakarta.tck.ws.rs.api.rs.core.responseclient.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.nocontentexception.JAXRSClientIT 12-12-2023 12:45:28:STARTING TEST : constructorNullStringTest() 12-12-2023 12:45:28:The exception contains expected #getMessage() 12-12-2023 12:45:28:FINISHED TEST : constructorNullStringTest() 12-12-2023 12:45:28:STARTING TEST : constructorStringThrowableTest() 12-12-2023 12:45:28:The exception contains expected #getMessage() 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:The exception contains expected #getMessage() 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:The exception contains expected #getMessage() 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:The exception contains expected #getMessage() 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:The exception contains expected #getMessage() 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:The exception contains expected #getMessage() 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:The exception contains expected #getMessage() 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:The exception contains expected #getMessage() 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:FINISHED TEST : constructorStringThrowableTest() 12-12-2023 12:45:28:STARTING TEST : constructorStringTest() 12-12-2023 12:45:28:The exception contains expected #getMessage() 12-12-2023 12:45:28:FINISHED TEST : constructorStringTest() 12-12-2023 12:45:28:STARTING TEST : constructorThrowableTest() 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:FINISHED TEST : constructorThrowableTest() [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in ee.jakarta.tck.ws.rs.api.rs.core.nocontentexception.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.entitytag.JAXRSClientIT 12-12-2023 12:45:28:STARTING TEST : valueOfTest() 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected 12-12-2023 12:45:28:FINISHED TEST : valueOfTest() 12-12-2023 12:45:28:STARTING TEST : valueOfTest1() 12-12-2023 12:45:28:FINISHED TEST : valueOfTest1() 12-12-2023 12:45:28:STARTING TEST : constructorTest1() 12-12-2023 12:45:28:FINISHED TEST : constructorTest1() 12-12-2023 12:45:28:STARTING TEST : constructorTest2() 12-12-2023 12:45:28:FINISHED TEST : constructorTest2() 12-12-2023 12:45:28:STARTING TEST : equalsTest() 12-12-2023 12:45:28:FINISHED TEST : equalsTest() 12-12-2023 12:45:28:STARTING TEST : toStringTest() "cts test Strong EntityTag test". W/"cts test Weak EntityTag test". 12-12-2023 12:45:28:FINISHED TEST : toStringTest() [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in ee.jakarta.tck.ws.rs.api.rs.core.entitytag.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.multivaluedhashmap.JAXRSClientIT 12-12-2023 12:45:28:STARTING TEST : constructorWithCapacityAndLoadThrowsExceptionForLoadTest() 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected 12-12-2023 12:45:28:FINISHED TEST : constructorWithCapacityAndLoadThrowsExceptionForLoadTest() 12-12-2023 12:45:28:STARTING TEST : constructorWithSingleValuedMapTest() 12-12-2023 12:45:28:Found key key with following values: 12-12-2023 12:45:28:value1 12-12-2023 12:45:28:Found key key with following values: 12-12-2023 12:45:28:value1 12-12-2023 12:45:28:FINISHED TEST : constructorWithSingleValuedMapTest() 12-12-2023 12:45:28:STARTING TEST : constructorWithCapacityAndLoadTest() 12-12-2023 12:45:28:Found key key with following values: 12-12-2023 12:45:28:value1 value2 value3 12-12-2023 12:45:28:For given key the map does not contain following values as expected: 12-12-2023 12:45:28:value4 value5 12-12-2023 12:45:28:FINISHED TEST : constructorWithCapacityAndLoadTest() 12-12-2023 12:45:28:STARTING TEST : constructorWithMapThrowsNPETest() 12-12-2023 12:45:28:NullPointerException has been thrown as expected 12-12-2023 12:45:28:FINISHED TEST : constructorWithMapThrowsNPETest() 12-12-2023 12:45:28:STARTING TEST : defaultConstructorTest() 12-12-2023 12:45:28:Found key key with following values: 12-12-2023 12:45:28:value1 value2 value3 12-12-2023 12:45:28:For given key the map does not contain following values as expected: 12-12-2023 12:45:28:value4 value5 12-12-2023 12:45:28:FINISHED TEST : defaultConstructorTest() 12-12-2023 12:45:28:STARTING TEST : constructorWithMapTest() 12-12-2023 12:45:28:Found key key with following values: 12-12-2023 12:45:28:value1 value2 value3 12-12-2023 12:45:28:Found key key with following values: 12-12-2023 12:45:28:value1 value2 value3 12-12-2023 12:45:28:Found key key with following values: 12-12-2023 12:45:28:value1 value2 value3 12-12-2023 12:45:28:FINISHED TEST : constructorWithMapTest() 12-12-2023 12:45:28:STARTING TEST : constructorWithInitialCapacityTest() 12-12-2023 12:45:28:Found key key with following values: 12-12-2023 12:45:28:value1 value2 value3 12-12-2023 12:45:28:For given key the map does not contain following values as expected: 12-12-2023 12:45:28:value4 value5 12-12-2023 12:45:28:FINISHED TEST : constructorWithInitialCapacityTest() 12-12-2023 12:45:28:STARTING TEST : constructorWithSingleValuedMapThrowsNPETest() 12-12-2023 12:45:28:NullPointerException has been thrown as expected 12-12-2023 12:45:28:FINISHED TEST : constructorWithSingleValuedMapThrowsNPETest() 12-12-2023 12:45:28:STARTING TEST : constructorWithInitialCapacityThrowsIllegalArgumentExceptionTest() 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected 12-12-2023 12:45:28:FINISHED TEST : constructorWithInitialCapacityThrowsIllegalArgumentExceptionTest() 12-12-2023 12:45:28:STARTING TEST : constructorWithCapacityAndLoadThrowsExceptionForCapacityTest() 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected 12-12-2023 12:45:28:FINISHED TEST : constructorWithCapacityAndLoadThrowsExceptionForCapacityTest() [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in ee.jakarta.tck.ws.rs.api.rs.core.multivaluedhashmap.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.configuration.JAXRSClientIT 12-12-2023 12:45:28:STARTING TEST : isRegisteredProviderRegisteredClassTest() 12-12-2023 12:45:28:Already registered 0 classes 12-12-2023 12:45:28:Already registered 0 instances 12-12-2023 12:45:28:Already registered 0 properties 12-12-2023 12:45:28:Found registered CallableProvider1 as expected on Client configuration 12-12-2023 12:45:28:Found registered CallableProvider2 as expected on WebTarget configuration 12-12-2023 12:45:28:Found registered CallableProvider1 as expected on WebTarget configuration 12-12-2023 12:45:28:FINISHED TEST : isRegisteredProviderRegisteredClassTest() 12-12-2023 12:45:28:STARTING TEST : getRuntimeTypeTest() 12-12-2023 12:45:28:Already registered 0 classes 12-12-2023 12:45:28:Already registered 0 instances 12-12-2023 12:45:28:Already registered 0 properties 12-12-2023 12:45:28:#getRuntimeType() is CLIENT as expected on Client configuration 12-12-2023 12:45:28:#getRuntimeType() is CLIENT as expected on WebTarget configuration 12-12-2023 12:45:28:FINISHED TEST : getRuntimeTypeTest() 12-12-2023 12:45:28:STARTING TEST : getContractsTest() 12-12-2023 12:45:28:Already registered 0 classes 12-12-2023 12:45:28:Already registered 0 instances 12-12-2023 12:45:28:Already registered 0 properties 12-12-2023 12:45:28:#getContracts() is interface jakarta.ws.rs.ext.MessageBodyReader as expected on Client configuration 12-12-2023 12:45:28:Found expected priority 124 12-12-2023 12:45:28:#getContracts() is interface jakarta.ws.rs.ext.MessageBodyReader as expected on WebTarget configuration 12-12-2023 12:45:28:Found expected priority 124 12-12-2023 12:45:28:FINISHED TEST : getContractsTest() 12-12-2023 12:45:28:STARTING TEST : getContractsIsNeverNullTest() 12-12-2023 12:45:28:Already registered 0 classes 12-12-2023 12:45:28:Already registered 0 instances 12-12-2023 12:45:28:Already registered 0 properties 12-12-2023 12:45:28:#getContracts() is not null as expected on Client configuration 12-12-2023 12:45:28:#getContracts() is not null as expected on WebTarget configuration 12-12-2023 12:45:28:FINISHED TEST : getContractsIsNeverNullTest() 12-12-2023 12:45:28:STARTING TEST : getClassesIsNeverNullTest() 12-12-2023 12:45:28:Already registered 0 classes 12-12-2023 12:45:28:Already registered 0 instances 12-12-2023 12:45:28:Already registered 0 properties 12-12-2023 12:45:28:#getClasses() is not null as expected on Client configuration 12-12-2023 12:45:28:#getClasses() is not null as expected on WebTarget configuration 12-12-2023 12:45:28:FINISHED TEST : getClassesIsNeverNullTest() 12-12-2023 12:45:28:STARTING TEST : getClassesTest() 12-12-2023 12:45:28:Already registered 0 classes 12-12-2023 12:45:28:Already registered 0 instances 12-12-2023 12:45:28:Already registered 0 properties 12-12-2023 12:45:28:Found 1 providers 12-12-2023 12:45:28:Found 2 providers 12-12-2023 12:45:28:FINISHED TEST : getClassesTest() 12-12-2023 12:45:28:STARTING TEST : getInstancesIsImmutableTest() 12-12-2023 12:45:28:Already registered 0 classes 12-12-2023 12:45:28:Already registered 0 instances 12-12-2023 12:45:28:Already registered 0 properties 12-12-2023 12:45:28:Found 0 providers 12-12-2023 12:45:28:Found 0 providers 12-12-2023 12:45:28:FINISHED TEST : getInstancesIsImmutableTest() 12-12-2023 12:45:28:STARTING TEST : getPropertiesIsImmutableTest() 12-12-2023 12:45:28:Already registered 0 classes 12-12-2023 12:45:28:Already registered 0 instances 12-12-2023 12:45:28:Already registered 0 properties 12-12-2023 12:45:28:Found 1 properties 12-12-2023 12:45:28:Found 2 properties 12-12-2023 12:45:28:FINISHED TEST : getPropertiesIsImmutableTest() 12-12-2023 12:45:28:STARTING TEST : getPropertyNamesTest() 12-12-2023 12:45:28:Already registered 0 classes 12-12-2023 12:45:28:Already registered 0 instances 12-12-2023 12:45:28:Already registered 0 properties 12-12-2023 12:45:28:Found 1 properties 12-12-2023 12:45:28:Found 2 properties 12-12-2023 12:45:28:FINISHED TEST : getPropertyNamesTest() 12-12-2023 12:45:28:STARTING TEST : getPropertyIsNullTest() 12-12-2023 12:45:28:Already registered 0 classes 12-12-2023 12:45:28:Already registered 0 instances 12-12-2023 12:45:28:Already registered 0 properties 12-12-2023 12:45:28:#getProperty('nonexisting') is null as expected 12-12-2023 12:45:28:#getProperty('nonexisting') is null as expected 12-12-2023 12:45:28:FINISHED TEST : getPropertyIsNullTest() 12-12-2023 12:45:28:STARTING TEST : getPropertyTest() 12-12-2023 12:45:28:Already registered 0 classes 12-12-2023 12:45:28:Already registered 0 instances 12-12-2023 12:45:28:Already registered 0 properties 12-12-2023 12:45:28:Found property0 12-12-2023 12:45:28:Found property1 12-12-2023 12:45:28:FINISHED TEST : getPropertyTest() 12-12-2023 12:45:28:STARTING TEST : getInstancesIsNeverNullTest() 12-12-2023 12:45:28:Already registered 0 classes 12-12-2023 12:45:28:Already registered 0 instances 12-12-2023 12:45:28:Already registered 0 properties 12-12-2023 12:45:28:#getInstances() is not null as expected on Client configuration 12-12-2023 12:45:28:#getInstances() is not null as expected on WebTarget configuration 12-12-2023 12:45:28:FINISHED TEST : getInstancesIsNeverNullTest() 12-12-2023 12:45:28:STARTING TEST : getPropertiesTest() 12-12-2023 12:45:28:Already registered 0 classes 12-12-2023 12:45:28:Already registered 0 instances 12-12-2023 12:45:28:Already registered 0 properties 12-12-2023 12:45:28:Found 1 properties 12-12-2023 12:45:28:Found 2 properties 12-12-2023 12:45:28:FINISHED TEST : getPropertiesTest() 12-12-2023 12:45:28:STARTING TEST : getClassesIsImmutableTest() 12-12-2023 12:45:28:Already registered 0 classes 12-12-2023 12:45:28:Already registered 0 instances 12-12-2023 12:45:28:Already registered 0 properties 12-12-2023 12:45:28:Found 0 providers 12-12-2023 12:45:28:Found 0 providers 12-12-2023 12:45:28:Found 0 providers 12-12-2023 12:45:28:FINISHED TEST : getClassesIsImmutableTest() 12-12-2023 12:45:28:STARTING TEST : getInstancesTest() 12-12-2023 12:45:28:Already registered 0 classes 12-12-2023 12:45:28:Already registered 0 instances 12-12-2023 12:45:28:Already registered 0 properties 12-12-2023 12:45:28:Found 1 providers 12-12-2023 12:45:28:Found 2 providers 12-12-2023 12:45:28:FINISHED TEST : getInstancesTest() 12-12-2023 12:45:28:STARTING TEST : isRegisteredProviderRegisteredInstanceTest() 12-12-2023 12:45:28:Already registered 0 classes 12-12-2023 12:45:28:Already registered 0 instances 12-12-2023 12:45:28:Already registered 0 properties 12-12-2023 12:45:28:Found registered CallableProvider1 as expected on Client configuration 12-12-2023 12:45:28:Found registered CallableProvider2 as expected on WebTarget configuration 12-12-2023 12:45:28:Found registered CallableProvider1 as expected on WebTarget configuration 12-12-2023 12:45:28:FINISHED TEST : isRegisteredProviderRegisteredInstanceTest() 12-12-2023 12:45:28:STARTING TEST : getPropertyNamesIsImmutableTest() 12-12-2023 12:45:28:Already registered 0 classes 12-12-2023 12:45:28:Already registered 0 instances 12-12-2023 12:45:28:Already registered 0 properties 12-12-2023 12:45:28:Found 1 properties 12-12-2023 12:45:28:Found 2 properties 12-12-2023 12:45:28:FINISHED TEST : getPropertyNamesIsImmutableTest() [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.06 s - in ee.jakarta.tck.ws.rs.api.rs.core.configuration.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.responsestatustype.JAXRSClientIT 12-12-2023 12:45:28:STARTING TEST : familyOfTest() 12-12-2023 12:45:28:#familyOf() returned expected Family for given statuses 12-12-2023 12:45:28:FINISHED TEST : familyOfTest() 12-12-2023 12:45:28:STARTING TEST : getStatusCodeTest() 12-12-2023 12:45:28:Found expected status code 200 for status 200 12-12-2023 12:45:28:Found expected status code 201 for status 201 12-12-2023 12:45:28:Found expected status code 202 for status 202 12-12-2023 12:45:28:Found expected status code 204 for status 204 12-12-2023 12:45:28:Found expected status code 205 for status 205 12-12-2023 12:45:28:Found expected status code 206 for status 206 12-12-2023 12:45:28:Found expected status code 301 for status 301 12-12-2023 12:45:28:Found expected status code 302 for status 302 12-12-2023 12:45:28:Found expected status code 303 for status 303 12-12-2023 12:45:28:Found expected status code 304 for status 304 12-12-2023 12:45:28:Found expected status code 305 for status 305 12-12-2023 12:45:28:Found expected status code 307 for status 307 12-12-2023 12:45:28:Found expected status code 400 for status 400 12-12-2023 12:45:28:Found expected status code 401 for status 401 12-12-2023 12:45:28:Found expected status code 402 for status 402 12-12-2023 12:45:28:Found expected status code 403 for status 403 12-12-2023 12:45:28:Found expected status code 404 for status 404 12-12-2023 12:45:28:Found expected status code 405 for status 405 12-12-2023 12:45:28:Found expected status code 406 for status 406 12-12-2023 12:45:28:Found expected status code 407 for status 407 12-12-2023 12:45:28:Found expected status code 408 for status 408 12-12-2023 12:45:28:Found expected status code 409 for status 409 12-12-2023 12:45:28:Found expected status code 410 for status 410 12-12-2023 12:45:28:Found expected status code 411 for status 411 12-12-2023 12:45:28:Found expected status code 412 for status 412 12-12-2023 12:45:28:Found expected status code 413 for status 413 12-12-2023 12:45:28:Found expected status code 414 for status 414 12-12-2023 12:45:28:Found expected status code 415 for status 415 12-12-2023 12:45:28:Found expected status code 416 for status 416 12-12-2023 12:45:28:Found expected status code 417 for status 417 12-12-2023 12:45:28:Found expected status code 500 for status 500 12-12-2023 12:45:28:Found expected status code 501 for status 501 12-12-2023 12:45:28:Found expected status code 502 for status 502 12-12-2023 12:45:28:Found expected status code 503 for status 503 12-12-2023 12:45:28:Found expected status code 504 for status 504 12-12-2023 12:45:28:Found expected status code 505 for status 505 12-12-2023 12:45:28:FINISHED TEST : getStatusCodeTest() 12-12-2023 12:45:28:STARTING TEST : getFamilyTest() 12-12-2023 12:45:28:Found expected family SUCCESSFUL for status 200 12-12-2023 12:45:28:Found expected family SUCCESSFUL for status 201 12-12-2023 12:45:28:Found expected family SUCCESSFUL for status 202 12-12-2023 12:45:28:Found expected family SUCCESSFUL for status 204 12-12-2023 12:45:28:Found expected family SUCCESSFUL for status 205 12-12-2023 12:45:28:Found expected family SUCCESSFUL for status 206 12-12-2023 12:45:28:Found expected family REDIRECTION for status 301 12-12-2023 12:45:28:Found expected family REDIRECTION for status 302 12-12-2023 12:45:28:Found expected family REDIRECTION for status 303 12-12-2023 12:45:28:Found expected family REDIRECTION for status 304 12-12-2023 12:45:28:Found expected family REDIRECTION for status 305 12-12-2023 12:45:28:Found expected family REDIRECTION for status 307 12-12-2023 12:45:28:Found expected family CLIENT_ERROR for status 400 12-12-2023 12:45:28:Found expected family CLIENT_ERROR for status 401 12-12-2023 12:45:28:Found expected family CLIENT_ERROR for status 402 12-12-2023 12:45:28:Found expected family CLIENT_ERROR for status 403 12-12-2023 12:45:28:Found expected family CLIENT_ERROR for status 404 12-12-2023 12:45:28:Found expected family CLIENT_ERROR for status 405 12-12-2023 12:45:28:Found expected family CLIENT_ERROR for status 406 12-12-2023 12:45:28:Found expected family CLIENT_ERROR for status 407 12-12-2023 12:45:28:Found expected family CLIENT_ERROR for status 408 12-12-2023 12:45:28:Found expected family CLIENT_ERROR for status 409 12-12-2023 12:45:28:Found expected family CLIENT_ERROR for status 410 12-12-2023 12:45:28:Found expected family CLIENT_ERROR for status 411 12-12-2023 12:45:28:Found expected family CLIENT_ERROR for status 412 12-12-2023 12:45:28:Found expected family CLIENT_ERROR for status 413 12-12-2023 12:45:28:Found expected family CLIENT_ERROR for status 414 12-12-2023 12:45:28:Found expected family CLIENT_ERROR for status 415 12-12-2023 12:45:28:Found expected family CLIENT_ERROR for status 416 12-12-2023 12:45:28:Found expected family CLIENT_ERROR for status 417 12-12-2023 12:45:28:Found expected family SERVER_ERROR for status 500 12-12-2023 12:45:28:Found expected family SERVER_ERROR for status 501 12-12-2023 12:45:28:Found expected family SERVER_ERROR for status 502 12-12-2023 12:45:28:Found expected family SERVER_ERROR for status 503 12-12-2023 12:45:28:Found expected family SERVER_ERROR for status 504 12-12-2023 12:45:28:Found expected family SERVER_ERROR for status 505 12-12-2023 12:45:28:FINISHED TEST : getFamilyTest() 12-12-2023 12:45:28:STARTING TEST : getReasonPhraseTest() 12-12-2023 12:45:28:Found expected phrase OK for status 200 12-12-2023 12:45:28:Found expected phrase Created for status 201 12-12-2023 12:45:28:Found expected phrase Accepted for status 202 12-12-2023 12:45:28:Found expected phrase No Content for status 204 12-12-2023 12:45:28:Found expected phrase Reset Content for status 205 12-12-2023 12:45:28:Found expected phrase Partial Content for status 206 12-12-2023 12:45:28:Found expected phrase Moved Permanently for status 301 12-12-2023 12:45:28:Found expected phrase Found for status 302 12-12-2023 12:45:28:Found expected phrase See Other for status 303 12-12-2023 12:45:28:Found expected phrase Not Modified for status 304 12-12-2023 12:45:28:Found expected phrase Use Proxy for status 305 12-12-2023 12:45:28:Found expected phrase Temporary Redirect for status 307 12-12-2023 12:45:28:Found expected phrase Bad Request for status 400 12-12-2023 12:45:28:Found expected phrase Unauthorized for status 401 12-12-2023 12:45:28:Found expected phrase Payment Required for status 402 12-12-2023 12:45:28:Found expected phrase Forbidden for status 403 12-12-2023 12:45:28:Found expected phrase Not Found for status 404 12-12-2023 12:45:28:Found expected phrase Method Not Allowed for status 405 12-12-2023 12:45:28:Found expected phrase Not Acceptable for status 406 12-12-2023 12:45:28:Found expected phrase Proxy Authentication Required for status 407 12-12-2023 12:45:28:Found expected phrase Request Timeout for status 408 12-12-2023 12:45:28:Found expected phrase Conflict for status 409 12-12-2023 12:45:28:Found expected phrase Gone for status 410 12-12-2023 12:45:28:Found expected phrase Length Required for status 411 12-12-2023 12:45:28:Found expected phrase Precondition Failed for status 412 12-12-2023 12:45:28:Found expected phrase Request Entity Too Large for status 413 12-12-2023 12:45:28:Found expected phrase Request-URI Too Long for status 414 12-12-2023 12:45:28:Found expected phrase Unsupported Media Type for status 415 12-12-2023 12:45:28:Found expected phrase Requested Range Not Satisfiable for status 416 12-12-2023 12:45:28:Found expected phrase Expectation Failed for status 417 12-12-2023 12:45:28:Found expected phrase Internal Server Error for status 500 12-12-2023 12:45:28:Found expected phrase Not Implemented for status 501 12-12-2023 12:45:28:Found expected phrase Bad Gateway for status 502 12-12-2023 12:45:28:Found expected phrase Service Unavailable for status 503 12-12-2023 12:45:28:Found expected phrase Gateway Timeout for status 504 12-12-2023 12:45:28:Found expected phrase HTTP Version Not Supported for status 505 12-12-2023 12:45:28:FINISHED TEST : getReasonPhraseTest() [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in ee.jakarta.tck.ws.rs.api.rs.core.responsestatustype.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.linkbuilder.JAXRSClientIT 12-12-2023 12:45:28:STARTING TEST : titleTest() 12-12-2023 12:45:28:#title set expected title 12-12-2023 12:45:28:FINISHED TEST : titleTest() 12-12-2023 12:45:28:STARTING TEST : uriStringThrowsIAETest() 12-12-2023 12:45:28:#uri(nonUriString) throws IllegalArgumentException as expected 12-12-2023 12:45:28:FINISHED TEST : uriStringThrowsIAETest() 12-12-2023 12:45:28:STARTING TEST : linkLinkTest() 12-12-2023 12:45:28:Found vAlUe in map {rel=RlrL, paRam3=VVallue, Param1=vAlUe, title=Ttttlll, type=text/xml, parAM2=ValuEe} as expected 12-12-2023 12:45:28:Found ValuEe in map {rel=RlrL, paRam3=VVallue, Param1=vAlUe, title=Ttttlll, type=text/xml, parAM2=ValuEe} as expected 12-12-2023 12:45:28:Found VVallue in map {rel=RlrL, paRam3=VVallue, Param1=vAlUe, title=Ttttlll, type=text/xml, parAM2=ValuEe} as expected 12-12-2023 12:45:28:Found expected http://oracle.com:888/ 12-12-2023 12:45:28:parameters and underlaying URI were copied as expected to a new link ; rel="RlrL"; paRam3="VVallue"; Param1="vAlUe"; title="Ttttlll"; type="text/xml"; parAM2="ValuEe" 12-12-2023 12:45:28:FINISHED TEST : linkLinkTest() 12-12-2023 12:45:28:STARTING TEST : buildRelativizedThrowsIAEWhenNotSuppliedValuesTest() 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected when a value has not been supplied 12-12-2023 12:45:28:FINISHED TEST : buildRelativizedThrowsIAEWhenNotSuppliedValuesTest() 12-12-2023 12:45:28:STARTING TEST : paramThrowsExceptionWhenNullValueTest() 12-12-2023 12:45:28:#param throws IllegalArgumentException as expected 12-12-2023 12:45:28:FINISHED TEST : paramThrowsExceptionWhenNullValueTest() 12-12-2023 12:45:28:STARTING TEST : paramThrowsExceptionWhenNullNameTest() 12-12-2023 12:45:28:#param throws IllegalArgumentException as expected 12-12-2023 12:45:28:FINISHED TEST : paramThrowsExceptionWhenNullNameTest() 12-12-2023 12:45:28:STARTING TEST : uriStringTest() 12-12-2023 12:45:28:#uri(String) affected link as expected 12-12-2023 12:45:28:FINISHED TEST : uriStringTest() 12-12-2023 12:45:28:STARTING TEST : baseUriStringTest() 12-12-2023 12:45:28:Created URI http://oracle.com:888/a/b/c 12-12-2023 12:45:28:Found expected http://oracle.com:888/ 12-12-2023 12:45:28:FINISHED TEST : baseUriStringTest() 12-12-2023 12:45:28:STARTING TEST : uriUriTest() 12-12-2023 12:45:28:#uri(URI) affected link as expected 12-12-2023 12:45:28:FINISHED TEST : uriUriTest() 12-12-2023 12:45:28:STARTING TEST : uriBuilderTest() 12-12-2023 12:45:28:#fromUriBuilder http://oracle.com:888/resource/goto/label/ten/ contains the original http://oracle.com:888/resource/goto/label/ten/ 12-12-2023 12:45:28:FINISHED TEST : uriBuilderTest() 12-12-2023 12:45:28:STARTING TEST : relMoreNamesTest() 12-12-2023 12:45:28:#rel added expected relations 12-12-2023 12:45:28:FINISHED TEST : relMoreNamesTest() 12-12-2023 12:45:28:STARTING TEST : linkStringTest() 12-12-2023 12:45:28:Found vAlUe in map {rel=RlrL, paRam3=VVallue, Param1=vAlUe, title=Ttttlll, type=text/xml, parAM2=ValuEe} as expected 12-12-2023 12:45:28:Found ValuEe in map {rel=RlrL, paRam3=VVallue, Param1=vAlUe, title=Ttttlll, type=text/xml, parAM2=ValuEe} as expected 12-12-2023 12:45:28:Found VVallue in map {rel=RlrL, paRam3=VVallue, Param1=vAlUe, title=Ttttlll, type=text/xml, parAM2=ValuEe} as expected 12-12-2023 12:45:28:Found expected http://oracle.com:888/ 12-12-2023 12:45:28:parameters and underlaying URI were copied as expected to a new link ; rel="RlrL"; paRam3="VVallue"; Param1="vAlUe"; title="Ttttlll"; type="text/xml"; parAM2="ValuEe" 12-12-2023 12:45:28:FINISHED TEST : linkStringTest() 12-12-2023 12:45:28:STARTING TEST : buildObjectsTest() 12-12-2023 12:45:28:#build() finished building a link and returned the instance 12-12-2023 12:45:28:FINISHED TEST : buildObjectsTest() 12-12-2023 12:45:28:STARTING TEST : buildNoArgsThrowsUriBuilderExceptionTest() 12-12-2023 12:45:28:#build() throw UriBuilderException as expected 12-12-2023 12:45:28:FINISHED TEST : buildNoArgsThrowsUriBuilderExceptionTest() 12-12-2023 12:45:28:STARTING TEST : typeTest() 12-12-2023 12:45:28:#type set correct types 12-12-2023 12:45:28:FINISHED TEST : typeTest() 12-12-2023 12:45:28:STARTING TEST : baseUriURITest() 12-12-2023 12:45:28:Created URI http://oracle.com:888/a/b/c 12-12-2023 12:45:28:Found expected http://oracle.com:888/ 12-12-2023 12:45:28:FINISHED TEST : baseUriURITest() 12-12-2023 12:45:28:STARTING TEST : baseUriStringThrowsIAETest() 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected 12-12-2023 12:45:28:FINISHED TEST : baseUriStringThrowsIAETest() 12-12-2023 12:45:28:STARTING TEST : buildRelativizedThrowsUriBuilderExceptionTest() 12-12-2023 12:45:28:UriBuilderException has been thrown as expected 12-12-2023 12:45:28:FINISHED TEST : buildRelativizedThrowsUriBuilderExceptionTest() 12-12-2023 12:45:28:STARTING TEST : buildRelativizedThrowsIAEWhenSuppliedJustOneValueOutOfThreeTest() 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected when a value has not been supplied 12-12-2023 12:45:28:FINISHED TEST : buildRelativizedThrowsIAEWhenSuppliedJustOneValueOutOfThreeTest() 12-12-2023 12:45:28:STARTING TEST : buildRelativizedThrowsIAEWhenSuppliedValueIsNullTest() 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected when a supplied value is null 12-12-2023 12:45:28:FINISHED TEST : buildRelativizedThrowsIAEWhenSuppliedValueIsNullTest() 12-12-2023 12:45:28:STARTING TEST : buildRelativizedDoesNotSharePrefixTest() 12-12-2023 12:45:28:Found expected a/b/c 12-12-2023 12:45:28:Found expected http://oracle.com:888/ 12-12-2023 12:45:28:Found expected http://oracle.com:888/a/b/c 12-12-2023 12:45:28:When a prefix is not shared, the methods is equivalent to build() as expected 12-12-2023 12:45:28:FINISHED TEST : buildRelativizedDoesNotSharePrefixTest() 12-12-2023 12:45:28:STARTING TEST : buildThrowsIAEWhenSuppliedJustOneValueOutOfThreeTest() 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected when a value has not been supplied 12-12-2023 12:45:28:FINISHED TEST : buildThrowsIAEWhenSuppliedJustOneValueOutOfThreeTest() 12-12-2023 12:45:28:STARTING TEST : linkStringThrowsIAETest() 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected 12-12-2023 12:45:28:FINISHED TEST : linkStringThrowsIAETest() 12-12-2023 12:45:28:STARTING TEST : baseUriIsNotJustBaseURITest() 12-12-2023 12:45:28:Created URI http://oracle.com:888/a/b/c 12-12-2023 12:45:28:Found expected http://oracle.com:888/ 12-12-2023 12:45:28:FINISHED TEST : baseUriIsNotJustBaseURITest() 12-12-2023 12:45:28:STARTING TEST : baseUriIsNotJustBaseStringTest() 12-12-2023 12:45:28:Created URI http://oracle.com:888/a/b/c 12-12-2023 12:45:28:Found expected http://oracle.com:888/ 12-12-2023 12:45:28:FINISHED TEST : baseUriIsNotJustBaseStringTest() 12-12-2023 12:45:28:STARTING TEST : baseUriIsIgnoredURITest() 12-12-2023 12:45:28:Created URI http://oracle.com:888/resource/something 12-12-2023 12:45:28:Found expected http://oracle.com:888/ 12-12-2023 12:45:28:The base uri http://ignored.com has been ignored as expected 12-12-2023 12:45:28:FINISHED TEST : baseUriIsIgnoredURITest() 12-12-2023 12:45:28:STARTING TEST : relTest() 12-12-2023 12:45:28:#rel added expected relations 12-12-2023 12:45:28:FINISHED TEST : relTest() 12-12-2023 12:45:28:STARTING TEST : buildNoArgTest() 12-12-2023 12:45:28:#build() finished building a link and returned the instance 12-12-2023 12:45:28:FINISHED TEST : buildNoArgTest() 12-12-2023 12:45:28:STARTING TEST : buildObjectsThrowsUriBuilderExceptionTest() 12-12-2023 12:45:28:#build(someNonURIObjects) throw UriBuilderException as expected 12-12-2023 12:45:28:FINISHED TEST : buildObjectsThrowsUriBuilderExceptionTest() 12-12-2023 12:45:28:STARTING TEST : baseUriIsIgnoredStringTest() 12-12-2023 12:45:28:Created URI http://oracle.com:888/resource/something 12-12-2023 12:45:28:Found expected http://oracle.com:888/ 12-12-2023 12:45:28:The base uri http://ignored.com has been ignored as expected 12-12-2023 12:45:28:FINISHED TEST : baseUriIsIgnoredStringTest() 12-12-2023 12:45:28:STARTING TEST : buildRelativizedTest() 12-12-2023 12:45:28:Found expected a/b/c 12-12-2023 12:45:28:Absolute http://oracle.com:888/ has not been found as expected in link 12-12-2023 12:45:28:FINISHED TEST : buildRelativizedTest() 12-12-2023 12:45:28:STARTING TEST : paramTest() 12-12-2023 12:45:28:Found param1value1 in map {param1=param1value1, param2=param1value2} as expected 12-12-2023 12:45:28:Found param1value2 in map {param1=param1value1, param2=param1value2} as expected 12-12-2023 12:45:28:#param set correct parameters 12-12-2023 12:45:28:FINISHED TEST : paramTest() [INFO] Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in ee.jakarta.tck.ws.rs.api.rs.core.linkbuilder.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.link.JAXRSClientIT 12-12-2023 12:45:28:STARTING TEST : getTitleTest() 12-12-2023 12:45:28:Found expected TITLETITLE 12-12-2023 12:45:28:FINISHED TEST : getTitleTest() 12-12-2023 12:45:28:STARTING TEST : fromUriStringTest() 12-12-2023 12:45:28:Found expected http://oracle.com:888/ 12-12-2023 12:45:28:Found expected resource 12-12-2023 12:45:28:Found expected get 12-12-2023 12:45:28:Link has been created from URI http://oracle.com:888/resource/GET 12-12-2023 12:45:28:FINISHED TEST : fromUriStringTest() 12-12-2023 12:45:28:STARTING TEST : constructorTest() 12-12-2023 12:45:28:new Link() call iss successfull 12-12-2023 12:45:28:FINISHED TEST : constructorTest() 12-12-2023 12:45:28:STARTING TEST : getUriBuilderTest() 12-12-2023 12:45:28:Original URI http://oracle.com:888/resource/get equals obtained http://oracle.com:888/resource/get 12-12-2023 12:45:28:FINISHED TEST : getUriBuilderTest() 12-12-2023 12:45:28:STARTING TEST : fromResourceMethodLinkUsedInInvocationTest() 12-12-2023 12:45:28:Found expected http://oracle.com:888/resource/get 12-12-2023 12:45:28:Found expected http://oracle.com:888/resource/consumesappjson 12-12-2023 12:45:28:Opaque Link has been used in Client.invocation() sucessfully 12-12-2023 12:45:28:FINISHED TEST : fromResourceMethodLinkUsedInInvocationTest() 12-12-2023 12:45:28:STARTING TEST : fromResourceMethodThrowsIllegalArgumentExceptionNullMethodTest() 12-12-2023 12:45:28:IllegalArgumentException has been successfully thrown 12-12-2023 12:45:28:FINISHED TEST : fromResourceMethodThrowsIllegalArgumentExceptionNullMethodTest() 12-12-2023 12:45:28:STARTING TEST : fromUriBuilderTest() 12-12-2023 12:45:28:#fromUriBuilder http://oracle.com:888/resource/goto/label/ten/ contains the original http://oracle.com:888/resource/goto/label/ten/ 12-12-2023 12:45:28:FINISHED TEST : fromUriBuilderTest() 12-12-2023 12:45:28:STARTING TEST : fromLinkTest() 12-12-2023 12:45:28:fromLink() is equal to original link ; rel="relation relation2"; title="titleX"; type="application/octet-stream"; param1="value1"; param2="value2" as expected 12-12-2023 12:45:28:FINISHED TEST : fromLinkTest() 12-12-2023 12:45:28:STARTING TEST : fromPathTest() 12-12-2023 12:45:28:fromUriBuilder(UriBuilder.fromPath(path)) is equivalent to fromPath(path) The link is 12-12-2023 12:45:28:FINISHED TEST : fromPathTest() 12-12-2023 12:45:28:STARTING TEST : fromResourceThrowsIAEWhenNullClassTest() 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected java.lang.IllegalArgumentException: "resource" parameter is null. 12-12-2023 12:45:28:FINISHED TEST : fromResourceThrowsIAEWhenNullClassTest() 12-12-2023 12:45:28:STARTING TEST : fromUriStringThrowsIllegalArgumentExceptionTest() 12-12-2023 12:45:28:IllegalArgument has been thrown as expected: java.lang.IllegalArgumentException: "uriTemplate" parameter is null. 12-12-2023 12:45:28:FINISHED TEST : fromUriStringThrowsIllegalArgumentExceptionTest() 12-12-2023 12:45:28:STARTING TEST : serializationFromResourceTest() 12-12-2023 12:45:28:Serialization for method public java.lang.String ee.jakarta.tck.ws.rs.api.rs.core.link.Resource.consumesAppJson() 12-12-2023 12:45:28:serialization works for method consumesAppJson 12-12-2023 12:45:28:Serialization for method public java.lang.String ee.jakarta.tck.ws.rs.api.rs.core.link.Resource.producesSvgXml() 12-12-2023 12:45:28:serialization works for method producesSvgXml 12-12-2023 12:45:28:Serialization for method public java.lang.String ee.jakarta.tck.ws.rs.api.rs.core.link.Resource.producesXml() 12-12-2023 12:45:28:serialization works for method producesXml 12-12-2023 12:45:28:Serialization for method public java.lang.String ee.jakarta.tck.ws.rs.api.rs.core.link.Resource.consumesForm() 12-12-2023 12:45:28:serialization works for method consumesForm 12-12-2023 12:45:28:Serialization for method public java.lang.String ee.jakarta.tck.ws.rs.api.rs.core.link.Resource.get() 12-12-2023 12:45:28:serialization works for method get 12-12-2023 12:45:28:Serialization for method public java.lang.String ee.jakarta.tck.ws.rs.api.rs.core.link.Resource.trace() 12-12-2023 12:45:28:serialization works for method trace 12-12-2023 12:45:28:Serialization for method public java.lang.String ee.jakarta.tck.ws.rs.api.rs.core.link.Resource.delete() 12-12-2023 12:45:28:serialization works for method delete 12-12-2023 12:45:28:Serialization with #toString() of Resource method links is sucessfull 12-12-2023 12:45:28:FINISHED TEST : serializationFromResourceTest() 12-12-2023 12:45:28:STARTING TEST : fromPathThrowsIAETest() 12-12-2023 12:45:28:fromPath(null) throws IllegalArgumentException as expected 12-12-2023 12:45:28:FINISHED TEST : fromPathThrowsIAETest() 12-12-2023 12:45:28:STARTING TEST : getParamsFromBuilderTest() 12-12-2023 12:45:28:Found expected titletitle 12-12-2023 12:45:28:Found expected RELREL 12-12-2023 12:45:28:Found expected typetype 12-12-2023 12:45:28:Found expected newparamvalue 12-12-2023 12:45:28:{rel=RELREL, NEWPARAM=NEWPARAMVALUE, title=TITLETITLE, type=TYPETYPE} found as expected 12-12-2023 12:45:28:FINISHED TEST : getParamsFromBuilderTest() 12-12-2023 12:45:28:STARTING TEST : getTypeIsNullTest() 12-12-2023 12:45:28:#getType( returns null as expected 12-12-2023 12:45:28:FINISHED TEST : getTypeIsNullTest() 12-12-2023 12:45:28:STARTING TEST : fromUriTest() 12-12-2023 12:45:28:Found expected http://oracle.com:888/ 12-12-2023 12:45:28:Found expected resource 12-12-2023 12:45:28:Found expected get 12-12-2023 12:45:28:Link has been created from URI http://oracle.com:888/resource/GET 12-12-2023 12:45:28:FINISHED TEST : fromUriTest() 12-12-2023 12:45:28:STARTING TEST : valueOfThrowsIllegalArgumentExceptionTest() 12-12-2023 12:45:28:Link#vaueOf() throws IllegalArgumentException as expected 12-12-2023 12:45:28:FINISHED TEST : valueOfThrowsIllegalArgumentExceptionTest() 12-12-2023 12:45:28:STARTING TEST : getTitleIsNullTest() 12-12-2023 12:45:28:#getTitle( returns null as expected 12-12-2023 12:45:28:FINISHED TEST : getTitleIsNullTest() 12-12-2023 12:45:28:STARTING TEST : fromUriThrowsIllegalArgumentExceptionTest() 12-12-2023 12:45:28:IllegalArgument has been thrown as expected: java.lang.IllegalArgumentException: "uri" parameter is null. 12-12-2023 12:45:28:FINISHED TEST : fromUriThrowsIllegalArgumentExceptionTest() 12-12-2023 12:45:28:STARTING TEST : getParamsFromResourceTest() {title=Title} 12-12-2023 12:45:28:Found expected Title 12-12-2023 12:45:28:{title=Title} found as expected 12-12-2023 12:45:28:FINISHED TEST : getParamsFromResourceTest() 12-12-2023 12:45:28:STARTING TEST : getUriTest() 12-12-2023 12:45:28:Original URI http://oracle.com:888/resource/get equals obtained http://oracle.com:888/resource/get 12-12-2023 12:45:28:FINISHED TEST : getUriTest() 12-12-2023 12:45:28:STARTING TEST : fromMethodTest() 12-12-2023 12:45:28:Found expected 12-12-2023 12:45:28:Link has been created 12-12-2023 12:45:28:FINISHED TEST : fromMethodTest() 12-12-2023 12:45:28:STARTING TEST : fromResourceMethodThrowsIllegalArgumentExceptionNoMethodTest() 12-12-2023 12:45:28:IllegalArgumentException has been successfully thrown 12-12-2023 12:45:28:FINISHED TEST : fromResourceMethodThrowsIllegalArgumentExceptionNoMethodTest() 12-12-2023 12:45:28:STARTING TEST : getTypeTest() 12-12-2023 12:45:28:Found expected TYPETYPE 12-12-2023 12:45:28:FINISHED TEST : getTypeTest() 12-12-2023 12:45:28:STARTING TEST : fromResourceTest() 12-12-2023 12:45:28:Found expected 12-12-2023 12:45:28:type is not in as expected 12-12-2023 12:45:28:Link has been created 12-12-2023 12:45:28:FINISHED TEST : fromResourceTest() 12-12-2023 12:45:28:STARTING TEST : fromResourceWithMediaTypeTest() 12-12-2023 12:45:28:Found expected 12-12-2023 12:45:28:type="text/html" is not in as expected 12-12-2023 12:45:28:Link has been created 12-12-2023 12:45:28:FINISHED TEST : fromResourceWithMediaTypeTest() 12-12-2023 12:45:28:STARTING TEST : getRelsTest() 12-12-2023 12:45:28:#getRel() return expected rels ;RELREL;REL;relrelrel;RELRELREL; 12-12-2023 12:45:28:FINISHED TEST : getRelsTest() 12-12-2023 12:45:28:STARTING TEST : fromPathWithUriTemplateParamsTest() 12-12-2023 12:45:28:fromUriBuilder(UriBuilder.fromPath( somewhere/somehow/{p1}/{p2} )) is equivalent to fromPath( somewhere/somehow/{p1}/{p2} ) The link is 12-12-2023 12:45:28:FINISHED TEST : fromPathWithUriTemplateParamsTest() 12-12-2023 12:45:28:STARTING TEST : getRelsIsEmptyTest() 12-12-2023 12:45:28:#getRel() return empty list as expected 12-12-2023 12:45:28:FINISHED TEST : getRelsIsEmptyTest() 12-12-2023 12:45:28:STARTING TEST : fromResourceMethodThrowsIllegalArgumentExceptionNullClassTest() 12-12-2023 12:45:28:IllegalArgumentException has been successfully thrown 12-12-2023 12:45:28:FINISHED TEST : fromResourceMethodThrowsIllegalArgumentExceptionNullClassTest() 12-12-2023 12:45:28:STARTING TEST : getRelIsEmptyListTest() 12-12-2023 12:45:28:#getRel() returns expected null 12-12-2023 12:45:28:FINISHED TEST : getRelIsEmptyListTest() 12-12-2023 12:45:28:STARTING TEST : getRelTest() 12-12-2023 12:45:28:#getRel() return expected rel 12-12-2023 12:45:28:FINISHED TEST : getRelTest() [INFO] Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 s - in ee.jakarta.tck.ws.rs.api.rs.core.link.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.linkjaxbadapter.JAXRSClientIT 12-12-2023 12:45:28:STARTING TEST : unmarshallTest() 12-12-2023 12:45:28:unmarshalled Link contains expected url, title, media type, and parameters ; rel="Relation"; title="XTitleX"; type="application/svg+xml"; name2="val2"; name1="val1" 12-12-2023 12:45:28:FINISHED TEST : unmarshallTest() 12-12-2023 12:45:28:STARTING TEST : marshallTest() 12-12-2023 12:45:28:Marshalled Link contains expected 12-12-2023 12:45:28:FINISHED TEST : marshallTest() [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in ee.jakarta.tck.ws.rs.api.rs.core.linkjaxbadapter.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.newcookie.JAXRSClientIT 12-12-2023 12:45:28:STARTING TEST : parseTest1() 12-12-2023 12:45:28:FINISHED TEST : parseTest1() 12-12-2023 12:45:28:STARTING TEST : parseTest2() 12-12-2023 12:45:28:FINISHED TEST : parseTest2() 12-12-2023 12:45:28:STARTING TEST : parseTest3() 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected 12-12-2023 12:45:28:FINISHED TEST : parseTest3() 12-12-2023 12:45:28:STARTING TEST : constructorTest1() 12-12-2023 12:45:28:FINISHED TEST : constructorTest1() 12-12-2023 12:45:28:STARTING TEST : constructorTest2() 12-12-2023 12:45:28:FINISHED TEST : constructorTest2() 12-12-2023 12:45:28:STARTING TEST : constructorTest3() 12-12-2023 12:45:28:FINISHED TEST : constructorTest3() 12-12-2023 12:45:28:STARTING TEST : constructorTest4() 12-12-2023 12:45:28:FINISHED TEST : constructorTest4() 12-12-2023 12:45:28:STARTING TEST : constructorTest5() 12-12-2023 12:45:28:FINISHED TEST : constructorTest5() 12-12-2023 12:45:28:STARTING TEST : constructorTest6() 12-12-2023 12:45:28:FINISHED TEST : constructorTest6() 12-12-2023 12:45:28:STARTING TEST : constructorTest7() 12-12-2023 12:45:28:FINISHED TEST : constructorTest7() 12-12-2023 12:45:28:STARTING TEST : constructorTest8() 12-12-2023 12:45:28:FINISHED TEST : constructorTest8() 12-12-2023 12:45:28:STARTING TEST : constructorTest9() 12-12-2023 12:45:28:FINISHED TEST : constructorTest9() 12-12-2023 12:45:28:STARTING TEST : equalsTest() 12-12-2023 12:45:28:FINISHED TEST : equalsTest() 12-12-2023 12:45:28:STARTING TEST : toCookieTest() 12-12-2023 12:45:28:FINISHED TEST : toCookieTest() 12-12-2023 12:45:28:STARTING TEST : toStringTest() 12-12-2023 12:45:28:FINISHED TEST : toStringTest() 12-12-2023 12:45:28:STARTING TEST : constructorTest10() 12-12-2023 12:45:28:FINISHED TEST : constructorTest10() 12-12-2023 12:45:28:STARTING TEST : constructorTest11() 12-12-2023 12:45:28:FINISHED TEST : constructorTest11() 12-12-2023 12:45:28:STARTING TEST : constructorTest12() 12-12-2023 12:45:28:FINISHED TEST : constructorTest12() 12-12-2023 12:45:28:STARTING TEST : constructorTest13() 12-12-2023 12:45:28:FINISHED TEST : constructorTest13() 12-12-2023 12:45:28:STARTING TEST : constructorTest14() 12-12-2023 12:45:28:FINISHED TEST : constructorTest14() 12-12-2023 12:45:28:STARTING TEST : constructorTest15() 12-12-2023 12:45:28:FINISHED TEST : constructorTest15() 12-12-2023 12:45:28:STARTING TEST : constructorTest16() 12-12-2023 12:45:28:FINISHED TEST : constructorTest16() 12-12-2023 12:45:28:STARTING TEST : constructorTest17() 12-12-2023 12:45:28:FINISHED TEST : constructorTest17() 12-12-2023 12:45:28:STARTING TEST : constructorTest18() 12-12-2023 12:45:28:FINISHED TEST : constructorTest18() 12-12-2023 12:45:28:STARTING TEST : constructorTest19() 12-12-2023 12:45:28:FINISHED TEST : constructorTest19() 12-12-2023 12:45:28:STARTING TEST : constructorTest20() 12-12-2023 12:45:28:FINISHED TEST : constructorTest20() 12-12-2023 12:45:28:STARTING TEST : constructorTest21() 12-12-2023 12:45:28:FINISHED TEST : constructorTest21() 12-12-2023 12:45:28:STARTING TEST : constructorTest22() 12-12-2023 12:45:28:FINISHED TEST : constructorTest22() 12-12-2023 12:45:28:STARTING TEST : constructorTest23() 12-12-2023 12:45:28:FINISHED TEST : constructorTest23() 12-12-2023 12:45:28:STARTING TEST : constructorTest24() 12-12-2023 12:45:28:FINISHED TEST : constructorTest24() 12-12-2023 12:45:28:STARTING TEST : constructorTest25() 12-12-2023 12:45:28:FINISHED TEST : constructorTest25() [INFO] Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 s - in ee.jakarta.tck.ws.rs.api.rs.core.newcookie.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.variantlistbuilder.JAXRSClientIT 12-12-2023 12:45:28:STARTING TEST : languageTest() 12-12-2023 12:45:28:FINISHED TEST : languageTest() 12-12-2023 12:45:28:STARTING TEST : encodingTest() 12-12-2023 12:45:28:FINISHED TEST : encodingTest() 12-12-2023 12:45:28:STARTING TEST : complexTest() 12-12-2023 12:45:28:FINISHED TEST : complexTest() 12-12-2023 12:45:28:STARTING TEST : mediaTypesTest1() 12-12-2023 12:45:28:FINISHED TEST : mediaTypesTest1() 12-12-2023 12:45:28:STARTING TEST : mediaTypesTest2() 12-12-2023 12:45:28:FINISHED TEST : mediaTypesTest2() 12-12-2023 12:45:28:STARTING TEST : newInstanceTest() 12-12-2023 12:45:28:FINISHED TEST : newInstanceTest() [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in ee.jakarta.tck.ws.rs.api.rs.core.variantlistbuilder.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.generictype.JAXRSClientIT 12-12-2023 12:45:28:STARTING TEST : constructorWithTypeTest() 12-12-2023 12:45:28:Succesfully created GenericType>(Type) instance 12-12-2023 12:45:28:FINISHED TEST : constructorWithTypeTest() 12-12-2023 12:45:28:STARTING TEST : constructorProtectedTest() 12-12-2023 12:45:28:Succesfully created GenericType>(){} instance 12-12-2023 12:45:28:FINISHED TEST : constructorProtectedTest() 12-12-2023 12:45:28:STARTING TEST : equalsTest() 12-12-2023 12:45:28:The tested GenericType> instances are equal 12-12-2023 12:45:28:FINISHED TEST : equalsTest() 12-12-2023 12:45:28:STARTING TEST : toStringTest() 12-12-2023 12:45:28:Both GenericType instances have the same toString() GenericType{java.util.TreeSet} 12-12-2023 12:45:28:FINISHED TEST : toStringTest() 12-12-2023 12:45:28:STARTING TEST : hashCodeTest() 12-12-2023 12:45:28:Both GenericType instances have the same hashCode() 12-12-2023 12:45:28:FINISHED TEST : hashCodeTest() [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in ee.jakarta.tck.ws.rs.api.rs.core.generictype.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.multivaluedmap.JAXRSClientIT 12-12-2023 12:45:28:STARTING TEST : addAllListEmptyReturnsImmediatellyTest() 12-12-2023 12:45:28:Method did return immediatelly for empty array 12-12-2023 12:45:28:FINISHED TEST : addAllListEmptyReturnsImmediatellyTest() 12-12-2023 12:45:28:STARTING TEST : addAllValuesEmptyReturnsImmediatellyTest() 12-12-2023 12:45:28:Method did return immediatelly for empty array 12-12-2023 12:45:28:FINISHED TEST : addAllValuesEmptyReturnsImmediatellyTest() 12-12-2023 12:45:28:STARTING TEST : getFirstWhenEmptyTest() 12-12-2023 12:45:28:FINISHED TEST : getFirstWhenEmptyTest() 12-12-2023 12:45:28:STARTING TEST : getFirstWhenSingleItemTest() 12-12-2023 12:45:28:FINISHED TEST : getFirstWhenSingleItemTest() 12-12-2023 12:45:28:STARTING TEST : addAllValuesThrowNPETest() 12-12-2023 12:45:28:NullPointerException has been thrown as expected 12-12-2023 12:45:28:FINISHED TEST : addAllValuesThrowNPETest() 12-12-2023 12:45:28:STARTING TEST : addAllValuesNullKeyTest() 12-12-2023 12:45:28:All values have been added for null key 12-12-2023 12:45:28:FINISHED TEST : addAllValuesNullKeyTest() 12-12-2023 12:45:28:STARTING TEST : addAllListThrowNPETest() 12-12-2023 12:45:28:NullPointerException has been thrown as expected 12-12-2023 12:45:28:FINISHED TEST : addAllListThrowNPETest() 12-12-2023 12:45:28:STARTING TEST : addFirstTest() 12-12-2023 12:45:28:#addFirst added new item to a first position 12-12-2023 12:45:28:FINISHED TEST : addFirstTest() 12-12-2023 12:45:28:STARTING TEST : putSingleTest() 12-12-2023 12:45:28:FINISHED TEST : putSingleTest() 12-12-2023 12:45:28:STARTING TEST : getFirstWhenMoreItemsTest() 12-12-2023 12:45:28:FINISHED TEST : getFirstWhenMoreItemsTest() 12-12-2023 12:45:28:STARTING TEST : getFirstWhenFirstErasedTest() 12-12-2023 12:45:28:FINISHED TEST : getFirstWhenFirstErasedTest() 12-12-2023 12:45:28:STARTING TEST : getFirstWhenListClearedTest() 12-12-2023 12:45:28:FINISHED TEST : getFirstWhenListClearedTest() 12-12-2023 12:45:28:STARTING TEST : equalsIgnoreValueOrderTest() 12-12-2023 12:45:28:#equalsIgnoreValueOrder compared maps {key0=[key0, key1, key2]} and {key0=[key2, key0, key1]} as expected 12-12-2023 12:45:28:FINISHED TEST : equalsIgnoreValueOrderTest() 12-12-2023 12:45:28:STARTING TEST : addAllListNullKeyTest() 12-12-2023 12:45:28:All values have been added for null key 12-12-2023 12:45:28:FINISHED TEST : addAllListNullKeyTest() 12-12-2023 12:45:28:STARTING TEST : addAllValuesTest() 12-12-2023 12:45:28:All values have been added for key key0 12-12-2023 12:45:28:FINISHED TEST : addAllValuesTest() 12-12-2023 12:45:28:STARTING TEST : getFirstWhenKeyIsNullTest() 12-12-2023 12:45:28:FINISHED TEST : getFirstWhenKeyIsNullTest() 12-12-2023 12:45:28:STARTING TEST : addAllListTest() 12-12-2023 12:45:28:All values have been added for key key0 12-12-2023 12:45:28:FINISHED TEST : addAllListTest() [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in ee.jakarta.tck.ws.rs.api.rs.core.multivaluedmap.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.genericentity.JAXRSClientIT 12-12-2023 12:45:28:STARTING TEST : getEntityTest() 12-12-2023 12:45:28:Entity has been retrieved 12-12-2023 12:45:28:FINISHED TEST : getEntityTest() 12-12-2023 12:45:28:STARTING TEST : singleArgumentConstructorTest() 12-12-2023 12:45:28:Expected IllegalArgumentException thrown: The entity must not be null 12-12-2023 12:45:28:GenericEntity>> instance created 12-12-2023 12:45:28:FINISHED TEST : singleArgumentConstructorTest() 12-12-2023 12:45:28:STARTING TEST : constructorWith1ArgTest() 12-12-2023 12:45:28:GenericEntity>(List) instance created 12-12-2023 12:45:28:FINISHED TEST : constructorWith1ArgTest() 12-12-2023 12:45:28:STARTING TEST : constructorWith2ArgsTest() 12-12-2023 12:45:28:GenericEntity>(List, Type) instance created 12-12-2023 12:45:28:FINISHED TEST : constructorWith2ArgsTest() 12-12-2023 12:45:28:STARTING TEST : constructorTest1() 12-12-2023 12:45:28:Expected IllegalArgumentException thrown: Arguments must not be null. 12-12-2023 12:45:28:FINISHED TEST : constructorTest1() 12-12-2023 12:45:28:STARTING TEST : constructorTest2() 12-12-2023 12:45:28:Expected IllegalArgumentException thrown: Arguments must not be null. 12-12-2023 12:45:28:FINISHED TEST : constructorTest2() 12-12-2023 12:45:28:STARTING TEST : equalsTest() 12-12-2023 12:45:28:The tested GenericEntity> instances are equal 12-12-2023 12:45:28:FINISHED TEST : equalsTest() 12-12-2023 12:45:28:STARTING TEST : toStringTest() 12-12-2023 12:45:28:Both GenericEntity instances have the same toString() GenericEntity{[], java.util.TreeSet} 12-12-2023 12:45:28:FINISHED TEST : toStringTest() 12-12-2023 12:45:28:STARTING TEST : getTypeTest() 12-12-2023 12:45:28:Test passed. getType return correctly: java.util.List getType return correctly: java.util.List 12-12-2023 12:45:28:FINISHED TEST : getTypeTest() 12-12-2023 12:45:28:STARTING TEST : hashCodeTest() 12-12-2023 12:45:28:Both GenericEntity instances have the same hashCode() 12-12-2023 12:45:28:FINISHED TEST : hashCodeTest() 12-12-2023 12:45:28:STARTING TEST : getRawTypeTest() 12-12-2023 12:45:28:Test passed. getType return correctly: class java.util.ArrayList getType return correctly: class java.util.ArrayList 12-12-2023 12:45:28:FINISHED TEST : getRawTypeTest() [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in ee.jakarta.tck.ws.rs.api.rs.core.genericentity.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.form.JAXRSClientIT 12-12-2023 12:45:28:STARTING TEST : constructorMultivaluedMapArgTest() 12-12-2023 12:45:28:Form instance with MultivaluedMap argument sucessfully created 12-12-2023 12:45:28:FINISHED TEST : constructorMultivaluedMapArgTest() 12-12-2023 12:45:28:STARTING TEST : constructorStringArgsTest() 12-12-2023 12:45:28:Form instance with String arguments sucessfully created 12-12-2023 12:45:28:FINISHED TEST : constructorStringArgsTest() 12-12-2023 12:45:28:STARTING TEST : paramTest() 12-12-2023 12:45:28:Form instance created 12-12-2023 12:45:28:FINISHED TEST : paramTest() [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in ee.jakarta.tck.ws.rs.api.rs.core.form.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.cachecontrol.JAXRSClientIT 12-12-2023 12:45:28:STARTING TEST : valueOfTest() 12-12-2023 12:45:28:FINISHED TEST : valueOfTest() 12-12-2023 12:45:28:STARTING TEST : noStoreTest() 12-12-2023 12:45:28:FINISHED TEST : noStoreTest() 12-12-2023 12:45:28:STARTING TEST : valueOfTest1() 12-12-2023 12:45:28:FINISHED TEST : valueOfTest1() 12-12-2023 12:45:28:STARTING TEST : revalidateTest() 12-12-2023 12:45:28:FINISHED TEST : revalidateTest() 12-12-2023 12:45:28:STARTING TEST : maxAgeTest() 12-12-2023 12:45:28:FINISHED TEST : maxAgeTest() 12-12-2023 12:45:28:STARTING TEST : equalsTest() 12-12-2023 12:45:28:FINISHED TEST : equalsTest() 12-12-2023 12:45:28:STARTING TEST : getExtensionTest() 12-12-2023 12:45:28:FINISHED TEST : getExtensionTest() 12-12-2023 12:45:28:STARTING TEST : toStringTest() 12-12-2023 12:45:28:FINISHED TEST : toStringTest() 12-12-2023 12:45:28:STARTING TEST : noCacheTest() 12-12-2023 12:45:28:FINISHED TEST : noCacheTest() 12-12-2023 12:45:28:STARTING TEST : noTransformTest() 12-12-2023 12:45:28:FINISHED TEST : noTransformTest() 12-12-2023 12:45:28:STARTING TEST : sMaxAgeTest() 12-12-2023 12:45:28:FINISHED TEST : sMaxAgeTest() 12-12-2023 12:45:28:STARTING TEST : proxyRevalidateTest() 12-12-2023 12:45:28:FINISHED TEST : proxyRevalidateTest() 12-12-2023 12:45:28:STARTING TEST : emptyConstructorTest() 12-12-2023 12:45:28:FINISHED TEST : emptyConstructorTest() 12-12-2023 12:45:28:STARTING TEST : privateTest() 12-12-2023 12:45:28:FINISHED TEST : privateTest() [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in ee.jakarta.tck.ws.rs.api.rs.core.cachecontrol.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.cookie.JAXRSClientIT 12-12-2023 12:45:28:STARTING TEST : parseTest1() 12-12-2023 12:45:28:FINISHED TEST : parseTest1() 12-12-2023 12:45:28:STARTING TEST : parseTest2() 12-12-2023 12:45:28:FINISHED TEST : parseTest2() 12-12-2023 12:45:28:STARTING TEST : parseTest3() 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected 12-12-2023 12:45:28:FINISHED TEST : parseTest3() 12-12-2023 12:45:28:STARTING TEST : constructorTest1() 12-12-2023 12:45:28:FINISHED TEST : constructorTest1() 12-12-2023 12:45:28:STARTING TEST : constructorTest2() 12-12-2023 12:45:28:FINISHED TEST : constructorTest2() 12-12-2023 12:45:28:STARTING TEST : constructorTest3() 12-12-2023 12:45:28:FINISHED TEST : constructorTest3() 12-12-2023 12:45:28:STARTING TEST : constructorTest4() 12-12-2023 12:45:28:FINISHED TEST : constructorTest4() 12-12-2023 12:45:28:STARTING TEST : constructorTest5() 12-12-2023 12:45:28:FINISHED TEST : constructorTest5() 12-12-2023 12:45:28:STARTING TEST : equalsTest() 12-12-2023 12:45:28:FINISHED TEST : equalsTest() 12-12-2023 12:45:28:STARTING TEST : toStringTest() 12-12-2023 12:45:28:FINISHED TEST : toStringTest() [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in ee.jakarta.tck.ws.rs.api.rs.core.cookie.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.linkjaxblink.JAXRSClientIT 12-12-2023 12:45:28:STARTING TEST : uriConstructorTest() 12-12-2023 12:45:28:Link.JaxbLink.getUri() is protocol://domain2.domain1:port as expected 12-12-2023 12:45:28:Link.JaxbLink.getParams() is empty as expected 12-12-2023 12:45:28:FINISHED TEST : uriConstructorTest() 12-12-2023 12:45:28:STARTING TEST : defaultConstructorTest() 12-12-2023 12:45:28:Link.JaxbLink.getUri() is empty as expected 12-12-2023 12:45:28:Link.JaxbLink.getParams() is empty as expected 12-12-2023 12:45:28:FINISHED TEST : defaultConstructorTest() 12-12-2023 12:45:28:STARTING TEST : uriParamsConstructorTest() 12-12-2023 12:45:28:Link.JaxbLink.getUri() is protocol://domain2.domain1:port as expected 12-12-2023 12:45:28:Link.JaxbLink.getParams() contains qName as expected 12-12-2023 12:45:28:FINISHED TEST : uriParamsConstructorTest() [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in ee.jakarta.tck.ws.rs.api.rs.core.linkjaxblink.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.abstractmultivaluedmap.JAXRSClientIT 12-12-2023 12:45:28:STARTING TEST : constructorTest() 12-12-2023 12:45:28:Found key key with following values: 12-12-2023 12:45:28:value1 value2 value3 12-12-2023 12:45:28:FINISHED TEST : constructorTest() 12-12-2023 12:45:28:STARTING TEST : keySetTest() 12-12-2023 12:45:28:#keySet returns correct values 12-12-2023 12:45:28:FINISHED TEST : keySetTest() 12-12-2023 12:45:28:STARTING TEST : addAllThrowsNPETest() 12-12-2023 12:45:28:NullPointerException has been thrown as expected java.lang.NullPointerException: Supplied array of values must not be null. 12-12-2023 12:45:28:FINISHED TEST : addAllThrowsNPETest() 12-12-2023 12:45:28:STARTING TEST : addNullValuesTest() 12-12-2023 12:45:28:Given key key2 does not contain following values as expected: 12-12-2023 12:45:28:null 12-12-2023 12:45:28:Given key key3 does not contain following values as expected: 12-12-2023 12:45:28:null 12-12-2023 12:45:28:FINISHED TEST : addNullValuesTest() 12-12-2023 12:45:28:STARTING TEST : putSingleNullValueTest() 12-12-2023 12:45:28:Given key key does not contain following values as expected: 12-12-2023 12:45:28:null 12-12-2023 12:45:28:#putSingle(key, null) did replaced the values as expected 12-12-2023 12:45:28:FINISHED TEST : putSingleNullValueTest() 12-12-2023 12:45:28:STARTING TEST : entrySetTest() 12-12-2023 12:45:28:#entrySet() has correct values 12-12-2023 12:45:28:FINISHED TEST : entrySetTest() 12-12-2023 12:45:28:STARTING TEST : clearTest() 12-12-2023 12:45:28:Given key key does not contain following values as expected: 12-12-2023 12:45:28:value1 value2 value3 12-12-2023 12:45:28:FINISHED TEST : clearTest() 12-12-2023 12:45:28:STARTING TEST : addTest() 12-12-2023 12:45:28:Found key key2 with following values: 12-12-2023 12:45:28:value4 value5 12-12-2023 12:45:28:FINISHED TEST : addTest() 12-12-2023 12:45:28:STARTING TEST : containsKeyTest() 12-12-2023 12:45:28:#containsKey found non-null key and also the null key 12-12-2023 12:45:28:FINISHED TEST : containsKeyTest() 12-12-2023 12:45:28:STARTING TEST : putAllTest() 12-12-2023 12:45:28:Found key key with following values: 12-12-2023 12:45:28:value1 value2 value3 12-12-2023 12:45:28:Found key key2 with following values: 12-12-2023 12:45:28:value1 value2 value3 12-12-2023 12:45:28:#putAll() put all the values of both keys 12-12-2023 12:45:28:FINISHED TEST : putAllTest() 12-12-2023 12:45:28:STARTING TEST : isEmptyTest() 12-12-2023 12:45:28:#isEmpty returns correct values 12-12-2023 12:45:28:FINISHED TEST : isEmptyTest() 12-12-2023 12:45:28:STARTING TEST : putTest() 12-12-2023 12:45:28:Found key key with following values: 12-12-2023 12:45:28:value1 value2 value3 12-12-2023 12:45:28:#put() put the value 12-12-2023 12:45:28:FINISHED TEST : putTest() 12-12-2023 12:45:28:STARTING TEST : addFirstNullTest() 12-12-2023 12:45:28:Found key key with following values: 12-12-2023 12:45:28:value1 value2 value3 12-12-2023 12:45:28:Given key key does not contain following values as expected: 12-12-2023 12:45:28:null 12-12-2023 12:45:28:FINISHED TEST : addFirstNullTest() 12-12-2023 12:45:28:STARTING TEST : getTest() 12-12-2023 12:45:28:#get() is sucessfull 12-12-2023 12:45:28:FINISHED TEST : getTest() 12-12-2023 12:45:28:STARTING TEST : addFirstTest() 12-12-2023 12:45:28:Found first item value4 12-12-2023 12:45:28:FINISHED TEST : addFirstTest() 12-12-2023 12:45:28:STARTING TEST : putSingleTest() 12-12-2023 12:45:28:Found key key with following values: 12-12-2023 12:45:28:value5 12-12-2023 12:45:28:Given key key does not contain following values as expected: 12-12-2023 12:45:28:value1 value2 value3 12-12-2023 12:45:28:#putSingle() sucessfully replaced the values by a new one 12-12-2023 12:45:28:FINISHED TEST : putSingleTest() 12-12-2023 12:45:28:STARTING TEST : addAllListNullValuesTest() 12-12-2023 12:45:28:Found key key with following values: 12-12-2023 12:45:28:value1 value2 value3 12-12-2023 12:45:28:Found key key with following values: 12-12-2023 12:45:28:value4 12-12-2023 12:45:28:Given key key does not contain following values as expected: 12-12-2023 12:45:28:null 12-12-2023 12:45:28:FINISHED TEST : addAllListNullValuesTest() 12-12-2023 12:45:28:STARTING TEST : equalsTest() 12-12-2023 12:45:28:#equals() is delegated to underlaying map 12-12-2023 12:45:28:FINISHED TEST : equalsTest() 12-12-2023 12:45:28:STARTING TEST : addAllListThrowsNPETest() 12-12-2023 12:45:28:NullPointerException has been thrown as expected java.lang.NullPointerException: Supplied list of values must not be null. 12-12-2023 12:45:28:FINISHED TEST : addAllListThrowsNPETest() 12-12-2023 12:45:28:STARTING TEST : toStringTest() 12-12-2023 12:45:28:#toString returned {key=[value1, value2, value3]} 12-12-2023 12:45:28:FINISHED TEST : toStringTest() 12-12-2023 12:45:28:STARTING TEST : sizeTest() 12-12-2023 12:45:28:#size() returns correct values 12-12-2023 12:45:28:FINISHED TEST : sizeTest() 12-12-2023 12:45:28:STARTING TEST : equalsIgnoreValueOrderTest() 12-12-2023 12:45:28:#equalsIgnoreValueOrder compared maps {key=[value1, value2, value3]} and {key=[value3, value1, value2]} as expected 12-12-2023 12:45:28:FINISHED TEST : equalsIgnoreValueOrderTest() 12-12-2023 12:45:28:STARTING TEST : addAllEmptyValuesTest() 12-12-2023 12:45:28:Found key key with following values: 12-12-2023 12:45:28:value1 value2 value3 12-12-2023 12:45:28:FINISHED TEST : addAllEmptyValuesTest() 12-12-2023 12:45:28:STARTING TEST : removeTest() 12-12-2023 12:45:28:Given key key does not contain following values as expected: 12-12-2023 12:45:28:value1 value2 value3 12-12-2023 12:45:28:Found key key2 with following values: 12-12-2023 12:45:28:value4 12-12-2023 12:45:28:#removeTest(key) removed the correct key and the value as expected 12-12-2023 12:45:28:FINISHED TEST : removeTest() 12-12-2023 12:45:28:STARTING TEST : addAllNullValuesTest() 12-12-2023 12:45:28:Found key key with following values: 12-12-2023 12:45:28:value1 value2 value3 12-12-2023 12:45:28:Found key key with following values: 12-12-2023 12:45:28:value4 12-12-2023 12:45:28:Given key key does not contain following values as expected: 12-12-2023 12:45:28:null 12-12-2023 12:45:28:FINISHED TEST : addAllNullValuesTest() 12-12-2023 12:45:28:STARTING TEST : hashCodeTest() 12-12-2023 12:45:28:#hashCode() is delegated to underlaying map 12-12-2023 12:45:28:FINISHED TEST : hashCodeTest() 12-12-2023 12:45:28:STARTING TEST : addNullKeyTest() 12-12-2023 12:45:28:Found key null with following values: 12-12-2023 12:45:28:value4 12-12-2023 12:45:28:FINISHED TEST : addNullKeyTest() 12-12-2023 12:45:28:STARTING TEST : addAllValuesTest() 12-12-2023 12:45:28:Found key key with following values: 12-12-2023 12:45:28:value1 value2 value3 12-12-2023 12:45:28:Found key key with following values: 12-12-2023 12:45:28:value4 value5 12-12-2023 12:45:28:FINISHED TEST : addAllValuesTest() 12-12-2023 12:45:28:STARTING TEST : addAllListEmptyValuesTest() 12-12-2023 12:45:28:Found key key with following values: 12-12-2023 12:45:28:value1 value2 value3 12-12-2023 12:45:28:FINISHED TEST : addAllListEmptyValuesTest() 12-12-2023 12:45:28:STARTING TEST : valuesTest() 12-12-2023 12:45:28:#values returned 2 lists 12-12-2023 12:45:28:FINISHED TEST : valuesTest() 12-12-2023 12:45:28:STARTING TEST : containsValueTest() 12-12-2023 12:45:28:#containsValue() found list of items as expected 12-12-2023 12:45:28:FINISHED TEST : containsValueTest() 12-12-2023 12:45:28:STARTING TEST : addAllListTest() 12-12-2023 12:45:28:Found key key with following values: 12-12-2023 12:45:28:value1 value2 value3 12-12-2023 12:45:28:Found key key with following values: 12-12-2023 12:45:28:value4 value5 12-12-2023 12:45:28:FINISHED TEST : addAllListTest() [INFO] Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in ee.jakarta.tck.ws.rs.api.rs.core.abstractmultivaluedmap.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.clienterrorexception.JAXRSClientIT 12-12-2023 12:45:28:STARTING TEST : constructorStatusThrowableThrowsExceptionTest() 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status OK 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Created 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Accepted 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status No Content 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Reset Content 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Partial Content 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Multiple Choices 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Moved Permanently 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Found 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status See Other 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Not Modified 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Use Proxy 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Temporary Redirect 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Permanent Redirect 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Internal Server Error 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Not Implemented 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Bad Gateway 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Service Unavailable 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Gateway Timeout 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Network Authentication Required 12-12-2023 12:45:28:FINISHED TEST : constructorStatusThrowableThrowsExceptionTest() 12-12-2023 12:45:28:STARTING TEST : constructorResponseThrowableTest() 12-12-2023 12:45:28:Response of the exception contains expected status Bad Request 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:Response of the exception contains expected status Bad Request 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:Response of the exception contains expected status Bad Request 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:Response of the exception contains expected status Bad Request 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:Response of the exception contains expected status Unauthorized 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:Response of the exception contains expected status Unauthorized 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:Response of the exception contains expected status Unauthorized 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:Response of the exception contains expected status Unauthorized 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:Response of the exception contains expected status Payment Required 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:Response of the exception contains expected status Payment Required 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:Response of the exception contains expected status Payment Required 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:Response of the exception contains expected status Payment Required 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:Response of the exception contains expected status Forbidden 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:Response of the exception contains expected status Forbidden 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:Response of the exception contains expected status Forbidden 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:Response of the exception contains expected status Forbidden 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:Response of the exception contains expected status Not Found 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:Response of the exception contains expected status Not Found 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:Response of the exception contains expected status Not Found 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:Response of the exception contains expected status Not Found 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:Response of the exception contains expected status Method Not Allowed 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:Response of the exception contains expected status Method Not Allowed 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:Response of the exception contains expected status Method Not Allowed 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:Response of the exception contains expected status Method Not Allowed 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:Response of the exception contains expected status Not Acceptable 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:Response of the exception contains expected status Not Acceptable 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:Response of the exception contains expected status Not Acceptable 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:Response of the exception contains expected status Not Acceptable 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:Response of the exception contains expected status Proxy Authentication Required 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:Response of the exception contains expected status Proxy Authentication Required 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:Response of the exception contains expected status Proxy Authentication Required 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:Response of the exception contains expected status Proxy Authentication Required 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:Response of the exception contains expected status Request Timeout 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:Response of the exception contains expected status Request Timeout 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:Response of the exception contains expected status Request Timeout 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:Response of the exception contains expected status Request Timeout 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:Response of the exception contains expected status Conflict 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:Response of the exception contains expected status Conflict 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:Response of the exception contains expected status Conflict 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:Response of the exception contains expected status Conflict 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:Response of the exception contains expected status Gone 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:Response of the exception contains expected status Gone 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:Response of the exception contains expected status Gone 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:Response of the exception contains expected status Gone 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:Response of the exception contains expected status Length Required 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:Response of the exception contains expected status Length Required 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:Response of the exception contains expected status Length Required 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:Response of the exception contains expected status Length Required 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:Response of the exception contains expected status Precondition Failed 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:Response of the exception contains expected status Precondition Failed 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:Response of the exception contains expected status Precondition Failed 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:Response of the exception contains expected status Precondition Failed 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:Response of the exception contains expected status Request Entity Too Large 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:Response of the exception contains expected status Request Entity Too Large 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:Response of the exception contains expected status Request Entity Too Large 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:Response of the exception contains expected status Request Entity Too Large 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:Response of the exception contains expected status Request-URI Too Long 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:Response of the exception contains expected status Request-URI Too Long 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:Response of the exception contains expected status Request-URI Too Long 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:Response of the exception contains expected status Request-URI Too Long 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:Response of the exception contains expected status Unsupported Media Type 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:Response of the exception contains expected status Unsupported Media Type 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:Response of the exception contains expected status Unsupported Media Type 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:Response of the exception contains expected status Unsupported Media Type 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:Response of the exception contains expected status Requested Range Not Satisfiable 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:Response of the exception contains expected status Requested Range Not Satisfiable 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:Response of the exception contains expected status Requested Range Not Satisfiable 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:Response of the exception contains expected status Requested Range Not Satisfiable 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:Response of the exception contains expected status Expectation Failed 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:Response of the exception contains expected status Expectation Failed 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:Response of the exception contains expected status Expectation Failed 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:Response of the exception contains expected status Expectation Failed 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:Response of the exception contains expected status Precondition Required 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:Response of the exception contains expected status Precondition Required 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:Response of the exception contains expected status Precondition Required 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:Response of the exception contains expected status Precondition Required 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:Response of the exception contains expected status Too Many Requests 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:Response of the exception contains expected status Too Many Requests 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:Response of the exception contains expected status Too Many Requests 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:Response of the exception contains expected status Too Many Requests 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:Response of the exception contains expected status Request Header Fields Too Large 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:Response of the exception contains expected status Request Header Fields Too Large 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:Response of the exception contains expected status Request Header Fields Too Large 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:Response of the exception contains expected status Request Header Fields Too Large 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:Response of the exception contains expected status Unavailable For Legal Reasons 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:Response of the exception contains expected status Unavailable For Legal Reasons 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:Response of the exception contains expected status Unavailable For Legal Reasons 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:Response of the exception contains expected status Unavailable For Legal Reasons 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:FINISHED TEST : constructorResponseThrowableTest() 12-12-2023 12:45:28:STARTING TEST : constructorResponseTest() 12-12-2023 12:45:28:Response of the exception contains expected status Bad Request 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:Response of the exception contains expected status Unauthorized 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:Response of the exception contains expected status Payment Required 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:Response of the exception contains expected status Forbidden 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:Response of the exception contains expected status Not Found 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:Response of the exception contains expected status Method Not Allowed 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:Response of the exception contains expected status Not Acceptable 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:Response of the exception contains expected status Proxy Authentication Required 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:Response of the exception contains expected status Request Timeout 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:Response of the exception contains expected status Conflict 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:Response of the exception contains expected status Gone 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:Response of the exception contains expected status Length Required 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:Response of the exception contains expected status Precondition Failed 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:Response of the exception contains expected status Request Entity Too Large 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:Response of the exception contains expected status Request-URI Too Long 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:Response of the exception contains expected status Unsupported Media Type 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:Response of the exception contains expected status Requested Range Not Satisfiable 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:Response of the exception contains expected status Expectation Failed 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:Response of the exception contains expected status Precondition Required 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:Response of the exception contains expected status Too Many Requests 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:Response of the exception contains expected status Request Header Fields Too Large 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:Response of the exception contains expected status Unavailable For Legal Reasons 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:FINISHED TEST : constructorResponseTest() 12-12-2023 12:45:28:STARTING TEST : constructorStringResponseThrowableThrowsIAETest() 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status OK 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Created 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Accepted 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status No Content 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Reset Content 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Partial Content 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Multiple Choices 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Moved Permanently 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Found 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status See Other 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Not Modified 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Use Proxy 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Temporary Redirect 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Permanent Redirect 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Internal Server Error 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Not Implemented 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Bad Gateway 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Service Unavailable 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Gateway Timeout 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Network Authentication Required 12-12-2023 12:45:28:FINISHED TEST : constructorStringResponseThrowableThrowsIAETest() 12-12-2023 12:45:28:STARTING TEST : constructorStringResponseThrowableTest() 12-12-2023 12:45:28:Response of the exception contains expected status Bad Request 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Bad Request 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Bad Request 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Bad Request 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Unauthorized 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Unauthorized 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Unauthorized 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Unauthorized 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Payment Required 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Payment Required 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Payment Required 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Payment Required 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Forbidden 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Forbidden 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Forbidden 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Forbidden 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Not Found 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Not Found 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Not Found 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Not Found 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Method Not Allowed 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Method Not Allowed 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Method Not Allowed 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Method Not Allowed 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Not Acceptable 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Not Acceptable 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Not Acceptable 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Not Acceptable 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Proxy Authentication Required 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Proxy Authentication Required 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Proxy Authentication Required 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Proxy Authentication Required 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Request Timeout 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Request Timeout 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Request Timeout 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Request Timeout 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Conflict 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Conflict 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Conflict 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Conflict 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Gone 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Gone 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Gone 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Gone 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Length Required 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Length Required 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Length Required 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Length Required 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Precondition Failed 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Precondition Failed 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Precondition Failed 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Precondition Failed 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Request Entity Too Large 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Request Entity Too Large 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Request Entity Too Large 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Request Entity Too Large 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Request-URI Too Long 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Request-URI Too Long 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Request-URI Too Long 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Request-URI Too Long 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Unsupported Media Type 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Unsupported Media Type 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Unsupported Media Type 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Unsupported Media Type 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Requested Range Not Satisfiable 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Requested Range Not Satisfiable 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Requested Range Not Satisfiable 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Requested Range Not Satisfiable 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Expectation Failed 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Expectation Failed 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Expectation Failed 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Expectation Failed 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Precondition Required 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Precondition Required 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Precondition Required 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Precondition Required 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Too Many Requests 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Too Many Requests 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Too Many Requests 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Too Many Requests 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Request Header Fields Too Large 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Request Header Fields Too Large 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Request Header Fields Too Large 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Request Header Fields Too Large 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Unavailable For Legal Reasons 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Unavailable For Legal Reasons 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Unavailable For Legal Reasons 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Unavailable For Legal Reasons 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:FINISHED TEST : constructorStringResponseThrowableTest() 12-12-2023 12:45:28:STARTING TEST : constructorStringIntNotValidStatusThrowableThrowsIAETest() 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status -1 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status 999 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status -2147483648 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status 2147483647 12-12-2023 12:45:28:FINISHED TEST : constructorStringIntNotValidStatusThrowableThrowsIAETest() 12-12-2023 12:45:28:STARTING TEST : constructorStringResponseTest() 12-12-2023 12:45:28:Response of the exception contains expected status Bad Request 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Unauthorized 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Payment Required 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Forbidden 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Not Found 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Method Not Allowed 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Not Acceptable 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Proxy Authentication Required 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Request Timeout 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Conflict 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Gone 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Length Required 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Precondition Failed 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Request Entity Too Large 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Request-URI Too Long 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Unsupported Media Type 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Requested Range Not Satisfiable 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Expectation Failed 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Precondition Required 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Too Many Requests 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Request Header Fields Too Large 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Unavailable For Legal Reasons 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:FINISHED TEST : constructorStringResponseTest() 12-12-2023 12:45:28:STARTING TEST : constructorStatusTest() 12-12-2023 12:45:28:Response of the exception contains expected status Bad Request 12-12-2023 12:45:28:Response of the exception contains expected status Unauthorized 12-12-2023 12:45:28:Response of the exception contains expected status Payment Required 12-12-2023 12:45:28:Response of the exception contains expected status Forbidden 12-12-2023 12:45:28:Response of the exception contains expected status Not Found 12-12-2023 12:45:28:Response of the exception contains expected status Method Not Allowed 12-12-2023 12:45:28:Response of the exception contains expected status Not Acceptable 12-12-2023 12:45:28:Response of the exception contains expected status Proxy Authentication Required 12-12-2023 12:45:28:Response of the exception contains expected status Request Timeout 12-12-2023 12:45:28:Response of the exception contains expected status Conflict 12-12-2023 12:45:28:Response of the exception contains expected status Gone 12-12-2023 12:45:28:Response of the exception contains expected status Length Required 12-12-2023 12:45:28:Response of the exception contains expected status Precondition Failed 12-12-2023 12:45:28:Response of the exception contains expected status Request Entity Too Large 12-12-2023 12:45:28:Response of the exception contains expected status Request-URI Too Long 12-12-2023 12:45:28:Response of the exception contains expected status Unsupported Media Type 12-12-2023 12:45:28:Response of the exception contains expected status Requested Range Not Satisfiable 12-12-2023 12:45:28:Response of the exception contains expected status Expectation Failed 12-12-2023 12:45:28:Response of the exception contains expected status Precondition Required 12-12-2023 12:45:28:Response of the exception contains expected status Too Many Requests 12-12-2023 12:45:28:Response of the exception contains expected status Request Header Fields Too Large 12-12-2023 12:45:28:Response of the exception contains expected status Unavailable For Legal Reasons 12-12-2023 12:45:28:FINISHED TEST : constructorStatusTest() 12-12-2023 12:45:28:STARTING TEST : constructorIntThrowableThrowsExceptionTest() 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status OK 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Created 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Accepted 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status No Content 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Reset Content 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Partial Content 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Multiple Choices 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Moved Permanently 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Found 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status See Other 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Not Modified 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Use Proxy 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Temporary Redirect 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Permanent Redirect 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Internal Server Error 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Not Implemented 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Bad Gateway 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Service Unavailable 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Gateway Timeout 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Network Authentication Required 12-12-2023 12:45:28:FINISHED TEST : constructorIntThrowableThrowsExceptionTest() 12-12-2023 12:45:28:STARTING TEST : constructorStringIntThrowsIAETest() 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status OK 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Created 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Accepted 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status No Content 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Reset Content 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Partial Content 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Multiple Choices 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Moved Permanently 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Found 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status See Other 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Not Modified 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Use Proxy 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Temporary Redirect 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Permanent Redirect 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Internal Server Error 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Not Implemented 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Bad Gateway 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Service Unavailable 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Gateway Timeout 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Network Authentication Required 12-12-2023 12:45:28:FINISHED TEST : constructorStringIntThrowsIAETest() 12-12-2023 12:45:28:STARTING TEST : constructorStringIntNotValidStatusThrowsExceptionTest() 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status -1 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status 999 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status -2147483648 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status 2147483647 12-12-2023 12:45:28:FINISHED TEST : constructorStringIntNotValidStatusThrowsExceptionTest() 12-12-2023 12:45:28:STARTING TEST : constructorStatusThrowsExceptionTest() 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status OK 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Created 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Accepted 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status No Content 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Reset Content 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Partial Content 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Multiple Choices 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Moved Permanently 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Found 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status See Other 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Not Modified 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Use Proxy 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Temporary Redirect 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Permanent Redirect 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Internal Server Error 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Not Implemented 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Bad Gateway 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Service Unavailable 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Gateway Timeout 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Network Authentication Required 12-12-2023 12:45:28:FINISHED TEST : constructorStatusThrowsExceptionTest() 12-12-2023 12:45:28:STARTING TEST : constructorStatusNullThrowableThrowsExceptionTest() 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for null status 12-12-2023 12:45:28:FINISHED TEST : constructorStatusNullThrowableThrowsExceptionTest() 12-12-2023 12:45:28:STARTING TEST : constructorStringIntThrowableTest() 12-12-2023 12:45:28:Response of the exception contains expected status Bad Request 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Bad Request 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Bad Request 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Bad Request 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Unauthorized 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Unauthorized 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Unauthorized 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Unauthorized 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Payment Required 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Payment Required 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Payment Required 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Payment Required 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Forbidden 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Forbidden 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Forbidden 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Forbidden 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Not Found 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Not Found 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Not Found 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Not Found 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Method Not Allowed 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Method Not Allowed 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Method Not Allowed 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Method Not Allowed 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Not Acceptable 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Not Acceptable 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Not Acceptable 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Not Acceptable 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Proxy Authentication Required 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Proxy Authentication Required 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Proxy Authentication Required 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Proxy Authentication Required 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Request Timeout 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Request Timeout 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Request Timeout 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Request Timeout 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Conflict 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Conflict 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Conflict 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Conflict 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Gone 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Gone 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Gone 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Gone 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Length Required 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Length Required 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Length Required 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Length Required 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Precondition Failed 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Precondition Failed 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Precondition Failed 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Precondition Failed 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Request Entity Too Large 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Request Entity Too Large 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Request Entity Too Large 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Request Entity Too Large 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Request-URI Too Long 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Request-URI Too Long 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Request-URI Too Long 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Request-URI Too Long 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Unsupported Media Type 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Unsupported Media Type 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Unsupported Media Type 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Unsupported Media Type 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Requested Range Not Satisfiable 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Requested Range Not Satisfiable 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Requested Range Not Satisfiable 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Requested Range Not Satisfiable 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Expectation Failed 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Expectation Failed 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Expectation Failed 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Expectation Failed 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Precondition Required 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Precondition Required 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Precondition Required 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Precondition Required 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Too Many Requests 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Too Many Requests 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Too Many Requests 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Too Many Requests 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Request Header Fields Too Large 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Request Header Fields Too Large 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Request Header Fields Too Large 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Request Header Fields Too Large 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Unavailable For Legal Reasons 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Unavailable For Legal Reasons 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Unavailable For Legal Reasons 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Unavailable For Legal Reasons 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:FINISHED TEST : constructorStringIntThrowableTest() 12-12-2023 12:45:28:STARTING TEST : constructorStatusNullThrowsExceptionTest() 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for null status 12-12-2023 12:45:28:FINISHED TEST : constructorStatusNullThrowsExceptionTest() 12-12-2023 12:45:28:STARTING TEST : constructorIntTest() 12-12-2023 12:45:28:Response of the exception contains expected status Bad Request 12-12-2023 12:45:28:Response of the exception contains expected status Unauthorized 12-12-2023 12:45:28:Response of the exception contains expected status Payment Required 12-12-2023 12:45:28:Response of the exception contains expected status Forbidden 12-12-2023 12:45:28:Response of the exception contains expected status Not Found 12-12-2023 12:45:28:Response of the exception contains expected status Method Not Allowed 12-12-2023 12:45:28:Response of the exception contains expected status Not Acceptable 12-12-2023 12:45:28:Response of the exception contains expected status Proxy Authentication Required 12-12-2023 12:45:28:Response of the exception contains expected status Request Timeout 12-12-2023 12:45:28:Response of the exception contains expected status Conflict 12-12-2023 12:45:28:Response of the exception contains expected status Gone 12-12-2023 12:45:28:Response of the exception contains expected status Length Required 12-12-2023 12:45:28:Response of the exception contains expected status Precondition Failed 12-12-2023 12:45:28:Response of the exception contains expected status Request Entity Too Large 12-12-2023 12:45:28:Response of the exception contains expected status Request-URI Too Long 12-12-2023 12:45:28:Response of the exception contains expected status Unsupported Media Type 12-12-2023 12:45:28:Response of the exception contains expected status Requested Range Not Satisfiable 12-12-2023 12:45:28:Response of the exception contains expected status Expectation Failed 12-12-2023 12:45:28:Response of the exception contains expected status Precondition Required 12-12-2023 12:45:28:Response of the exception contains expected status Too Many Requests 12-12-2023 12:45:28:Response of the exception contains expected status Request Header Fields Too Large 12-12-2023 12:45:28:Response of the exception contains expected status Unavailable For Legal Reasons 12-12-2023 12:45:28:FINISHED TEST : constructorIntTest() 12-12-2023 12:45:28:STARTING TEST : constructorStringStatusThrowableThrowsIAETest() 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status OK 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Created 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Accepted 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status No Content 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Reset Content 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Partial Content 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Multiple Choices 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Moved Permanently 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Found 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status See Other 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Not Modified 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Use Proxy 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Temporary Redirect 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Permanent Redirect 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Internal Server Error 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Not Implemented 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Bad Gateway 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Service Unavailable 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Gateway Timeout 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Network Authentication Required 12-12-2023 12:45:28:FINISHED TEST : constructorStringStatusThrowableThrowsIAETest() 12-12-2023 12:45:28:STARTING TEST : constructorStringIntThrowableThrowsIAETest() 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status OK 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Created 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Accepted 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status No Content 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Reset Content 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Partial Content 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Multiple Choices 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Moved Permanently 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Found 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status See Other 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Not Modified 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Use Proxy 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Temporary Redirect 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Permanent Redirect 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Internal Server Error 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Not Implemented 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Bad Gateway 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Service Unavailable 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Gateway Timeout 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Network Authentication Required 12-12-2023 12:45:28:FINISHED TEST : constructorStringIntThrowableThrowsIAETest() 12-12-2023 12:45:28:STARTING TEST : constructorStringIntTest() 12-12-2023 12:45:28:Response of the exception contains expected status Bad Request 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Unauthorized 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Payment Required 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Forbidden 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Not Found 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Method Not Allowed 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Not Acceptable 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Proxy Authentication Required 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Request Timeout 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Conflict 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Gone 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Length Required 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Precondition Failed 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Request Entity Too Large 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Request-URI Too Long 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Unsupported Media Type 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Requested Range Not Satisfiable 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Expectation Failed 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Precondition Required 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Too Many Requests 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Request Header Fields Too Large 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Unavailable For Legal Reasons 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:FINISHED TEST : constructorStringIntTest() 12-12-2023 12:45:28:STARTING TEST : constructorIntNotValidStatusThrowableThrowsExceptionTest() 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status -1 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status 999 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status -2147483648 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status 2147483647 12-12-2023 12:45:28:FINISHED TEST : constructorIntNotValidStatusThrowableThrowsExceptionTest() 12-12-2023 12:45:28:STARTING TEST : constructorStringStatusThrowsIAETest() 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status OK 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Created 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Accepted 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status No Content 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Reset Content 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Partial Content 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Multiple Choices 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Moved Permanently 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Found 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status See Other 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Not Modified 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Use Proxy 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Temporary Redirect 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Permanent Redirect 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Internal Server Error 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Not Implemented 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Bad Gateway 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Service Unavailable 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Gateway Timeout 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Network Authentication Required 12-12-2023 12:45:28:FINISHED TEST : constructorStringStatusThrowsIAETest() 12-12-2023 12:45:28:STARTING TEST : constructorIntNotValidStatusThrowsExceptionTest() 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status -1 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status 999 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status -2147483648 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status 2147483647 12-12-2023 12:45:28:FINISHED TEST : constructorIntNotValidStatusThrowsExceptionTest() 12-12-2023 12:45:28:STARTING TEST : constructorStringStatusNullThrowableThrowsIAETest() 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for null status 12-12-2023 12:45:28:FINISHED TEST : constructorStringStatusNullThrowableThrowsIAETest() 12-12-2023 12:45:28:STARTING TEST : constructorResponseThrowsExceptionTest() 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status OK 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Created 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Accepted 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status No Content 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Reset Content 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Partial Content 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Multiple Choices 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Moved Permanently 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Found 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status See Other 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Not Modified 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Use Proxy 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Temporary Redirect 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Permanent Redirect 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Internal Server Error 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Not Implemented 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Bad Gateway 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Service Unavailable 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Gateway Timeout 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Network Authentication Required 12-12-2023 12:45:28:FINISHED TEST : constructorResponseThrowsExceptionTest() 12-12-2023 12:45:28:STARTING TEST : constructorStringStatusTest() 12-12-2023 12:45:28:Response of the exception contains expected status Bad Request 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Unauthorized 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Payment Required 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Forbidden 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Not Found 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Method Not Allowed 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Not Acceptable 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Proxy Authentication Required 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Request Timeout 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Conflict 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Gone 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Length Required 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Precondition Failed 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Request Entity Too Large 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Request-URI Too Long 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Unsupported Media Type 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Requested Range Not Satisfiable 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Expectation Failed 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Precondition Required 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Too Many Requests 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Request Header Fields Too Large 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Unavailable For Legal Reasons 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:FINISHED TEST : constructorStringStatusTest() 12-12-2023 12:45:28:STARTING TEST : constructorStringStatusThrowableTest() 12-12-2023 12:45:28:Response of the exception contains expected status Bad Request 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Bad Request 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Bad Request 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Bad Request 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Unauthorized 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Unauthorized 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Unauthorized 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Unauthorized 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Payment Required 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Payment Required 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Payment Required 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Payment Required 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Forbidden 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Forbidden 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Forbidden 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Forbidden 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Not Found 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Not Found 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Not Found 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Not Found 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Method Not Allowed 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Method Not Allowed 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Method Not Allowed 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Method Not Allowed 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Not Acceptable 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Not Acceptable 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Not Acceptable 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Not Acceptable 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Proxy Authentication Required 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Proxy Authentication Required 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Proxy Authentication Required 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Proxy Authentication Required 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Request Timeout 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Request Timeout 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Request Timeout 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Request Timeout 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Conflict 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Conflict 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Conflict 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Conflict 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Gone 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Gone 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Gone 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Gone 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Length Required 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Length Required 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Length Required 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Length Required 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Precondition Failed 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Precondition Failed 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Precondition Failed 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Precondition Failed 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Request Entity Too Large 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Request Entity Too Large 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Request Entity Too Large 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Request Entity Too Large 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Request-URI Too Long 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Request-URI Too Long 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Request-URI Too Long 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Request-URI Too Long 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Unsupported Media Type 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Unsupported Media Type 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Unsupported Media Type 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Unsupported Media Type 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Requested Range Not Satisfiable 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Requested Range Not Satisfiable 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Requested Range Not Satisfiable 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Requested Range Not Satisfiable 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Expectation Failed 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Expectation Failed 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Expectation Failed 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Expectation Failed 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Precondition Required 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Precondition Required 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Precondition Required 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Precondition Required 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Too Many Requests 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Too Many Requests 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Too Many Requests 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Too Many Requests 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Request Header Fields Too Large 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Request Header Fields Too Large 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Request Header Fields Too Large 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Request Header Fields Too Large 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Unavailable For Legal Reasons 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Unavailable For Legal Reasons 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Unavailable For Legal Reasons 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:Response of the exception contains expected status Unavailable For Legal Reasons 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:found expected getMessage()= TCK ClientErrorException description 12-12-2023 12:45:28:FINISHED TEST : constructorStringStatusThrowableTest() 12-12-2023 12:45:28:STARTING TEST : constructorStringStatusNullThrowsIAETest() 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for null status 12-12-2023 12:45:28:FINISHED TEST : constructorStringStatusNullThrowsIAETest() 12-12-2023 12:45:28:STARTING TEST : constructorIntThrowableTest() 12-12-2023 12:45:28:Response of the exception contains expected status Bad Request 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:Response of the exception contains expected status Bad Request 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:Response of the exception contains expected status Bad Request 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:Response of the exception contains expected status Bad Request 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:Response of the exception contains expected status Unauthorized 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:Response of the exception contains expected status Unauthorized 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:Response of the exception contains expected status Unauthorized 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:Response of the exception contains expected status Unauthorized 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:Response of the exception contains expected status Payment Required 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:Response of the exception contains expected status Payment Required 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:Response of the exception contains expected status Payment Required 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:Response of the exception contains expected status Payment Required 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:Response of the exception contains expected status Forbidden 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:Response of the exception contains expected status Forbidden 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:Response of the exception contains expected status Forbidden 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:Response of the exception contains expected status Forbidden 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:Response of the exception contains expected status Not Found 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:Response of the exception contains expected status Not Found 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:Response of the exception contains expected status Not Found 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:Response of the exception contains expected status Not Found 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:Response of the exception contains expected status Method Not Allowed 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:Response of the exception contains expected status Method Not Allowed 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:Response of the exception contains expected status Method Not Allowed 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:Response of the exception contains expected status Method Not Allowed 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:Response of the exception contains expected status Not Acceptable 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:Response of the exception contains expected status Not Acceptable 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:Response of the exception contains expected status Not Acceptable 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:Response of the exception contains expected status Not Acceptable 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:Response of the exception contains expected status Proxy Authentication Required 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:Response of the exception contains expected status Proxy Authentication Required 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:Response of the exception contains expected status Proxy Authentication Required 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:Response of the exception contains expected status Proxy Authentication Required 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:Response of the exception contains expected status Request Timeout 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:Response of the exception contains expected status Request Timeout 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:Response of the exception contains expected status Request Timeout 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:Response of the exception contains expected status Request Timeout 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:Response of the exception contains expected status Conflict 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:Response of the exception contains expected status Conflict 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:Response of the exception contains expected status Conflict 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:Response of the exception contains expected status Conflict 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:Response of the exception contains expected status Gone 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:Response of the exception contains expected status Gone 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:Response of the exception contains expected status Gone 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:Response of the exception contains expected status Gone 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:Response of the exception contains expected status Length Required 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:Response of the exception contains expected status Length Required 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:Response of the exception contains expected status Length Required 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:Response of the exception contains expected status Length Required 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:Response of the exception contains expected status Precondition Failed 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:Response of the exception contains expected status Precondition Failed 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:Response of the exception contains expected status Precondition Failed 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:Response of the exception contains expected status Precondition Failed 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:Response of the exception contains expected status Request Entity Too Large 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:Response of the exception contains expected status Request Entity Too Large 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:Response of the exception contains expected status Request Entity Too Large 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:Response of the exception contains expected status Request Entity Too Large 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:Response of the exception contains expected status Request-URI Too Long 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:Response of the exception contains expected status Request-URI Too Long 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:Response of the exception contains expected status Request-URI Too Long 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:Response of the exception contains expected status Request-URI Too Long 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:Response of the exception contains expected status Unsupported Media Type 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:Response of the exception contains expected status Unsupported Media Type 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:Response of the exception contains expected status Unsupported Media Type 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:Response of the exception contains expected status Unsupported Media Type 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:Response of the exception contains expected status Requested Range Not Satisfiable 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:Response of the exception contains expected status Requested Range Not Satisfiable 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:Response of the exception contains expected status Requested Range Not Satisfiable 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:Response of the exception contains expected status Requested Range Not Satisfiable 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:Response of the exception contains expected status Expectation Failed 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:Response of the exception contains expected status Expectation Failed 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:Response of the exception contains expected status Expectation Failed 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:Response of the exception contains expected status Expectation Failed 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:Response of the exception contains expected status Precondition Required 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:Response of the exception contains expected status Precondition Required 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:Response of the exception contains expected status Precondition Required 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:Response of the exception contains expected status Precondition Required 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:Response of the exception contains expected status Too Many Requests 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:Response of the exception contains expected status Too Many Requests 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:Response of the exception contains expected status Too Many Requests 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:Response of the exception contains expected status Too Many Requests 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:Response of the exception contains expected status Request Header Fields Too Large 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:Response of the exception contains expected status Request Header Fields Too Large 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:Response of the exception contains expected status Request Header Fields Too Large 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:Response of the exception contains expected status Request Header Fields Too Large 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:Response of the exception contains expected status Unavailable For Legal Reasons 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:Response of the exception contains expected status Unavailable For Legal Reasons 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:Response of the exception contains expected status Unavailable For Legal Reasons 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:Response of the exception contains expected status Unavailable For Legal Reasons 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:FINISHED TEST : constructorIntThrowableTest() 12-12-2023 12:45:28:STARTING TEST : constructorIntThrowsExceptionTest() 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status OK 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Created 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Accepted 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status No Content 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Reset Content 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Partial Content 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Multiple Choices 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Moved Permanently 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Found 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status See Other 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Not Modified 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Use Proxy 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Temporary Redirect 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Permanent Redirect 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Internal Server Error 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Not Implemented 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Bad Gateway 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Service Unavailable 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Gateway Timeout 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Network Authentication Required 12-12-2023 12:45:28:FINISHED TEST : constructorIntThrowsExceptionTest() 12-12-2023 12:45:28:STARTING TEST : constructorStringResponseThrowsIEATest() 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status OK 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Created 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Accepted 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status No Content 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Reset Content 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Partial Content 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Multiple Choices 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Moved Permanently 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Found 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status See Other 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Not Modified 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Use Proxy 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Temporary Redirect 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Permanent Redirect 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Internal Server Error 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Not Implemented 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Bad Gateway 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Service Unavailable 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Gateway Timeout 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Network Authentication Required 12-12-2023 12:45:28:FINISHED TEST : constructorStringResponseThrowsIEATest() 12-12-2023 12:45:28:STARTING TEST : constructorResponseThrowableThrowsExceptionTest() 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status OK 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Created 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Accepted 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status No Content 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Reset Content 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Partial Content 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Multiple Choices 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Moved Permanently 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Found 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status See Other 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Not Modified 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Use Proxy 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Temporary Redirect 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Permanent Redirect 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Internal Server Error 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Not Implemented 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Bad Gateway 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Service Unavailable 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Gateway Timeout 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Network Authentication Required 12-12-2023 12:45:28:FINISHED TEST : constructorResponseThrowableThrowsExceptionTest() 12-12-2023 12:45:28:STARTING TEST : constructorStatusThrowableTest() 12-12-2023 12:45:28:Response of the exception contains expected status Bad Request 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:Response of the exception contains expected status Bad Request 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:Response of the exception contains expected status Bad Request 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:Response of the exception contains expected status Bad Request 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:Response of the exception contains expected status Unauthorized 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:Response of the exception contains expected status Unauthorized 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:Response of the exception contains expected status Unauthorized 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:Response of the exception contains expected status Unauthorized 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:Response of the exception contains expected status Payment Required 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:Response of the exception contains expected status Payment Required 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:Response of the exception contains expected status Payment Required 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:Response of the exception contains expected status Payment Required 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:Response of the exception contains expected status Forbidden 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:Response of the exception contains expected status Forbidden 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:Response of the exception contains expected status Forbidden 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:Response of the exception contains expected status Forbidden 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:Response of the exception contains expected status Not Found 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:Response of the exception contains expected status Not Found 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:Response of the exception contains expected status Not Found 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:Response of the exception contains expected status Not Found 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:Response of the exception contains expected status Method Not Allowed 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:Response of the exception contains expected status Method Not Allowed 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:Response of the exception contains expected status Method Not Allowed 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:Response of the exception contains expected status Method Not Allowed 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:Response of the exception contains expected status Not Acceptable 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:Response of the exception contains expected status Not Acceptable 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:Response of the exception contains expected status Not Acceptable 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:Response of the exception contains expected status Not Acceptable 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:Response of the exception contains expected status Proxy Authentication Required 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:Response of the exception contains expected status Proxy Authentication Required 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:Response of the exception contains expected status Proxy Authentication Required 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:Response of the exception contains expected status Proxy Authentication Required 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:Response of the exception contains expected status Request Timeout 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:Response of the exception contains expected status Request Timeout 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:Response of the exception contains expected status Request Timeout 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:Response of the exception contains expected status Request Timeout 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:Response of the exception contains expected status Conflict 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:Response of the exception contains expected status Conflict 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:Response of the exception contains expected status Conflict 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:Response of the exception contains expected status Conflict 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:Response of the exception contains expected status Gone 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:Response of the exception contains expected status Gone 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:Response of the exception contains expected status Gone 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:Response of the exception contains expected status Gone 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:Response of the exception contains expected status Length Required 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:Response of the exception contains expected status Length Required 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:Response of the exception contains expected status Length Required 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:Response of the exception contains expected status Length Required 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:Response of the exception contains expected status Precondition Failed 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:Response of the exception contains expected status Precondition Failed 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:Response of the exception contains expected status Precondition Failed 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:Response of the exception contains expected status Precondition Failed 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:Response of the exception contains expected status Request Entity Too Large 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:Response of the exception contains expected status Request Entity Too Large 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:Response of the exception contains expected status Request Entity Too Large 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:Response of the exception contains expected status Request Entity Too Large 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:Response of the exception contains expected status Request-URI Too Long 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:Response of the exception contains expected status Request-URI Too Long 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:Response of the exception contains expected status Request-URI Too Long 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:Response of the exception contains expected status Request-URI Too Long 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:Response of the exception contains expected status Unsupported Media Type 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:Response of the exception contains expected status Unsupported Media Type 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:Response of the exception contains expected status Unsupported Media Type 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:Response of the exception contains expected status Unsupported Media Type 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:Response of the exception contains expected status Requested Range Not Satisfiable 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:Response of the exception contains expected status Requested Range Not Satisfiable 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:Response of the exception contains expected status Requested Range Not Satisfiable 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:Response of the exception contains expected status Requested Range Not Satisfiable 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:Response of the exception contains expected status Expectation Failed 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:Response of the exception contains expected status Expectation Failed 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:Response of the exception contains expected status Expectation Failed 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:Response of the exception contains expected status Expectation Failed 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:Response of the exception contains expected status Precondition Required 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:Response of the exception contains expected status Precondition Required 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:Response of the exception contains expected status Precondition Required 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:Response of the exception contains expected status Precondition Required 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:Response of the exception contains expected status Too Many Requests 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:Response of the exception contains expected status Too Many Requests 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:Response of the exception contains expected status Too Many Requests 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:Response of the exception contains expected status Too Many Requests 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:Response of the exception contains expected status Request Header Fields Too Large 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:Response of the exception contains expected status Request Header Fields Too Large 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:Response of the exception contains expected status Request Header Fields Too Large 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:Response of the exception contains expected status Request Header Fields Too Large 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:Response of the exception contains expected status Unavailable For Legal Reasons 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:Response of the exception contains expected status Unavailable For Legal Reasons 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:Response of the exception contains expected status Unavailable For Legal Reasons 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:Response of the exception contains expected status Unavailable For Legal Reasons 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:FINISHED TEST : constructorStatusThrowableTest() [INFO] Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s - in ee.jakarta.tck.ws.rs.api.rs.clienterrorexception.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.redirectexception.JAXRSClientIT 12-12-2023 12:45:28:STARTING TEST : constructorResponseTest() 12-12-2023 12:45:28:response contains expected Multiple Choices status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:response contains expected Moved Permanently status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:response contains expected Found status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:response contains expected See Other status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:response contains expected Not Modified status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:response contains expected Use Proxy status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:response contains expected Temporary Redirect status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:response contains expected Permanent Redirect status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:FINISHED TEST : constructorResponseTest() 12-12-2023 12:45:28:STARTING TEST : constructorStringResponseTest() 12-12-2023 12:45:28:response contains expected Multiple Choices status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK RedirectionException description 12-12-2023 12:45:28:response contains expected Moved Permanently status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK RedirectionException description 12-12-2023 12:45:28:response contains expected Found status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK RedirectionException description 12-12-2023 12:45:28:response contains expected See Other status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK RedirectionException description 12-12-2023 12:45:28:response contains expected Not Modified status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK RedirectionException description 12-12-2023 12:45:28:response contains expected Use Proxy status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK RedirectionException description 12-12-2023 12:45:28:response contains expected Temporary Redirect status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK RedirectionException description 12-12-2023 12:45:28:response contains expected Permanent Redirect status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK RedirectionException description 12-12-2023 12:45:28:FINISHED TEST : constructorStringResponseTest() 12-12-2023 12:45:28:STARTING TEST : constructorStringStatusUriThrowsIAETest() 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status OK 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Created 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Accepted 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status No Content 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Reset Content 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Partial Content 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Bad Request 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Unauthorized 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Payment Required 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Forbidden 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Not Found 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Method Not Allowed 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Not Acceptable 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Request Timeout 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Conflict 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Gone 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Length Required 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Precondition Failed 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Expectation Failed 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Precondition Required 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Too Many Requests 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Internal Server Error 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Not Implemented 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Bad Gateway 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Service Unavailable 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Gateway Timeout 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Network Authentication Required 12-12-2023 12:45:28:FINISHED TEST : constructorStringStatusUriThrowsIAETest() 12-12-2023 12:45:28:STARTING TEST : constructorStatusUriThrowsExceptionTest() 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status OK 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Created 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Accepted 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status No Content 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Reset Content 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Partial Content 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Bad Request 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Unauthorized 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Payment Required 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Forbidden 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Not Found 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Method Not Allowed 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Not Acceptable 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Request Timeout 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Conflict 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Gone 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Length Required 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Precondition Failed 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Expectation Failed 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Precondition Required 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Too Many Requests 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Internal Server Error 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Not Implemented 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Bad Gateway 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Service Unavailable 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Gateway Timeout 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Network Authentication Required 12-12-2023 12:45:28:FINISHED TEST : constructorStatusUriThrowsExceptionTest() 12-12-2023 12:45:28:STARTING TEST : constructorStatusNullUriThrowsExceptionTest() 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for null status 12-12-2023 12:45:28:FINISHED TEST : constructorStatusNullUriThrowsExceptionTest() 12-12-2023 12:45:28:STARTING TEST : constructorIntUriThrowsExceptionTest() 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status OK 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Created 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Accepted 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status No Content 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Reset Content 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Partial Content 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Bad Request 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Unauthorized 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Payment Required 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Forbidden 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Not Found 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Method Not Allowed 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Not Acceptable 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Request Timeout 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Conflict 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Gone 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Length Required 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Precondition Failed 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Expectation Failed 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Precondition Required 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Too Many Requests 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Internal Server Error 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Not Implemented 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Bad Gateway 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Service Unavailable 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Gateway Timeout 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Network Authentication Required 12-12-2023 12:45:28:FINISHED TEST : constructorIntUriThrowsExceptionTest() 12-12-2023 12:45:28:STARTING TEST : constructorStringStatusNullUriThrowsIAETest() 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for null status 12-12-2023 12:45:28:FINISHED TEST : constructorStringStatusNullUriThrowsIAETest() 12-12-2023 12:45:28:STARTING TEST : constructorIntUriTest() 12-12-2023 12:45:28:response contains expected Multiple Choices status 12-12-2023 12:45:28:Found expected location http://oracle.com:888/REDIRECTIONtest 12-12-2023 12:45:28:response contains expected Moved Permanently status 12-12-2023 12:45:28:Found expected location http://oracle.com:888/REDIRECTIONtest 12-12-2023 12:45:28:response contains expected Found status 12-12-2023 12:45:28:Found expected location http://oracle.com:888/REDIRECTIONtest 12-12-2023 12:45:28:response contains expected See Other status 12-12-2023 12:45:28:Found expected location http://oracle.com:888/REDIRECTIONtest 12-12-2023 12:45:28:response contains expected Not Modified status 12-12-2023 12:45:28:Found expected location http://oracle.com:888/REDIRECTIONtest 12-12-2023 12:45:28:response contains expected Use Proxy status 12-12-2023 12:45:28:Found expected location http://oracle.com:888/REDIRECTIONtest 12-12-2023 12:45:28:response contains expected Temporary Redirect status 12-12-2023 12:45:28:Found expected location http://oracle.com:888/REDIRECTIONtest 12-12-2023 12:45:28:response contains expected Permanent Redirect status 12-12-2023 12:45:28:Found expected location http://oracle.com:888/REDIRECTIONtest 12-12-2023 12:45:28:FINISHED TEST : constructorIntUriTest() 12-12-2023 12:45:28:STARTING TEST : constructorStringStatusUriTest() 12-12-2023 12:45:28:response contains expected Multiple Choices status 12-12-2023 12:45:28:Found expected location http://oracle.com:888/REDIRECTIONtest 12-12-2023 12:45:28:found expected getMessage()= TCK RedirectionException description 12-12-2023 12:45:28:response contains expected Moved Permanently status 12-12-2023 12:45:28:Found expected location http://oracle.com:888/REDIRECTIONtest 12-12-2023 12:45:28:found expected getMessage()= TCK RedirectionException description 12-12-2023 12:45:28:response contains expected Found status 12-12-2023 12:45:28:Found expected location http://oracle.com:888/REDIRECTIONtest 12-12-2023 12:45:28:found expected getMessage()= TCK RedirectionException description 12-12-2023 12:45:28:response contains expected See Other status 12-12-2023 12:45:28:Found expected location http://oracle.com:888/REDIRECTIONtest 12-12-2023 12:45:28:found expected getMessage()= TCK RedirectionException description 12-12-2023 12:45:28:response contains expected Not Modified status 12-12-2023 12:45:28:Found expected location http://oracle.com:888/REDIRECTIONtest 12-12-2023 12:45:28:found expected getMessage()= TCK RedirectionException description 12-12-2023 12:45:28:response contains expected Use Proxy status 12-12-2023 12:45:28:Found expected location http://oracle.com:888/REDIRECTIONtest 12-12-2023 12:45:28:found expected getMessage()= TCK RedirectionException description 12-12-2023 12:45:28:response contains expected Temporary Redirect status 12-12-2023 12:45:28:Found expected location http://oracle.com:888/REDIRECTIONtest 12-12-2023 12:45:28:found expected getMessage()= TCK RedirectionException description 12-12-2023 12:45:28:response contains expected Permanent Redirect status 12-12-2023 12:45:28:Found expected location http://oracle.com:888/REDIRECTIONtest 12-12-2023 12:45:28:found expected getMessage()= TCK RedirectionException description 12-12-2023 12:45:28:FINISHED TEST : constructorStringStatusUriTest() 12-12-2023 12:45:28:STARTING TEST : constructorIntNotValidStatusThrowsExceptionTest() 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status -1 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status 2147483647 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status -2147483648 12-12-2023 12:45:28:FINISHED TEST : constructorIntNotValidStatusThrowsExceptionTest() 12-12-2023 12:45:28:STARTING TEST : constructorStatusUriTest() 12-12-2023 12:45:28:response contains expected Multiple Choices status 12-12-2023 12:45:28:Found expected location http://oracle.com:888/REDIRECTIONtest 12-12-2023 12:45:28:response contains expected Moved Permanently status 12-12-2023 12:45:28:Found expected location http://oracle.com:888/REDIRECTIONtest 12-12-2023 12:45:28:response contains expected Found status 12-12-2023 12:45:28:Found expected location http://oracle.com:888/REDIRECTIONtest 12-12-2023 12:45:28:response contains expected See Other status 12-12-2023 12:45:28:Found expected location http://oracle.com:888/REDIRECTIONtest 12-12-2023 12:45:28:response contains expected Not Modified status 12-12-2023 12:45:28:Found expected location http://oracle.com:888/REDIRECTIONtest 12-12-2023 12:45:28:response contains expected Use Proxy status 12-12-2023 12:45:28:Found expected location http://oracle.com:888/REDIRECTIONtest 12-12-2023 12:45:28:response contains expected Temporary Redirect status 12-12-2023 12:45:28:Found expected location http://oracle.com:888/REDIRECTIONtest 12-12-2023 12:45:28:response contains expected Permanent Redirect status 12-12-2023 12:45:28:Found expected location http://oracle.com:888/REDIRECTIONtest 12-12-2023 12:45:28:FINISHED TEST : constructorStatusUriTest() 12-12-2023 12:45:28:STARTING TEST : constructorResponseThrowsExceptionTest() 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status OK 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Created 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Accepted 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status No Content 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Reset Content 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Partial Content 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Bad Request 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Unauthorized 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Payment Required 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Forbidden 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Not Found 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Method Not Allowed 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Not Acceptable 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Request Timeout 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Conflict 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Gone 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Length Required 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Precondition Failed 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Expectation Failed 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Precondition Required 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Too Many Requests 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Internal Server Error 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Not Implemented 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Bad Gateway 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Service Unavailable 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Gateway Timeout 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Network Authentication Required 12-12-2023 12:45:28:FINISHED TEST : constructorResponseThrowsExceptionTest() 12-12-2023 12:45:28:STARTING TEST : constructorStringIntUriThrowsIAETest() 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status OK 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Created 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Accepted 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status No Content 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Reset Content 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Partial Content 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Bad Request 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Unauthorized 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Payment Required 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Forbidden 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Not Found 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Method Not Allowed 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Not Acceptable 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Request Timeout 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Conflict 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Gone 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Length Required 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Precondition Failed 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Expectation Failed 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Precondition Required 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Too Many Requests 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Internal Server Error 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Not Implemented 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Bad Gateway 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Service Unavailable 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Gateway Timeout 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Network Authentication Required 12-12-2023 12:45:28:FINISHED TEST : constructorStringIntUriThrowsIAETest() 12-12-2023 12:45:28:STARTING TEST : constructorStringIntNotValidStatusThrowsIAETest() 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status -1 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status 2147483647 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status -2147483648 12-12-2023 12:45:28:FINISHED TEST : constructorStringIntNotValidStatusThrowsIAETest() 12-12-2023 12:45:28:STARTING TEST : constructorStringResponseThrowsIAETest() 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status OK 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Created 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Accepted 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status No Content 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Reset Content 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Partial Content 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Bad Request 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Unauthorized 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Payment Required 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Forbidden 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Not Found 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Method Not Allowed 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Not Acceptable 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Request Timeout 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Conflict 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Gone 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Length Required 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Precondition Failed 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Expectation Failed 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Precondition Required 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Too Many Requests 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Internal Server Error 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Not Implemented 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Bad Gateway 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Service Unavailable 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Gateway Timeout 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Network Authentication Required 12-12-2023 12:45:28:FINISHED TEST : constructorStringResponseThrowsIAETest() 12-12-2023 12:45:28:STARTING TEST : constructorStringIntUriTest() 12-12-2023 12:45:28:response contains expected Multiple Choices status 12-12-2023 12:45:28:Found expected location http://oracle.com:888/REDIRECTIONtest 12-12-2023 12:45:28:found expected getMessage()= TCK RedirectionException description 12-12-2023 12:45:28:response contains expected Moved Permanently status 12-12-2023 12:45:28:Found expected location http://oracle.com:888/REDIRECTIONtest 12-12-2023 12:45:28:found expected getMessage()= TCK RedirectionException description 12-12-2023 12:45:28:response contains expected Found status 12-12-2023 12:45:28:Found expected location http://oracle.com:888/REDIRECTIONtest 12-12-2023 12:45:28:found expected getMessage()= TCK RedirectionException description 12-12-2023 12:45:28:response contains expected See Other status 12-12-2023 12:45:28:Found expected location http://oracle.com:888/REDIRECTIONtest 12-12-2023 12:45:28:found expected getMessage()= TCK RedirectionException description 12-12-2023 12:45:28:response contains expected Not Modified status 12-12-2023 12:45:28:Found expected location http://oracle.com:888/REDIRECTIONtest 12-12-2023 12:45:28:found expected getMessage()= TCK RedirectionException description 12-12-2023 12:45:28:response contains expected Use Proxy status 12-12-2023 12:45:28:Found expected location http://oracle.com:888/REDIRECTIONtest 12-12-2023 12:45:28:found expected getMessage()= TCK RedirectionException description 12-12-2023 12:45:28:response contains expected Temporary Redirect status 12-12-2023 12:45:28:Found expected location http://oracle.com:888/REDIRECTIONtest 12-12-2023 12:45:28:found expected getMessage()= TCK RedirectionException description 12-12-2023 12:45:28:response contains expected Permanent Redirect status 12-12-2023 12:45:28:Found expected location http://oracle.com:888/REDIRECTIONtest 12-12-2023 12:45:28:found expected getMessage()= TCK RedirectionException description 12-12-2023 12:45:28:FINISHED TEST : constructorStringIntUriTest() [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in ee.jakarta.tck.ws.rs.api.rs.redirectexception.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.bindingpriority.JAXRSClientIT 12-12-2023 12:45:28:STARTING TEST : checkBindingPriorityLowerRegisteredFirstTest() 12-12-2023 12:45:28:FINISHED TEST : checkBindingPriorityLowerRegisteredFirstTest() 12-12-2023 12:45:28:STARTING TEST : checkBindingPriorityHigherRegisteredFirstTest() 12-12-2023 12:45:28:FINISHED TEST : checkBindingPriorityHigherRegisteredFirstTest() [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 s - in ee.jakarta.tck.ws.rs.api.rs.bindingpriority.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.servererrorexception.JAXRSClientIT 12-12-2023 12:45:28:STARTING TEST : constructorStatusThrowableThrowsExceptionTest() 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status OK 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Created 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Accepted 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status No Content 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Reset Content 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Partial Content 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Multiple Choices 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Moved Permanently 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Found 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status See Other 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Not Modified 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Use Proxy 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Temporary Redirect 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Permanent Redirect 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Bad Request 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Unauthorized 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Payment Required 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Forbidden 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Not Found 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Method Not Allowed 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Not Acceptable 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Request Timeout 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Conflict 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Gone 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Length Required 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Precondition Failed 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Expectation Failed 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Precondition Required 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Too Many Requests 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 12-12-2023 12:45:28:FINISHED TEST : constructorStatusThrowableThrowsExceptionTest() 12-12-2023 12:45:28:STARTING TEST : constructorResponseThrowableTest() 12-12-2023 12:45:28:response contains expected Internal Server Error status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:response contains expected Internal Server Error status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:response contains expected Internal Server Error status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:response contains expected Internal Server Error status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:response contains expected Not Implemented status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:response contains expected Not Implemented status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:response contains expected Not Implemented status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:response contains expected Not Implemented status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:response contains expected Bad Gateway status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:response contains expected Bad Gateway status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:response contains expected Bad Gateway status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:response contains expected Bad Gateway status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:response contains expected Service Unavailable status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:response contains expected Service Unavailable status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:response contains expected Service Unavailable status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:response contains expected Service Unavailable status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:response contains expected Gateway Timeout status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:response contains expected Gateway Timeout status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:response contains expected Gateway Timeout status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:response contains expected Gateway Timeout status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:response contains expected HTTP Version Not Supported status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:response contains expected HTTP Version Not Supported status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:response contains expected HTTP Version Not Supported status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:response contains expected HTTP Version Not Supported status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:response contains expected Network Authentication Required status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:response contains expected Network Authentication Required status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:response contains expected Network Authentication Required status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:response contains expected Network Authentication Required status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:FINISHED TEST : constructorResponseThrowableTest() 12-12-2023 12:45:28:STARTING TEST : constructorResponseTest() 12-12-2023 12:45:28:response contains expected Internal Server Error status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:response contains expected Not Implemented status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:response contains expected Bad Gateway status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:response contains expected Service Unavailable status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:response contains expected Gateway Timeout status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:response contains expected HTTP Version Not Supported status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:response contains expected Network Authentication Required status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:FINISHED TEST : constructorResponseTest() 12-12-2023 12:45:28:STARTING TEST : constructorStringResponseThrowableThrowsIAETest() 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status OK 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Created 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Accepted 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status No Content 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Reset Content 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Partial Content 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Multiple Choices 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Moved Permanently 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Found 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status See Other 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Not Modified 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Use Proxy 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Temporary Redirect 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Permanent Redirect 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Bad Request 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Unauthorized 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Payment Required 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Forbidden 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Not Found 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Method Not Allowed 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Not Acceptable 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Request Timeout 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Conflict 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Gone 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Length Required 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Precondition Failed 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Expectation Failed 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Precondition Required 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Too Many Requests 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 12-12-2023 12:45:28:FINISHED TEST : constructorStringResponseThrowableThrowsIAETest() 12-12-2023 12:45:28:STARTING TEST : constructorStringResponseThrowableTest() 12-12-2023 12:45:28:response contains expected Internal Server Error status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:found expected getMessage()= TCK ServerErrorException description 12-12-2023 12:45:28:response contains expected Internal Server Error status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:found expected getMessage()= TCK ServerErrorException description 12-12-2023 12:45:28:response contains expected Internal Server Error status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:found expected getMessage()= TCK ServerErrorException description 12-12-2023 12:45:28:response contains expected Internal Server Error status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:found expected getMessage()= TCK ServerErrorException description 12-12-2023 12:45:28:response contains expected Not Implemented status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:found expected getMessage()= TCK ServerErrorException description 12-12-2023 12:45:28:response contains expected Not Implemented status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:found expected getMessage()= TCK ServerErrorException description 12-12-2023 12:45:28:response contains expected Not Implemented status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:found expected getMessage()= TCK ServerErrorException description 12-12-2023 12:45:28:response contains expected Not Implemented status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:found expected getMessage()= TCK ServerErrorException description 12-12-2023 12:45:28:response contains expected Bad Gateway status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:found expected getMessage()= TCK ServerErrorException description 12-12-2023 12:45:28:response contains expected Bad Gateway status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:found expected getMessage()= TCK ServerErrorException description 12-12-2023 12:45:28:response contains expected Bad Gateway status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:found expected getMessage()= TCK ServerErrorException description 12-12-2023 12:45:28:response contains expected Bad Gateway status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:found expected getMessage()= TCK ServerErrorException description 12-12-2023 12:45:28:response contains expected Service Unavailable status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:found expected getMessage()= TCK ServerErrorException description 12-12-2023 12:45:28:response contains expected Service Unavailable status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:found expected getMessage()= TCK ServerErrorException description 12-12-2023 12:45:28:response contains expected Service Unavailable status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:found expected getMessage()= TCK ServerErrorException description 12-12-2023 12:45:28:response contains expected Service Unavailable status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:found expected getMessage()= TCK ServerErrorException description 12-12-2023 12:45:28:response contains expected Gateway Timeout status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:found expected getMessage()= TCK ServerErrorException description 12-12-2023 12:45:28:response contains expected Gateway Timeout status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:found expected getMessage()= TCK ServerErrorException description 12-12-2023 12:45:28:response contains expected Gateway Timeout status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:found expected getMessage()= TCK ServerErrorException description 12-12-2023 12:45:28:response contains expected Gateway Timeout status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:found expected getMessage()= TCK ServerErrorException description 12-12-2023 12:45:28:response contains expected HTTP Version Not Supported status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:found expected getMessage()= TCK ServerErrorException description 12-12-2023 12:45:28:response contains expected HTTP Version Not Supported status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:found expected getMessage()= TCK ServerErrorException description 12-12-2023 12:45:28:response contains expected HTTP Version Not Supported status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:found expected getMessage()= TCK ServerErrorException description 12-12-2023 12:45:28:response contains expected HTTP Version Not Supported status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:found expected getMessage()= TCK ServerErrorException description 12-12-2023 12:45:28:response contains expected Network Authentication Required status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:found expected getMessage()= TCK ServerErrorException description 12-12-2023 12:45:28:response contains expected Network Authentication Required status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:found expected getMessage()= TCK ServerErrorException description 12-12-2023 12:45:28:response contains expected Network Authentication Required status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:found expected getMessage()= TCK ServerErrorException description 12-12-2023 12:45:28:response contains expected Network Authentication Required status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:found expected getMessage()= TCK ServerErrorException description 12-12-2023 12:45:28:FINISHED TEST : constructorStringResponseThrowableTest() 12-12-2023 12:45:28:STARTING TEST : constructorStringStatusNullThrowableThrowsExceptionTest() 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for null status 12-12-2023 12:45:28:FINISHED TEST : constructorStringStatusNullThrowableThrowsExceptionTest() 12-12-2023 12:45:28:STARTING TEST : constructorStringResponseTest() 12-12-2023 12:45:28:response contains expected Internal Server Error status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK ServerErrorException description 12-12-2023 12:45:28:response contains expected Not Implemented status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK ServerErrorException description 12-12-2023 12:45:28:response contains expected Bad Gateway status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK ServerErrorException description 12-12-2023 12:45:28:response contains expected Service Unavailable status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK ServerErrorException description 12-12-2023 12:45:28:response contains expected Gateway Timeout status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK ServerErrorException description 12-12-2023 12:45:28:response contains expected HTTP Version Not Supported status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK ServerErrorException description 12-12-2023 12:45:28:response contains expected Network Authentication Required status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK ServerErrorException description 12-12-2023 12:45:28:FINISHED TEST : constructorStringResponseTest() 12-12-2023 12:45:28:STARTING TEST : constructorStatusTest() 12-12-2023 12:45:28:response contains expected Internal Server Error status 12-12-2023 12:45:28:response contains expected Not Implemented status 12-12-2023 12:45:28:response contains expected Bad Gateway status 12-12-2023 12:45:28:response contains expected Service Unavailable status 12-12-2023 12:45:28:response contains expected Gateway Timeout status 12-12-2023 12:45:28:response contains expected HTTP Version Not Supported status 12-12-2023 12:45:28:response contains expected Network Authentication Required status 12-12-2023 12:45:28:FINISHED TEST : constructorStatusTest() 12-12-2023 12:45:28:STARTING TEST : constructorIntThrowableThrowsExceptionTest() 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status OK 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Created 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Accepted 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status No Content 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Reset Content 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Partial Content 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Multiple Choices 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Moved Permanently 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Found 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status See Other 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Not Modified 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Use Proxy 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Temporary Redirect 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Permanent Redirect 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Bad Request 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Unauthorized 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Payment Required 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Forbidden 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Not Found 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Method Not Allowed 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Not Acceptable 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Request Timeout 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Conflict 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Gone 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Length Required 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Precondition Failed 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Expectation Failed 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Precondition Required 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Too Many Requests 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 12-12-2023 12:45:28:FINISHED TEST : constructorIntThrowableThrowsExceptionTest() 12-12-2023 12:45:28:STARTING TEST : constructorStringIntThrowsIAETest() 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status OK 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Created 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Accepted 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status No Content 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Reset Content 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Partial Content 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Multiple Choices 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Moved Permanently 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Found 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status See Other 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Not Modified 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Use Proxy 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Temporary Redirect 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Permanent Redirect 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Bad Request 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Unauthorized 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Payment Required 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Forbidden 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Not Found 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Method Not Allowed 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Not Acceptable 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Request Timeout 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Conflict 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Gone 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Length Required 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Precondition Failed 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Expectation Failed 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Precondition Required 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Too Many Requests 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 12-12-2023 12:45:28:FINISHED TEST : constructorStringIntThrowsIAETest() 12-12-2023 12:45:28:STARTING TEST : constructorStatusThrowsExceptionTest() 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status OK 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Created 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Accepted 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status No Content 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Reset Content 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Partial Content 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Multiple Choices 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Moved Permanently 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Found 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status See Other 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Not Modified 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Use Proxy 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Temporary Redirect 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Permanent Redirect 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Bad Request 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Unauthorized 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Payment Required 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Forbidden 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Not Found 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Method Not Allowed 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Not Acceptable 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Request Timeout 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Conflict 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Gone 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Length Required 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Precondition Failed 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Expectation Failed 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Precondition Required 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Too Many Requests 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 12-12-2023 12:45:28:FINISHED TEST : constructorStatusThrowsExceptionTest() 12-12-2023 12:45:28:STARTING TEST : constructorStatusNullThrowableThrowsExceptionTest() 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for null status 12-12-2023 12:45:28:FINISHED TEST : constructorStatusNullThrowableThrowsExceptionTest() 12-12-2023 12:45:28:STARTING TEST : constructorStringStatusNullThrowsExceptionTest() 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for null status 12-12-2023 12:45:28:FINISHED TEST : constructorStringStatusNullThrowsExceptionTest() 12-12-2023 12:45:28:STARTING TEST : constructorStringIntThrowableTest() 12-12-2023 12:45:28:response contains expected Internal Server Error status 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:found expected getMessage()= TCK ServerErrorException description 12-12-2023 12:45:28:response contains expected Internal Server Error status 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:found expected getMessage()= TCK ServerErrorException description 12-12-2023 12:45:28:response contains expected Internal Server Error status 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:found expected getMessage()= TCK ServerErrorException description 12-12-2023 12:45:28:response contains expected Internal Server Error status 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:found expected getMessage()= TCK ServerErrorException description 12-12-2023 12:45:28:response contains expected Not Implemented status 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:found expected getMessage()= TCK ServerErrorException description 12-12-2023 12:45:28:response contains expected Not Implemented status 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:found expected getMessage()= TCK ServerErrorException description 12-12-2023 12:45:28:response contains expected Not Implemented status 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:found expected getMessage()= TCK ServerErrorException description 12-12-2023 12:45:28:response contains expected Not Implemented status 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:found expected getMessage()= TCK ServerErrorException description 12-12-2023 12:45:28:response contains expected Bad Gateway status 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:found expected getMessage()= TCK ServerErrorException description 12-12-2023 12:45:28:response contains expected Bad Gateway status 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:found expected getMessage()= TCK ServerErrorException description 12-12-2023 12:45:28:response contains expected Bad Gateway status 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:found expected getMessage()= TCK ServerErrorException description 12-12-2023 12:45:28:response contains expected Bad Gateway status 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:found expected getMessage()= TCK ServerErrorException description 12-12-2023 12:45:28:response contains expected Service Unavailable status 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:found expected getMessage()= TCK ServerErrorException description 12-12-2023 12:45:28:response contains expected Service Unavailable status 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:found expected getMessage()= TCK ServerErrorException description 12-12-2023 12:45:28:response contains expected Service Unavailable status 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:found expected getMessage()= TCK ServerErrorException description 12-12-2023 12:45:28:response contains expected Service Unavailable status 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:found expected getMessage()= TCK ServerErrorException description 12-12-2023 12:45:28:response contains expected Gateway Timeout status 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:found expected getMessage()= TCK ServerErrorException description 12-12-2023 12:45:28:response contains expected Gateway Timeout status 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:found expected getMessage()= TCK ServerErrorException description 12-12-2023 12:45:28:response contains expected Gateway Timeout status 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:found expected getMessage()= TCK ServerErrorException description 12-12-2023 12:45:28:response contains expected Gateway Timeout status 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:found expected getMessage()= TCK ServerErrorException description 12-12-2023 12:45:28:response contains expected HTTP Version Not Supported status 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:found expected getMessage()= TCK ServerErrorException description 12-12-2023 12:45:28:response contains expected HTTP Version Not Supported status 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:found expected getMessage()= TCK ServerErrorException description 12-12-2023 12:45:28:response contains expected HTTP Version Not Supported status 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:found expected getMessage()= TCK ServerErrorException description 12-12-2023 12:45:28:response contains expected HTTP Version Not Supported status 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:found expected getMessage()= TCK ServerErrorException description 12-12-2023 12:45:28:response contains expected Network Authentication Required status 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:found expected getMessage()= TCK ServerErrorException description 12-12-2023 12:45:28:response contains expected Network Authentication Required status 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:found expected getMessage()= TCK ServerErrorException description 12-12-2023 12:45:28:response contains expected Network Authentication Required status 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:found expected getMessage()= TCK ServerErrorException description 12-12-2023 12:45:28:response contains expected Network Authentication Required status 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:found expected getMessage()= TCK ServerErrorException description 12-12-2023 12:45:28:FINISHED TEST : constructorStringIntThrowableTest() 12-12-2023 12:45:28:STARTING TEST : constructorStatusNullThrowsExceptionTest() 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for null status 12-12-2023 12:45:28:FINISHED TEST : constructorStatusNullThrowsExceptionTest() 12-12-2023 12:45:28:STARTING TEST : constructorIntTest() 12-12-2023 12:45:28:response contains expected Internal Server Error status 12-12-2023 12:45:28:response contains expected Not Implemented status 12-12-2023 12:45:28:response contains expected Bad Gateway status 12-12-2023 12:45:28:response contains expected Service Unavailable status 12-12-2023 12:45:28:response contains expected Gateway Timeout status 12-12-2023 12:45:28:response contains expected HTTP Version Not Supported status 12-12-2023 12:45:28:response contains expected Network Authentication Required status 12-12-2023 12:45:28:FINISHED TEST : constructorIntTest() 12-12-2023 12:45:28:STARTING TEST : constructorStringStatusThrowableThrowsIAETest() 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status OK 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Created 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Accepted 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status No Content 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Reset Content 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Partial Content 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Multiple Choices 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Moved Permanently 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Found 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status See Other 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Not Modified 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Use Proxy 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Temporary Redirect 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Permanent Redirect 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Bad Request 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Unauthorized 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Payment Required 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Forbidden 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Not Found 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Method Not Allowed 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Not Acceptable 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Request Timeout 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Conflict 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Gone 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Length Required 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Precondition Failed 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Expectation Failed 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Precondition Required 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Too Many Requests 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 12-12-2023 12:45:28:FINISHED TEST : constructorStringStatusThrowableThrowsIAETest() 12-12-2023 12:45:28:STARTING TEST : constructorStringIntThrowableThrowsIAETest() 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status OK 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Created 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Accepted 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status No Content 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Reset Content 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Partial Content 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Multiple Choices 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Moved Permanently 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Found 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status See Other 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Not Modified 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Use Proxy 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Temporary Redirect 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Permanent Redirect 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Bad Request 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Unauthorized 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Payment Required 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Forbidden 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Not Found 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Method Not Allowed 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Not Acceptable 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Request Timeout 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Conflict 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Gone 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Length Required 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Precondition Failed 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Expectation Failed 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Precondition Required 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Too Many Requests 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 12-12-2023 12:45:28:FINISHED TEST : constructorStringIntThrowableThrowsIAETest() 12-12-2023 12:45:28:STARTING TEST : constructorStringIntTest() 12-12-2023 12:45:28:response contains expected Internal Server Error status 12-12-2023 12:45:28:found expected getMessage()= TCK ServerErrorException description 12-12-2023 12:45:28:response contains expected Not Implemented status 12-12-2023 12:45:28:found expected getMessage()= TCK ServerErrorException description 12-12-2023 12:45:28:response contains expected Bad Gateway status 12-12-2023 12:45:28:found expected getMessage()= TCK ServerErrorException description 12-12-2023 12:45:28:response contains expected Service Unavailable status 12-12-2023 12:45:28:found expected getMessage()= TCK ServerErrorException description 12-12-2023 12:45:28:response contains expected Gateway Timeout status 12-12-2023 12:45:28:found expected getMessage()= TCK ServerErrorException description 12-12-2023 12:45:28:response contains expected HTTP Version Not Supported status 12-12-2023 12:45:28:found expected getMessage()= TCK ServerErrorException description 12-12-2023 12:45:28:response contains expected Network Authentication Required status 12-12-2023 12:45:28:found expected getMessage()= TCK ServerErrorException description 12-12-2023 12:45:28:FINISHED TEST : constructorStringIntTest() 12-12-2023 12:45:28:STARTING TEST : constructorStringIntNotValidStatusThrowableThrowsExceptionTest() 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status -1 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status 2147483647 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status -2147483648 12-12-2023 12:45:28:FINISHED TEST : constructorStringIntNotValidStatusThrowableThrowsExceptionTest() 12-12-2023 12:45:28:STARTING TEST : constructorIntNotValidStatusThrowableThrowsExceptionTest() 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status -1 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status 2147483647 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status -2147483648 12-12-2023 12:45:28:FINISHED TEST : constructorIntNotValidStatusThrowableThrowsExceptionTest() 12-12-2023 12:45:28:STARTING TEST : constructorStringStatusThrowsIAETest() 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status OK 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Created 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Accepted 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status No Content 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Reset Content 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Partial Content 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Multiple Choices 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Moved Permanently 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Found 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status See Other 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Not Modified 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Use Proxy 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Temporary Redirect 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Permanent Redirect 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Bad Request 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Unauthorized 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Payment Required 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Forbidden 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Not Found 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Method Not Allowed 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Not Acceptable 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Request Timeout 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Conflict 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Gone 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Length Required 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Precondition Failed 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Expectation Failed 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Precondition Required 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Too Many Requests 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 12-12-2023 12:45:28:FINISHED TEST : constructorStringStatusThrowsIAETest() 12-12-2023 12:45:28:STARTING TEST : constructorIntNotValidStatusThrowsExceptionTest() 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status -1 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status 2147483647 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status -2147483648 12-12-2023 12:45:28:FINISHED TEST : constructorIntNotValidStatusThrowsExceptionTest() 12-12-2023 12:45:28:STARTING TEST : constructorResponseThrowsExceptionTest() 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status OK 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Created 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Accepted 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status No Content 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Reset Content 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Partial Content 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Multiple Choices 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Moved Permanently 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Found 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status See Other 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Not Modified 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Use Proxy 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Temporary Redirect 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Permanent Redirect 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Bad Request 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Unauthorized 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Payment Required 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Forbidden 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Not Found 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Method Not Allowed 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Not Acceptable 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Request Timeout 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Conflict 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Gone 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Length Required 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Precondition Failed 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Expectation Failed 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Precondition Required 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Too Many Requests 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 12-12-2023 12:45:28:FINISHED TEST : constructorResponseThrowsExceptionTest() 12-12-2023 12:45:28:STARTING TEST : constructorStringStatusTest() 12-12-2023 12:45:28:response contains expected Internal Server Error status 12-12-2023 12:45:28:found expected getMessage()= TCK ServerErrorException description 12-12-2023 12:45:28:response contains expected Not Implemented status 12-12-2023 12:45:28:found expected getMessage()= TCK ServerErrorException description 12-12-2023 12:45:28:response contains expected Bad Gateway status 12-12-2023 12:45:28:found expected getMessage()= TCK ServerErrorException description 12-12-2023 12:45:28:response contains expected Service Unavailable status 12-12-2023 12:45:28:found expected getMessage()= TCK ServerErrorException description 12-12-2023 12:45:28:response contains expected Gateway Timeout status 12-12-2023 12:45:28:found expected getMessage()= TCK ServerErrorException description 12-12-2023 12:45:28:response contains expected HTTP Version Not Supported status 12-12-2023 12:45:28:found expected getMessage()= TCK ServerErrorException description 12-12-2023 12:45:28:response contains expected Network Authentication Required status 12-12-2023 12:45:28:found expected getMessage()= TCK ServerErrorException description 12-12-2023 12:45:28:FINISHED TEST : constructorStringStatusTest() 12-12-2023 12:45:28:STARTING TEST : constructorStringStatusThrowableTest() 12-12-2023 12:45:28:response contains expected Internal Server Error status 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:found expected getMessage()= TCK ServerErrorException description 12-12-2023 12:45:28:response contains expected Internal Server Error status 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:found expected getMessage()= TCK ServerErrorException description 12-12-2023 12:45:28:response contains expected Internal Server Error status 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:found expected getMessage()= TCK ServerErrorException description 12-12-2023 12:45:28:response contains expected Internal Server Error status 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:found expected getMessage()= TCK ServerErrorException description 12-12-2023 12:45:28:response contains expected Not Implemented status 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:found expected getMessage()= TCK ServerErrorException description 12-12-2023 12:45:28:response contains expected Not Implemented status 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:found expected getMessage()= TCK ServerErrorException description 12-12-2023 12:45:28:response contains expected Not Implemented status 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:found expected getMessage()= TCK ServerErrorException description 12-12-2023 12:45:28:response contains expected Not Implemented status 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:found expected getMessage()= TCK ServerErrorException description 12-12-2023 12:45:28:response contains expected Bad Gateway status 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:found expected getMessage()= TCK ServerErrorException description 12-12-2023 12:45:28:response contains expected Bad Gateway status 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:found expected getMessage()= TCK ServerErrorException description 12-12-2023 12:45:28:response contains expected Bad Gateway status 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:found expected getMessage()= TCK ServerErrorException description 12-12-2023 12:45:28:response contains expected Bad Gateway status 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:found expected getMessage()= TCK ServerErrorException description 12-12-2023 12:45:28:response contains expected Service Unavailable status 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:found expected getMessage()= TCK ServerErrorException description 12-12-2023 12:45:28:response contains expected Service Unavailable status 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:found expected getMessage()= TCK ServerErrorException description 12-12-2023 12:45:28:response contains expected Service Unavailable status 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:found expected getMessage()= TCK ServerErrorException description 12-12-2023 12:45:28:response contains expected Service Unavailable status 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:found expected getMessage()= TCK ServerErrorException description 12-12-2023 12:45:28:response contains expected Gateway Timeout status 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:found expected getMessage()= TCK ServerErrorException description 12-12-2023 12:45:28:response contains expected Gateway Timeout status 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:found expected getMessage()= TCK ServerErrorException description 12-12-2023 12:45:28:response contains expected Gateway Timeout status 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:found expected getMessage()= TCK ServerErrorException description 12-12-2023 12:45:28:response contains expected Gateway Timeout status 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:found expected getMessage()= TCK ServerErrorException description 12-12-2023 12:45:28:response contains expected HTTP Version Not Supported status 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:found expected getMessage()= TCK ServerErrorException description 12-12-2023 12:45:28:response contains expected HTTP Version Not Supported status 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:found expected getMessage()= TCK ServerErrorException description 12-12-2023 12:45:28:response contains expected HTTP Version Not Supported status 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:found expected getMessage()= TCK ServerErrorException description 12-12-2023 12:45:28:response contains expected HTTP Version Not Supported status 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:found expected getMessage()= TCK ServerErrorException description 12-12-2023 12:45:28:response contains expected Network Authentication Required status 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:found expected getMessage()= TCK ServerErrorException description 12-12-2023 12:45:28:response contains expected Network Authentication Required status 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:found expected getMessage()= TCK ServerErrorException description 12-12-2023 12:45:28:response contains expected Network Authentication Required status 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:found expected getMessage()= TCK ServerErrorException description 12-12-2023 12:45:28:response contains expected Network Authentication Required status 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:found expected getMessage()= TCK ServerErrorException description 12-12-2023 12:45:28:FINISHED TEST : constructorStringStatusThrowableTest() 12-12-2023 12:45:28:STARTING TEST : constructorStringIntNotValidStatusThrowsIAETest() 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status -1 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status 2147483647 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status -2147483648 12-12-2023 12:45:28:FINISHED TEST : constructorStringIntNotValidStatusThrowsIAETest() 12-12-2023 12:45:28:STARTING TEST : constructorIntThrowableTest() 12-12-2023 12:45:28:response contains expected Internal Server Error status 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:response contains expected Internal Server Error status 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:response contains expected Internal Server Error status 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:response contains expected Internal Server Error status 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:response contains expected Not Implemented status 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:response contains expected Not Implemented status 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:response contains expected Not Implemented status 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:response contains expected Not Implemented status 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:response contains expected Bad Gateway status 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:response contains expected Bad Gateway status 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:response contains expected Bad Gateway status 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:response contains expected Bad Gateway status 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:response contains expected Service Unavailable status 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:response contains expected Service Unavailable status 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:response contains expected Service Unavailable status 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:response contains expected Service Unavailable status 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:response contains expected Gateway Timeout status 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:response contains expected Gateway Timeout status 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:response contains expected Gateway Timeout status 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:response contains expected Gateway Timeout status 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:response contains expected HTTP Version Not Supported status 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:response contains expected HTTP Version Not Supported status 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:response contains expected HTTP Version Not Supported status 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:response contains expected HTTP Version Not Supported status 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:response contains expected Network Authentication Required status 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:response contains expected Network Authentication Required status 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:response contains expected Network Authentication Required status 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:response contains expected Network Authentication Required status 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:FINISHED TEST : constructorIntThrowableTest() 12-12-2023 12:45:28:STARTING TEST : constructorIntThrowsExceptionTest() 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status OK 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Created 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Accepted 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status No Content 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Reset Content 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Partial Content 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Multiple Choices 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Moved Permanently 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Found 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status See Other 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Not Modified 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Use Proxy 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Temporary Redirect 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Permanent Redirect 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Bad Request 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Unauthorized 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Payment Required 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Forbidden 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Not Found 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Method Not Allowed 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Not Acceptable 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Request Timeout 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Conflict 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Gone 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Length Required 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Precondition Failed 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Expectation Failed 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Precondition Required 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Too Many Requests 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 12-12-2023 12:45:28:FINISHED TEST : constructorIntThrowsExceptionTest() 12-12-2023 12:45:28:STARTING TEST : constructorStringResponseThrowsIAETest() 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status OK 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Created 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Accepted 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status No Content 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Reset Content 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Partial Content 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Multiple Choices 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Moved Permanently 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Found 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status See Other 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Not Modified 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Use Proxy 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Temporary Redirect 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Permanent Redirect 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Bad Request 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Unauthorized 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Payment Required 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Forbidden 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Not Found 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Method Not Allowed 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Not Acceptable 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Request Timeout 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Conflict 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Gone 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Length Required 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Precondition Failed 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Expectation Failed 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Precondition Required 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Too Many Requests 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 12-12-2023 12:45:28:FINISHED TEST : constructorStringResponseThrowsIAETest() 12-12-2023 12:45:28:STARTING TEST : constructorResponseThrowableThrowsExceptionTest() 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status OK 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Created 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Accepted 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status No Content 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Reset Content 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Partial Content 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Multiple Choices 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Moved Permanently 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Found 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status See Other 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Not Modified 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Use Proxy 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Temporary Redirect 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Permanent Redirect 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Bad Request 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Unauthorized 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Payment Required 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Forbidden 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Not Found 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Method Not Allowed 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Not Acceptable 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Request Timeout 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Conflict 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Gone 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Length Required 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Precondition Failed 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Expectation Failed 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Precondition Required 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Too Many Requests 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 12-12-2023 12:45:28:FINISHED TEST : constructorResponseThrowableThrowsExceptionTest() 12-12-2023 12:45:28:STARTING TEST : constructorStatusThrowableTest() 12-12-2023 12:45:28:response contains expected Internal Server Error status 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:response contains expected Internal Server Error status 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:response contains expected Internal Server Error status 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:response contains expected Internal Server Error status 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:response contains expected Not Implemented status 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:response contains expected Not Implemented status 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:response contains expected Not Implemented status 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:response contains expected Not Implemented status 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:response contains expected Bad Gateway status 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:response contains expected Bad Gateway status 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:response contains expected Bad Gateway status 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:response contains expected Bad Gateway status 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:response contains expected Service Unavailable status 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:response contains expected Service Unavailable status 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:response contains expected Service Unavailable status 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:response contains expected Service Unavailable status 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:response contains expected Gateway Timeout status 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:response contains expected Gateway Timeout status 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:response contains expected Gateway Timeout status 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:response contains expected Gateway Timeout status 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:response contains expected HTTP Version Not Supported status 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:response contains expected HTTP Version Not Supported status 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:response contains expected HTTP Version Not Supported status 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:response contains expected HTTP Version Not Supported status 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:response contains expected Network Authentication Required status 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:response contains expected Network Authentication Required status 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:response contains expected Network Authentication Required status 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:response contains expected Network Authentication Required status 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:FINISHED TEST : constructorStatusThrowableTest() [INFO] Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s - in ee.jakarta.tck.ws.rs.api.rs.servererrorexception.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.notsupportedexception.JAXRSClientIT 12-12-2023 12:45:28:STARTING TEST : constructorTest() 12-12-2023 12:45:28:response contains expected Unsupported Media Type status 12-12-2023 12:45:28: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.webapplicationexceptiontest.JAXRSClientIT 12-12-2023 12:45:28:STARTING TEST : constructorStringNullStatusThrowsIAETest() 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected when null Status 12-12-2023 12:45:28:FINISHED TEST : constructorStringNullStatusThrowsIAETest() 12-12-2023 12:45:28:STARTING TEST : constructorStringThrowableStatusTest() 12-12-2023 12:45:28:response contains expected OK status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:response contains expected OK status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:response contains expected OK status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:response contains expected OK status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:response contains expected Created status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:response contains expected Created status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:response contains expected Created status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:response contains expected Created status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:response contains expected Accepted status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:response contains expected Accepted status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:response contains expected Accepted status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:response contains expected Accepted status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:response contains expected No Content status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:response contains expected No Content status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:response contains expected No Content status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:response contains expected No Content status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:response contains expected Reset Content status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:response contains expected Reset Content status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:response contains expected Reset Content status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:response contains expected Reset Content status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:response contains expected Partial Content status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:response contains expected Partial Content status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:response contains expected Partial Content status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:response contains expected Partial Content status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:response contains expected Multiple Choices status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:response contains expected Multiple Choices status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:response contains expected Multiple Choices status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:response contains expected Multiple Choices status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:response contains expected Moved Permanently status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:response contains expected Moved Permanently status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:response contains expected Moved Permanently status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:response contains expected Moved Permanently status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:response contains expected Found status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:response contains expected Found status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:response contains expected Found status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:response contains expected Found status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:response contains expected See Other status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:response contains expected See Other status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:response contains expected See Other status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:response contains expected See Other status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:response contains expected Not Modified status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:response contains expected Not Modified status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:response contains expected Not Modified status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:response contains expected Not Modified status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:response contains expected Use Proxy status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:response contains expected Use Proxy status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:response contains expected Use Proxy status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:response contains expected Use Proxy status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:response contains expected Temporary Redirect status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:response contains expected Temporary Redirect status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:response contains expected Temporary Redirect status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:response contains expected Temporary Redirect status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:response contains expected Permanent Redirect status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:response contains expected Permanent Redirect status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:response contains expected Permanent Redirect status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:response contains expected Permanent Redirect status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:response contains expected Bad Request status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:response contains expected Bad Request status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:response contains expected Bad Request status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:response contains expected Bad Request status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:response contains expected Unauthorized status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:response contains expected Unauthorized status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:response contains expected Unauthorized status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:response contains expected Unauthorized status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:response contains expected Payment Required status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:response contains expected Payment Required status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:response contains expected Payment Required status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:response contains expected Payment Required status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:response contains expected Forbidden status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:response contains expected Forbidden status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:response contains expected Forbidden status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:response contains expected Forbidden status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:response contains expected Not Found status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:response contains expected Not Found status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:response contains expected Not Found status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:response contains expected Not Found status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:response contains expected Method Not Allowed status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:response contains expected Method Not Allowed status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:response contains expected Method Not Allowed status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:response contains expected Method Not Allowed status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:response contains expected Not Acceptable status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:response contains expected Not Acceptable status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:response contains expected Not Acceptable status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:response contains expected Not Acceptable status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:response contains expected Proxy Authentication Required status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:response contains expected Proxy Authentication Required status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:response contains expected Proxy Authentication Required status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:response contains expected Proxy Authentication Required status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:response contains expected Request Timeout status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:response contains expected Request Timeout status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:response contains expected Request Timeout status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:response contains expected Request Timeout status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:response contains expected Conflict status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:response contains expected Conflict status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:response contains expected Conflict status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:response contains expected Conflict status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:response contains expected Gone status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:response contains expected Gone status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:response contains expected Gone status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:response contains expected Gone status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:response contains expected Length Required status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:response contains expected Length Required status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:response contains expected Length Required status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:response contains expected Length Required status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:response contains expected Precondition Failed status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:response contains expected Precondition Failed status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:response contains expected Precondition Failed status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:response contains expected Precondition Failed status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:response contains expected Request Entity Too Large status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:response contains expected Request Entity Too Large status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:response contains expected Request Entity Too Large status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:response contains expected Request Entity Too Large status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:response contains expected Request-URI Too Long status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:response contains expected Request-URI Too Long status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:response contains expected Request-URI Too Long status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:response contains expected Request-URI Too Long status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:response contains expected Unsupported Media Type status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:response contains expected Unsupported Media Type status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:response contains expected Unsupported Media Type status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:response contains expected Unsupported Media Type status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:response contains expected Requested Range Not Satisfiable status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:response contains expected Requested Range Not Satisfiable status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:response contains expected Requested Range Not Satisfiable status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:response contains expected Requested Range Not Satisfiable status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:response contains expected Expectation Failed status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:response contains expected Expectation Failed status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:response contains expected Expectation Failed status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:response contains expected Expectation Failed status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:response contains expected Precondition Required status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:response contains expected Precondition Required status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:response contains expected Precondition Required status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:response contains expected Precondition Required status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:response contains expected Too Many Requests status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:response contains expected Too Many Requests status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:response contains expected Too Many Requests status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:response contains expected Too Many Requests status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:response contains expected Request Header Fields Too Large status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:response contains expected Request Header Fields Too Large status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:response contains expected Request Header Fields Too Large status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:response contains expected Request Header Fields Too Large status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:response contains expected Unavailable For Legal Reasons status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:response contains expected Unavailable For Legal Reasons status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:response contains expected Unavailable For Legal Reasons status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:response contains expected Unavailable For Legal Reasons status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:response contains expected Internal Server Error status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:response contains expected Internal Server Error status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:response contains expected Internal Server Error status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:response contains expected Internal Server Error status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:response contains expected Not Implemented status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:response contains expected Not Implemented status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:response contains expected Not Implemented status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:response contains expected Not Implemented status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:response contains expected Bad Gateway status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:response contains expected Bad Gateway status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:response contains expected Bad Gateway status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:response contains expected Bad Gateway status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:response contains expected Service Unavailable status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:response contains expected Service Unavailable status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:response contains expected Service Unavailable status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:response contains expected Service Unavailable status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:response contains expected Gateway Timeout status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:response contains expected Gateway Timeout status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:response contains expected Gateway Timeout status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:response contains expected Gateway Timeout status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:response contains expected HTTP Version Not Supported status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:response contains expected HTTP Version Not Supported status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:response contains expected HTTP Version Not Supported status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:response contains expected HTTP Version Not Supported status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:response contains expected Network Authentication Required status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:response contains expected Network Authentication Required status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:response contains expected Network Authentication Required status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:response contains expected Network Authentication Required status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:FINISHED TEST : constructorStringThrowableStatusTest() 12-12-2023 12:45:28:STARTING TEST : constructorStringResponseTest() 12-12-2023 12:45:28:response contains expected OK status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:response contains expected Created status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:response contains expected Accepted status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:response contains expected No Content status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:response contains expected Reset Content status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:response contains expected Partial Content status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:response contains expected Multiple Choices status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:response contains expected Moved Permanently status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:response contains expected Found status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:response contains expected See Other status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:response contains expected Not Modified status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:response contains expected Use Proxy status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:response contains expected Temporary Redirect status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:response contains expected Permanent Redirect status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:response contains expected Bad Request status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:response contains expected Unauthorized status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:response contains expected Payment Required status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:response contains expected Forbidden status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:response contains expected Not Found status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:response contains expected Method Not Allowed status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:response contains expected Not Acceptable status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:response contains expected Proxy Authentication Required status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:response contains expected Request Timeout status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:response contains expected Conflict status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:response contains expected Gone status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:response contains expected Length Required status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:response contains expected Precondition Failed status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:response contains expected Request Entity Too Large status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:response contains expected Request-URI Too Long status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:response contains expected Unsupported Media Type status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:response contains expected Requested Range Not Satisfiable status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:response contains expected Expectation Failed status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:response contains expected Precondition Required status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:response contains expected Too Many Requests status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:response contains expected Request Header Fields Too Large status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:response contains expected Unavailable For Legal Reasons status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:response contains expected Internal Server Error status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:response contains expected Not Implemented status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:response contains expected Bad Gateway status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:response contains expected Service Unavailable status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:response contains expected Gateway Timeout status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:response contains expected HTTP Version Not Supported status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:response contains expected Network Authentication Required status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:FINISHED TEST : constructorStringResponseTest() 12-12-2023 12:45:28:STARTING TEST : constructorStringThrowableResponseTest() 12-12-2023 12:45:28:response contains expected OK status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:response contains expected OK status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:response contains expected OK status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:response contains expected OK status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:response contains expected Created status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:response contains expected Created status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:response contains expected Created status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:response contains expected Created status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:response contains expected Accepted status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:response contains expected Accepted status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:response contains expected Accepted status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:response contains expected Accepted status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:response contains expected No Content status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:response contains expected No Content status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:response contains expected No Content status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:response contains expected No Content status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:response contains expected Reset Content status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:response contains expected Reset Content status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:response contains expected Reset Content status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:response contains expected Reset Content status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:response contains expected Partial Content status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:response contains expected Partial Content status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:response contains expected Partial Content status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:response contains expected Partial Content status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:response contains expected Multiple Choices status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:response contains expected Multiple Choices status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:response contains expected Multiple Choices status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:response contains expected Multiple Choices status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:response contains expected Moved Permanently status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:response contains expected Moved Permanently status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:response contains expected Moved Permanently status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:response contains expected Moved Permanently status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:response contains expected Found status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:response contains expected Found status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:response contains expected Found status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:response contains expected Found status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:response contains expected See Other status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:response contains expected See Other status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:response contains expected See Other status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:response contains expected See Other status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:response contains expected Not Modified status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:response contains expected Not Modified status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:response contains expected Not Modified status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:response contains expected Not Modified status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:response contains expected Use Proxy status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:response contains expected Use Proxy status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:response contains expected Use Proxy status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:response contains expected Use Proxy status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:response contains expected Temporary Redirect status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:response contains expected Temporary Redirect status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:response contains expected Temporary Redirect status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:response contains expected Temporary Redirect status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:response contains expected Permanent Redirect status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:response contains expected Permanent Redirect status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:response contains expected Permanent Redirect status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:response contains expected Permanent Redirect status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:response contains expected Bad Request status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:response contains expected Bad Request status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:response contains expected Bad Request status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:response contains expected Bad Request status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:response contains expected Unauthorized status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:response contains expected Unauthorized status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:response contains expected Unauthorized status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:response contains expected Unauthorized status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:response contains expected Payment Required status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:response contains expected Payment Required status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:response contains expected Payment Required status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:response contains expected Payment Required status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:response contains expected Forbidden status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:response contains expected Forbidden status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:response contains expected Forbidden status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:response contains expected Forbidden status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:response contains expected Not Found status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:response contains expected Not Found status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:response contains expected Not Found status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:response contains expected Not Found status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:response contains expected Method Not Allowed status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:response contains expected Method Not Allowed status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:response contains expected Method Not Allowed status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:response contains expected Method Not Allowed status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:response contains expected Not Acceptable status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:response contains expected Not Acceptable status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:response contains expected Not Acceptable status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:response contains expected Not Acceptable status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:response contains expected Proxy Authentication Required status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:response contains expected Proxy Authentication Required status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:response contains expected Proxy Authentication Required status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:response contains expected Proxy Authentication Required status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:response contains expected Request Timeout status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:response contains expected Request Timeout status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:response contains expected Request Timeout status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:response contains expected Request Timeout status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:response contains expected Conflict status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:response contains expected Conflict status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:response contains expected Conflict status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:response contains expected Conflict status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:response contains expected Gone status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:response contains expected Gone status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:response contains expected Gone status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:response contains expected Gone status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:response contains expected Length Required status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:response contains expected Length Required status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:response contains expected Length Required status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:response contains expected Length Required status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:response contains expected Precondition Failed status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:response contains expected Precondition Failed status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:response contains expected Precondition Failed status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:response contains expected Precondition Failed status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:response contains expected Request Entity Too Large status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:response contains expected Request Entity Too Large status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:response contains expected Request Entity Too Large status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:response contains expected Request Entity Too Large status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:response contains expected Request-URI Too Long status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:response contains expected Request-URI Too Long status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:response contains expected Request-URI Too Long status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:response contains expected Request-URI Too Long status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:response contains expected Unsupported Media Type status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:response contains expected Unsupported Media Type status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:response contains expected Unsupported Media Type status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:response contains expected Unsupported Media Type status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:response contains expected Requested Range Not Satisfiable status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:response contains expected Requested Range Not Satisfiable status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:response contains expected Requested Range Not Satisfiable status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:response contains expected Requested Range Not Satisfiable status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:response contains expected Expectation Failed status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:response contains expected Expectation Failed status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:response contains expected Expectation Failed status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:response contains expected Expectation Failed status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:response contains expected Precondition Required status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:response contains expected Precondition Required status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:response contains expected Precondition Required status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:response contains expected Precondition Required status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:response contains expected Too Many Requests status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:response contains expected Too Many Requests status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:response contains expected Too Many Requests status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:response contains expected Too Many Requests status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:response contains expected Request Header Fields Too Large status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:response contains expected Request Header Fields Too Large status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:response contains expected Request Header Fields Too Large status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:response contains expected Request Header Fields Too Large status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:response contains expected Unavailable For Legal Reasons status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:response contains expected Unavailable For Legal Reasons status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:response contains expected Unavailable For Legal Reasons status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:response contains expected Unavailable For Legal Reasons status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:response contains expected Internal Server Error status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:response contains expected Internal Server Error status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:response contains expected Internal Server Error status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:response contains expected Internal Server Error status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:response contains expected Not Implemented status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:response contains expected Not Implemented status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:response contains expected Not Implemented status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:response contains expected Not Implemented status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:response contains expected Bad Gateway status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:response contains expected Bad Gateway status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:response contains expected Bad Gateway status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:response contains expected Bad Gateway status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:response contains expected Service Unavailable status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:response contains expected Service Unavailable status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:response contains expected Service Unavailable status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:response contains expected Service Unavailable status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:response contains expected Gateway Timeout status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:response contains expected Gateway Timeout status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:response contains expected Gateway Timeout status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:response contains expected Gateway Timeout status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:response contains expected HTTP Version Not Supported status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:response contains expected HTTP Version Not Supported status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:response contains expected HTTP Version Not Supported status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:response contains expected HTTP Version Not Supported status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:response contains expected Network Authentication Required status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:response contains expected Network Authentication Required status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:response contains expected Network Authentication Required status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:response contains expected Network Authentication Required status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:FINISHED TEST : constructorStringThrowableResponseTest() 12-12-2023 12:45:28:STARTING TEST : statusNullTest() 12-12-2023 12:45:28:FINISHED TEST : statusNullTest() 12-12-2023 12:45:28:STARTING TEST : constructorStringNullResponseTest() 12-12-2023 12:45:28:response contains expected Internal Server Error status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:FINISHED TEST : constructorStringNullResponseTest() 12-12-2023 12:45:28:STARTING TEST : constructorStringIntTest() 12-12-2023 12:45:28:response contains expected OK status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:response contains expected Created status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:response contains expected Accepted status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:response contains expected No Content status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:response contains expected Reset Content status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:response contains expected Partial Content status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:response contains expected Multiple Choices status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:response contains expected Moved Permanently status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:response contains expected Found status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:response contains expected See Other status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:response contains expected Not Modified status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:response contains expected Use Proxy status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:response contains expected Temporary Redirect status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:response contains expected Permanent Redirect status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:response contains expected Bad Request status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:response contains expected Unauthorized status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:response contains expected Payment Required status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:response contains expected Forbidden status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:response contains expected Not Found status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:response contains expected Method Not Allowed status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:response contains expected Not Acceptable status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:response contains expected Proxy Authentication Required status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:response contains expected Request Timeout status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:response contains expected Conflict status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:response contains expected Gone status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:response contains expected Length Required status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:response contains expected Precondition Failed status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:response contains expected Request Entity Too Large status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:response contains expected Request-URI Too Long status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:response contains expected Unsupported Media Type status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:response contains expected Requested Range Not Satisfiable status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:response contains expected Expectation Failed status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:response contains expected Precondition Required status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:response contains expected Too Many Requests status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:response contains expected Request Header Fields Too Large status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:response contains expected Unavailable For Legal Reasons status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:response contains expected Internal Server Error status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:response contains expected Not Implemented status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:response contains expected Bad Gateway status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:response contains expected Service Unavailable status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:response contains expected Gateway Timeout status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:response contains expected HTTP Version Not Supported status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:response contains expected Network Authentication Required status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:FINISHED TEST : constructorStringIntTest() 12-12-2023 12:45:28:STARTING TEST : constructorStringThrowableTest() 12-12-2023 12:45:28:response contains expected Internal Server Error status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:response contains expected Internal Server Error status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:response contains expected Internal Server Error status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:response contains expected Internal Server Error status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:FINISHED TEST : constructorStringThrowableTest() 12-12-2023 12:45:28:STARTING TEST : constructorStringThrowableNullResponseTest() 12-12-2023 12:45:28:response contains expected Internal Server Error status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:response contains expected Internal Server Error status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:response contains expected Internal Server Error status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:response contains expected Internal Server Error status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:FINISHED TEST : constructorStringThrowableNullResponseTest() 12-12-2023 12:45:28:STARTING TEST : constructorStringStatusTest() 12-12-2023 12:45:28:response contains expected OK status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:response contains expected Created status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:response contains expected Accepted status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:response contains expected No Content status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:response contains expected Reset Content status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:response contains expected Partial Content status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:response contains expected Multiple Choices status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:response contains expected Moved Permanently status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:response contains expected Found status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:response contains expected See Other status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:response contains expected Not Modified status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:response contains expected Use Proxy status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:response contains expected Temporary Redirect status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:response contains expected Permanent Redirect status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:response contains expected Bad Request status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:response contains expected Unauthorized status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:response contains expected Payment Required status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:response contains expected Forbidden status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:response contains expected Not Found status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:response contains expected Method Not Allowed status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:response contains expected Not Acceptable status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:response contains expected Proxy Authentication Required status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:response contains expected Request Timeout status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:response contains expected Conflict status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:response contains expected Gone status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:response contains expected Length Required status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:response contains expected Precondition Failed status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:response contains expected Request Entity Too Large status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:response contains expected Request-URI Too Long status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:response contains expected Unsupported Media Type status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:response contains expected Requested Range Not Satisfiable status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:response contains expected Expectation Failed status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:response contains expected Precondition Required status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:response contains expected Too Many Requests status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:response contains expected Request Header Fields Too Large status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:response contains expected Unavailable For Legal Reasons status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:response contains expected Internal Server Error status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:response contains expected Not Implemented status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:response contains expected Bad Gateway status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:response contains expected Service Unavailable status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:response contains expected Gateway Timeout status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:response contains expected HTTP Version Not Supported status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:response contains expected Network Authentication Required status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:FINISHED TEST : constructorStringStatusTest() 12-12-2023 12:45:28:STARTING TEST : constructorStringTest() 12-12-2023 12:45:28:response contains expected Internal Server Error status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:FINISHED TEST : constructorStringTest() 12-12-2023 12:45:28:STARTING TEST : throwableStatusTest1() 12-12-2023 12:45:28:FINISHED TEST : throwableStatusTest1() 12-12-2023 12:45:28:STARTING TEST : constructorStringThrowableIntTest() 12-12-2023 12:45:28:response contains expected OK status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:response contains expected OK status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:response contains expected OK status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:response contains expected OK status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:response contains expected Created status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:response contains expected Created status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:response contains expected Created status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:response contains expected Created status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:response contains expected Accepted status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:response contains expected Accepted status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:response contains expected Accepted status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:response contains expected Accepted status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:response contains expected No Content status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:response contains expected No Content status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:response contains expected No Content status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:response contains expected No Content status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:response contains expected Reset Content status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:response contains expected Reset Content status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:response contains expected Reset Content status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:response contains expected Reset Content status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:response contains expected Partial Content status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:response contains expected Partial Content status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:response contains expected Partial Content status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:response contains expected Partial Content status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:response contains expected Multiple Choices status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:response contains expected Multiple Choices status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:response contains expected Multiple Choices status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:response contains expected Multiple Choices status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:response contains expected Moved Permanently status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:response contains expected Moved Permanently status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:response contains expected Moved Permanently status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:response contains expected Moved Permanently status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:response contains expected Found status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:response contains expected Found status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:response contains expected Found status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:response contains expected Found status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:response contains expected See Other status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:response contains expected See Other status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:response contains expected See Other status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:response contains expected See Other status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:response contains expected Not Modified status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:response contains expected Not Modified status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:response contains expected Not Modified status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:response contains expected Not Modified status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:response contains expected Use Proxy status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:response contains expected Use Proxy status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:response contains expected Use Proxy status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:response contains expected Use Proxy status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:response contains expected Temporary Redirect status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:response contains expected Temporary Redirect status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:response contains expected Temporary Redirect status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:response contains expected Temporary Redirect status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:response contains expected Permanent Redirect status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:response contains expected Permanent Redirect status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:response contains expected Permanent Redirect status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:response contains expected Permanent Redirect status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:response contains expected Bad Request status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:response contains expected Bad Request status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:response contains expected Bad Request status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:response contains expected Bad Request status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:response contains expected Unauthorized status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:response contains expected Unauthorized status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:response contains expected Unauthorized status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:response contains expected Unauthorized status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:response contains expected Payment Required status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:response contains expected Payment Required status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:response contains expected Payment Required status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:response contains expected Payment Required status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:response contains expected Forbidden status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:response contains expected Forbidden status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:response contains expected Forbidden status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:response contains expected Forbidden status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:response contains expected Not Found status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:response contains expected Not Found status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:response contains expected Not Found status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:response contains expected Not Found status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:response contains expected Method Not Allowed status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:response contains expected Method Not Allowed status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:response contains expected Method Not Allowed status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:response contains expected Method Not Allowed status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:response contains expected Not Acceptable status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:response contains expected Not Acceptable status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:response contains expected Not Acceptable status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:response contains expected Not Acceptable status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:response contains expected Proxy Authentication Required status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:response contains expected Proxy Authentication Required status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:response contains expected Proxy Authentication Required status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:response contains expected Proxy Authentication Required status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:response contains expected Request Timeout status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:response contains expected Request Timeout status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:response contains expected Request Timeout status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:response contains expected Request Timeout status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:response contains expected Conflict status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:response contains expected Conflict status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:response contains expected Conflict status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:response contains expected Conflict status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:response contains expected Gone status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:response contains expected Gone status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:response contains expected Gone status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:response contains expected Gone status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:response contains expected Length Required status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:response contains expected Length Required status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:response contains expected Length Required status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:response contains expected Length Required status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:response contains expected Precondition Failed status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:response contains expected Precondition Failed status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:response contains expected Precondition Failed status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:response contains expected Precondition Failed status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:response contains expected Request Entity Too Large status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:response contains expected Request Entity Too Large status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:response contains expected Request Entity Too Large status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:response contains expected Request Entity Too Large status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:response contains expected Request-URI Too Long status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:response contains expected Request-URI Too Long status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:response contains expected Request-URI Too Long status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:response contains expected Request-URI Too Long status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:response contains expected Unsupported Media Type status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:response contains expected Unsupported Media Type status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:response contains expected Unsupported Media Type status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:response contains expected Unsupported Media Type status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:response contains expected Requested Range Not Satisfiable status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:response contains expected Requested Range Not Satisfiable status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:response contains expected Requested Range Not Satisfiable status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:response contains expected Requested Range Not Satisfiable status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:response contains expected Expectation Failed status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:response contains expected Expectation Failed status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:response contains expected Expectation Failed status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:response contains expected Expectation Failed status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:response contains expected Precondition Required status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:response contains expected Precondition Required status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:response contains expected Precondition Required status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:response contains expected Precondition Required status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:response contains expected Too Many Requests status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:response contains expected Too Many Requests status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:response contains expected Too Many Requests status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:response contains expected Too Many Requests status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:response contains expected Request Header Fields Too Large status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:response contains expected Request Header Fields Too Large status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:response contains expected Request Header Fields Too Large status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:response contains expected Request Header Fields Too Large status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:response contains expected Unavailable For Legal Reasons status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:response contains expected Unavailable For Legal Reasons status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:response contains expected Unavailable For Legal Reasons status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:response contains expected Unavailable For Legal Reasons status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:response contains expected Internal Server Error status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:response contains expected Internal Server Error status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:response contains expected Internal Server Error status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:response contains expected Internal Server Error status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:response contains expected Not Implemented status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:response contains expected Not Implemented status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:response contains expected Not Implemented status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:response contains expected Not Implemented status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:response contains expected Bad Gateway status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:response contains expected Bad Gateway status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:response contains expected Bad Gateway status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:response contains expected Bad Gateway status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:response contains expected Service Unavailable status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:response contains expected Service Unavailable status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:response contains expected Service Unavailable status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:response contains expected Service Unavailable status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:response contains expected Gateway Timeout status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:response contains expected Gateway Timeout status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:response contains expected Gateway Timeout status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:response contains expected Gateway Timeout status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:response contains expected HTTP Version Not Supported status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:response contains expected HTTP Version Not Supported status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:response contains expected HTTP Version Not Supported status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:response contains expected HTTP Version Not Supported status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:response contains expected Network Authentication Required status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:response contains expected Network Authentication Required status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:response contains expected Network Authentication Required status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:response contains expected Network Authentication Required status 12-12-2023 12:45:28:found expected getMessage()= TCK WebApplicationException description 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:FINISHED TEST : constructorStringThrowableIntTest() 12-12-2023 12:45:28:STARTING TEST : constructorStringThrowableNullStatusThrowsIAETest() 12-12-2023 12:45:28:IllegalArgumentException has been thrown when null Status as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown when null Status as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown when null Status as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown when null Status as expected 12-12-2023 12:45:28:FINISHED TEST : constructorStringThrowableNullStatusThrowsIAETest() [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 s - in ee.jakarta.tck.ws.rs.api.rs.webapplicationexceptiontest.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.internalservererrorexception.JAXRSClientIT 12-12-2023 12:45:28:STARTING TEST : constructorResponseThrowableTest() 12-12-2023 12:45:28:response contains expected Internal Server Error status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:response contains expected Internal Server Error status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:response contains expected Internal Server Error status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:response contains expected Internal Server Error status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:FINISHED TEST : constructorResponseThrowableTest() 12-12-2023 12:45:28:STARTING TEST : constructorTest() 12-12-2023 12:45:28:response contains expected Internal Server Error status 12-12-2023 12:45:28:FINISHED TEST : constructorTest() 12-12-2023 12:45:28:STARTING TEST : constructorResponseTest() 12-12-2023 12:45:28:response contains expected Internal Server Error status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:FINISHED TEST : constructorResponseTest() 12-12-2023 12:45:28:STARTING TEST : constructorStringResponseThrowableTest() 12-12-2023 12:45:28:response contains expected Internal Server Error status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:found expected getMessage()= TCK InternalServerErrorException description 12-12-2023 12:45:28:response contains expected Internal Server Error status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:found expected getMessage()= TCK InternalServerErrorException description 12-12-2023 12:45:28:response contains expected Internal Server Error status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:found expected getMessage()= TCK InternalServerErrorException description 12-12-2023 12:45:28:response contains expected Internal Server Error status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:found expected getMessage()= TCK InternalServerErrorException description 12-12-2023 12:45:28:FINISHED TEST : constructorStringResponseThrowableTest() 12-12-2023 12:45:28:STARTING TEST : constructorStringResponseThrowableThrowsIEATest() 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status OK 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Created 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Accepted 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status No Content 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Reset Content 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Partial Content 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Multiple Choices 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Moved Permanently 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Found 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status See Other 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Not Modified 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Use Proxy 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Temporary Redirect 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Permanent Redirect 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Bad Request 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Unauthorized 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Payment Required 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Forbidden 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Not Found 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Method Not Allowed 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Not Acceptable 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Request Timeout 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Conflict 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Gone 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Length Required 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Precondition Failed 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Expectation Failed 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Precondition Required 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Too Many Requests 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Not Implemented 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Bad Gateway 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Service Unavailable 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Gateway Timeout 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Network Authentication Required 12-12-2023 12:45:28:FINISHED TEST : constructorStringResponseThrowableThrowsIEATest() 12-12-2023 12:45:28:STARTING TEST : constructorStringResponseTest() 12-12-2023 12:45:28:response contains expected Internal Server Error status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK InternalServerErrorException description 12-12-2023 12:45:28:FINISHED TEST : constructorStringResponseTest() 12-12-2023 12:45:28:STARTING TEST : constructorStringThrowableTest() 12-12-2023 12:45:28:response contains expected Internal Server Error status 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:found expected getMessage()= TCK InternalServerErrorException description 12-12-2023 12:45:28:response contains expected Internal Server Error status 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:found expected getMessage()= TCK InternalServerErrorException description 12-12-2023 12:45:28:response contains expected Internal Server Error status 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:found expected getMessage()= TCK InternalServerErrorException description 12-12-2023 12:45:28:response contains expected Internal Server Error status 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:found expected getMessage()= TCK InternalServerErrorException description 12-12-2023 12:45:28:FINISHED TEST : constructorStringThrowableTest() 12-12-2023 12:45:28:STARTING TEST : constructorResponseThrowsExceptionTest() 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status OK 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Created 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Accepted 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status No Content 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Reset Content 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Partial Content 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Multiple Choices 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Moved Permanently 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Found 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status See Other 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Not Modified 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Use Proxy 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Temporary Redirect 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Permanent Redirect 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Bad Request 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Unauthorized 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Payment Required 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Forbidden 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Not Found 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Method Not Allowed 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Not Acceptable 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Request Timeout 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Conflict 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Gone 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Length Required 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Precondition Failed 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Expectation Failed 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Precondition Required 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Too Many Requests 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Not Implemented 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Bad Gateway 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Service Unavailable 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Gateway Timeout 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Network Authentication Required 12-12-2023 12:45:28:FINISHED TEST : constructorResponseThrowsExceptionTest() 12-12-2023 12:45:28:STARTING TEST : constructorStringTest() 12-12-2023 12:45:28:found expected getMessage()= TCK InternalServerErrorException description 12-12-2023 12:45:28:response contains expected Internal Server Error status 12-12-2023 12:45:28:FINISHED TEST : constructorStringTest() 12-12-2023 12:45:28:STARTING TEST : constructorThrowableTest() 12-12-2023 12:45:28:response contains expected Internal Server Error status 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:response contains expected Internal Server Error status 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:response contains expected Internal Server Error status 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:response contains expected Internal Server Error status 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:FINISHED TEST : constructorThrowableTest() 12-12-2023 12:45:28:STARTING TEST : constructorStringResponseThrowsIAETest() 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status OK 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Created 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Accepted 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status No Content 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Reset Content 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Partial Content 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Multiple Choices 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Moved Permanently 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Found 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status See Other 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Not Modified 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Use Proxy 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Temporary Redirect 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Permanent Redirect 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Bad Request 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Unauthorized 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Payment Required 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Forbidden 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Not Found 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Method Not Allowed 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Not Acceptable 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Request Timeout 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Conflict 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Gone 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Length Required 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Precondition Failed 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Expectation Failed 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Precondition Required 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Too Many Requests 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Not Implemented 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Bad Gateway 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Service Unavailable 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Gateway Timeout 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Network Authentication Required 12-12-2023 12:45:28:FINISHED TEST : constructorStringResponseThrowsIAETest() 12-12-2023 12:45:28:STARTING TEST : constructorResponseThrowableThrowsExceptionTest() 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status OK 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Created 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Accepted 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status No Content 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Reset Content 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Partial Content 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Multiple Choices 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Moved Permanently 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Found 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status See Other 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Not Modified 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Use Proxy 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Temporary Redirect 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Permanent Redirect 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Bad Request 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Unauthorized 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Payment Required 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Forbidden 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Not Found 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Method Not Allowed 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Not Acceptable 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Request Timeout 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Conflict 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Gone 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Length Required 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Precondition Failed 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Expectation Failed 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Precondition Required 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Too Many Requests 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Not Implemented 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Bad Gateway 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Service Unavailable 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Gateway Timeout 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Network Authentication Required 12-12-2023 12:45:28:FINISHED TEST : constructorResponseThrowableThrowsExceptionTest() [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in ee.jakarta.tck.ws.rs.api.rs.internalservererrorexception.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.notacceptableexception.JAXRSClientIT 12-12-2023 12:45:28:STARTING TEST : constructorResponseThrowableTest() 12-12-2023 12:45:28:response contains expected Not Acceptable status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:response contains expected Not Acceptable status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:response contains expected Not Acceptable status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:response contains expected Not Acceptable status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:FINISHED TEST : constructorResponseThrowableTest() 12-12-2023 12:45:28:STARTING TEST : constructorTest() 12-12-2023 12:45:28:response contains expected Not Acceptable status 12-12-2023 12:45:28:FINISHED TEST : constructorTest() 12-12-2023 12:45:28:STARTING TEST : constructorResponseTest() 12-12-2023 12:45:28:response contains expected Not Acceptable status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:FINISHED TEST : constructorResponseTest() 12-12-2023 12:45:28:STARTING TEST : constructorStringResponseThrowableTest() 12-12-2023 12:45:28:response contains expected Not Acceptable status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:found expected getMessage()= TCK NotAcceptableException description 12-12-2023 12:45:28:response contains expected Not Acceptable status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:found expected getMessage()= TCK NotAcceptableException description 12-12-2023 12:45:28:response contains expected Not Acceptable status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:found expected getMessage()= TCK NotAcceptableException description 12-12-2023 12:45:28:response contains expected Not Acceptable status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:found expected getMessage()= TCK NotAcceptableException description 12-12-2023 12:45:28:FINISHED TEST : constructorStringResponseThrowableTest() 12-12-2023 12:45:28:STARTING TEST : constructorStringResponseTest() 12-12-2023 12:45:28:response contains expected Not Acceptable status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK NotAcceptableException description 12-12-2023 12:45:28:FINISHED TEST : constructorStringResponseTest() 12-12-2023 12:45:28:STARTING TEST : constructorStringThrowableTest() 12-12-2023 12:45:28:response contains expected Not Acceptable status 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:found expected getMessage()= TCK NotAcceptableException description 12-12-2023 12:45:28:response contains expected Not Acceptable status 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:found expected getMessage()= TCK NotAcceptableException description 12-12-2023 12:45:28:response contains expected Not Acceptable status 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:found expected getMessage()= TCK NotAcceptableException description 12-12-2023 12:45:28:response contains expected Not Acceptable status 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:found expected getMessage()= TCK NotAcceptableException description 12-12-2023 12:45:28:FINISHED TEST : constructorStringThrowableTest() 12-12-2023 12:45:28:STARTING TEST : constructorResponseThrowsExceptionTest() 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status OK as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Created as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Accepted as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status No Content as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Reset Content as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Partial Content as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Multiple Choices as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Moved Permanently as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Found as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status See Other as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Not Modified as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Use Proxy as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Temporary Redirect as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Permanent Redirect as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Bad Request as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Unauthorized as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Payment Required as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Forbidden as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Not Found as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Method Not Allowed as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Proxy Authentication Required as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Request Timeout as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Conflict as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Gone as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Length Required as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Precondition Failed as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Request Entity Too Large as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Request-URI Too Long as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Unsupported Media Type as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Requested Range Not Satisfiable as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Expectation Failed as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Precondition Required as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Too Many Requests as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Request Header Fields Too Large as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Unavailable For Legal Reasons as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Internal Server Error as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Not Implemented as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Bad Gateway as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Service Unavailable as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Gateway Timeout as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status HTTP Version Not Supported as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Network Authentication Required as expected 12-12-2023 12:45:28:FINISHED TEST : constructorResponseThrowsExceptionTest() 12-12-2023 12:45:28:STARTING TEST : constructorStringTest() 12-12-2023 12:45:28:response contains expected Not Acceptable status 12-12-2023 12:45:28:found expected getMessage()= TCK NotAcceptableException description 12-12-2023 12:45:28:FINISHED TEST : constructorStringTest() 12-12-2023 12:45:28:STARTING TEST : constructorThrowableTest() 12-12-2023 12:45:28:response contains expected Not Acceptable status 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:response contains expected Not Acceptable status 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:response contains expected Not Acceptable status 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:response contains expected Not Acceptable status 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:FINISHED TEST : constructorThrowableTest() 12-12-2023 12:45:28:STARTING TEST : constructorStringResponseThrowsIAETest() 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status OK as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Created as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Accepted as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status No Content as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Reset Content as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Partial Content as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Multiple Choices as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Moved Permanently as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Found as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status See Other as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Not Modified as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Use Proxy as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Temporary Redirect as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Permanent Redirect as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Bad Request as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Unauthorized as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Payment Required as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Forbidden as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Not Found as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Method Not Allowed as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Proxy Authentication Required as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Request Timeout as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Conflict as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Gone as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Length Required as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Precondition Failed as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Request Entity Too Large as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Request-URI Too Long as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Unsupported Media Type as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Requested Range Not Satisfiable as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Expectation Failed as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Precondition Required as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Too Many Requests as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Request Header Fields Too Large as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Unavailable For Legal Reasons as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Internal Server Error as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Not Implemented as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Bad Gateway as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Service Unavailable as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Gateway Timeout as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status HTTP Version Not Supported as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Network Authentication Required as expected 12-12-2023 12:45:28:FINISHED TEST : constructorStringResponseThrowsIAETest() 12-12-2023 12:45:28:STARTING TEST : constructorResponseThrowableThrowsIAETest() 12-12-2023 12:45:28:IllegalArgumentException has been sucessfully thrown for status OK 12-12-2023 12:45:28:IllegalArgumentException has been sucessfully thrown for status Created 12-12-2023 12:45:28:IllegalArgumentException has been sucessfully thrown for status Accepted 12-12-2023 12:45:28:IllegalArgumentException has been sucessfully thrown for status No Content 12-12-2023 12:45:28:IllegalArgumentException has been sucessfully thrown for status Reset Content 12-12-2023 12:45:28:IllegalArgumentException has been sucessfully thrown for status Partial Content 12-12-2023 12:45:28:IllegalArgumentException has been sucessfully thrown for status Multiple Choices 12-12-2023 12:45:28:IllegalArgumentException has been sucessfully thrown for status Moved Permanently 12-12-2023 12:45:28:IllegalArgumentException has been sucessfully thrown for status Found 12-12-2023 12:45:28:IllegalArgumentException has been sucessfully thrown for status See Other 12-12-2023 12:45:28:IllegalArgumentException has been sucessfully thrown for status Not Modified 12-12-2023 12:45:28:IllegalArgumentException has been sucessfully thrown for status Use Proxy 12-12-2023 12:45:28:IllegalArgumentException has been sucessfully thrown for status Temporary Redirect 12-12-2023 12:45:28:IllegalArgumentException has been sucessfully thrown for status Permanent Redirect 12-12-2023 12:45:28:IllegalArgumentException has been sucessfully thrown for status Bad Request 12-12-2023 12:45:28:IllegalArgumentException has been sucessfully thrown for status Unauthorized 12-12-2023 12:45:28:IllegalArgumentException has been sucessfully thrown for status Payment Required 12-12-2023 12:45:28:IllegalArgumentException has been sucessfully thrown for status Forbidden 12-12-2023 12:45:28:IllegalArgumentException has been sucessfully thrown for status Not Found 12-12-2023 12:45:28:IllegalArgumentException has been sucessfully thrown for status Method Not Allowed 12-12-2023 12:45:28:IllegalArgumentException has been sucessfully thrown for status Proxy Authentication Required 12-12-2023 12:45:28:IllegalArgumentException has been sucessfully thrown for status Request Timeout 12-12-2023 12:45:28:IllegalArgumentException has been sucessfully thrown for status Conflict 12-12-2023 12:45:28:IllegalArgumentException has been sucessfully thrown for status Gone 12-12-2023 12:45:28:IllegalArgumentException has been sucessfully thrown for status Length Required 12-12-2023 12:45:28:IllegalArgumentException has been sucessfully thrown for status Precondition Failed 12-12-2023 12:45:28:IllegalArgumentException has been sucessfully thrown for status Request Entity Too Large 12-12-2023 12:45:28:IllegalArgumentException has been sucessfully thrown for status Request-URI Too Long 12-12-2023 12:45:28:IllegalArgumentException has been sucessfully thrown for status Unsupported Media Type 12-12-2023 12:45:28:IllegalArgumentException has been sucessfully thrown for status Requested Range Not Satisfiable 12-12-2023 12:45:28:IllegalArgumentException has been sucessfully thrown for status Expectation Failed 12-12-2023 12:45:28:IllegalArgumentException has been sucessfully thrown for status Precondition Required 12-12-2023 12:45:28:IllegalArgumentException has been sucessfully thrown for status Too Many Requests 12-12-2023 12:45:28:IllegalArgumentException has been sucessfully thrown for status Request Header Fields Too Large 12-12-2023 12:45:28:IllegalArgumentException has been sucessfully thrown for status Unavailable For Legal Reasons 12-12-2023 12:45:28:IllegalArgumentException has been sucessfully thrown for status Internal Server Error 12-12-2023 12:45:28:IllegalArgumentException has been sucessfully thrown for status Not Implemented 12-12-2023 12:45:28:IllegalArgumentException has been sucessfully thrown for status Bad Gateway 12-12-2023 12:45:28:IllegalArgumentException has been sucessfully thrown for status Service Unavailable 12-12-2023 12:45:28:IllegalArgumentException has been sucessfully thrown for status Gateway Timeout 12-12-2023 12:45:28:IllegalArgumentException has been sucessfully thrown for status HTTP Version Not Supported 12-12-2023 12:45:28:IllegalArgumentException has been sucessfully thrown for status Network Authentication Required 12-12-2023 12:45:28:FINISHED TEST : constructorResponseThrowableThrowsIAETest() 12-12-2023 12:45:28:STARTING TEST : constructorResponseThrowableThrowsExceptionTest() 12-12-2023 12:45:28:IllegalArgumentException has been sucessfully thrown for status OK 12-12-2023 12:45:28:IllegalArgumentException has been sucessfully thrown for status Created 12-12-2023 12:45:28:IllegalArgumentException has been sucessfully thrown for status Accepted 12-12-2023 12:45:28:IllegalArgumentException has been sucessfully thrown for status No Content 12-12-2023 12:45:28:IllegalArgumentException has been sucessfully thrown for status Reset Content 12-12-2023 12:45:28:IllegalArgumentException has been sucessfully thrown for status Partial Content 12-12-2023 12:45:28:IllegalArgumentException has been sucessfully thrown for status Multiple Choices 12-12-2023 12:45:28:IllegalArgumentException has been sucessfully thrown for status Moved Permanently 12-12-2023 12:45:28:IllegalArgumentException has been sucessfully thrown for status Found 12-12-2023 12:45:28:IllegalArgumentException has been sucessfully thrown for status See Other 12-12-2023 12:45:28:IllegalArgumentException has been sucessfully thrown for status Not Modified 12-12-2023 12:45:28:IllegalArgumentException has been sucessfully thrown for status Use Proxy 12-12-2023 12:45:28:IllegalArgumentException has been sucessfully thrown for status Temporary Redirect 12-12-2023 12:45:28:IllegalArgumentException has been sucessfully thrown for status Permanent Redirect 12-12-2023 12:45:28:IllegalArgumentException has been sucessfully thrown for status Bad Request 12-12-2023 12:45:28:IllegalArgumentException has been sucessfully thrown for status Unauthorized 12-12-2023 12:45:28:IllegalArgumentException has been sucessfully thrown for status Payment Required 12-12-2023 12:45:28:IllegalArgumentException has been sucessfully thrown for status Forbidden 12-12-2023 12:45:28:IllegalArgumentException has been sucessfully thrown for status Not Found 12-12-2023 12:45:28:IllegalArgumentException has been sucessfully thrown for status Method Not Allowed 12-12-2023 12:45:28:IllegalArgumentException has been sucessfully thrown for status Proxy Authentication Required 12-12-2023 12:45:28:IllegalArgumentException has been sucessfully thrown for status Request Timeout 12-12-2023 12:45:28:IllegalArgumentException has been sucessfully thrown for status Conflict 12-12-2023 12:45:28:IllegalArgumentException has been sucessfully thrown for status Gone 12-12-2023 12:45:28:IllegalArgumentException has been sucessfully thrown for status Length Required 12-12-2023 12:45:28:IllegalArgumentException has been sucessfully thrown for status Precondition Failed 12-12-2023 12:45:28:IllegalArgumentException has been sucessfully thrown for status Request Entity Too Large 12-12-2023 12:45:28:IllegalArgumentException has been sucessfully thrown for status Request-URI Too Long 12-12-2023 12:45:28:IllegalArgumentException has been sucessfully thrown for status Unsupported Media Type 12-12-2023 12:45:28:IllegalArgumentException has been sucessfully thrown for status Requested Range Not Satisfiable 12-12-2023 12:45:28:IllegalArgumentException has been sucessfully thrown for status Expectation Failed 12-12-2023 12:45:28:IllegalArgumentException has been sucessfully thrown for status Precondition Required 12-12-2023 12:45:28:IllegalArgumentException has been sucessfully thrown for status Too Many Requests 12-12-2023 12:45:28:IllegalArgumentException has been sucessfully thrown for status Request Header Fields Too Large 12-12-2023 12:45:28:IllegalArgumentException has been sucessfully thrown for status Unavailable For Legal Reasons 12-12-2023 12:45:28:IllegalArgumentException has been sucessfully thrown for status Internal Server Error 12-12-2023 12:45:28:IllegalArgumentException has been sucessfully thrown for status Not Implemented 12-12-2023 12:45:28:IllegalArgumentException has been sucessfully thrown for status Bad Gateway 12-12-2023 12:45:28:IllegalArgumentException has been sucessfully thrown for status Service Unavailable 12-12-2023 12:45:28:IllegalArgumentException has been sucessfully thrown for status Gateway Timeout 12-12-2023 12:45:28:IllegalArgumentException has been sucessfully thrown for status HTTP Version Not Supported 12-12-2023 12:45:28:IllegalArgumentException has been sucessfully thrown for status Network Authentication Required 12-12-2023 12:45:28:FINISHED TEST : constructorResponseThrowableThrowsExceptionTest() [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in ee.jakarta.tck.ws.rs.api.rs.notacceptableexception.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.runtimetype.JAXRSClientIT 12-12-2023 12:45:28:STARTING TEST : valueOfTest() 12-12-2023 12:45:28:#valueOf( CLIENT ) equals CLIENT as expected 12-12-2023 12:45:28:#valueOf( SERVER ) equals SERVER as expected 12-12-2023 12:45:28:FINISHED TEST : valueOfTest() 12-12-2023 12:45:28:STARTING TEST : valuesTest() 12-12-2023 12:45:28:Found CLIENT in valus() CLIENT, SERVER 12-12-2023 12:45:28:Found SERVER in valus() CLIENT, SERVER 12-12-2023 12:45:28:FINISHED TEST : valuesTest() [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in ee.jakarta.tck.ws.rs.api.rs.runtimetype.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.notallowedexception.JAXRSClientIT 12-12-2023 12:45:28:STARTING TEST : constructorResponseThrowableTest() 12-12-2023 12:45:28:response contains expected Method Not Allowed status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:response contains expected Method Not Allowed status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:response contains expected Method Not Allowed status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:response contains expected Method Not Allowed status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:FINISHED TEST : constructorResponseThrowableTest() 12-12-2023 12:45:28:STARTING TEST : constructorResponseTest() 12-12-2023 12:45:28:response contains expected Method Not Allowed status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:FINISHED TEST : constructorResponseTest() 12-12-2023 12:45:28:STARTING TEST : constructorStringResponseThrowableTest() 12-12-2023 12:45:28:response contains expected Method Not Allowed status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:found expected getMessage()= TCK NotAllowedException description 12-12-2023 12:45:28:response contains expected Method Not Allowed status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:found expected getMessage()= TCK NotAllowedException description 12-12-2023 12:45:28:response contains expected Method Not Allowed status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:found expected getMessage()= TCK NotAllowedException description 12-12-2023 12:45:28:response contains expected Method Not Allowed status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:found expected getMessage()= TCK NotAllowedException description 12-12-2023 12:45:28:FINISHED TEST : constructorStringResponseThrowableTest() 12-12-2023 12:45:28:STARTING TEST : constructorStringThrowableStringsThrowsIAETest() 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for null methods 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for null methods 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for null methods 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for null methods 12-12-2023 12:45:28:FINISHED TEST : constructorStringThrowableStringsThrowsIAETest() 12-12-2023 12:45:28:STARTING TEST : constructorStringResponseTest() 12-12-2023 12:45:28:response contains expected Method Not Allowed status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK NotAllowedException description 12-12-2023 12:45:28:FINISHED TEST : constructorStringResponseTest() 12-12-2023 12:45:28:STARTING TEST : constructorResponseDoesNotThrowWhenNoAllowHeaderTest() 12-12-2023 12:45:28:response contains expected Method Not Allowed status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:FINISHED TEST : constructorResponseDoesNotThrowWhenNoAllowHeaderTest() 12-12-2023 12:45:28:STARTING TEST : constructorStringStringStringsThrowsNPETest() 12-12-2023 12:45:28:NullPointerException has been thrown as expected, for null method 12-12-2023 12:45:28:FINISHED TEST : constructorStringStringStringsThrowsNPETest() 12-12-2023 12:45:28:STARTING TEST : constructorResponseThrowableThrowsIAEWhenNoAllowHeaderTest() 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for when no allow http header 12-12-2023 12:45:28:FINISHED TEST : constructorResponseThrowableThrowsIAEWhenNoAllowHeaderTest() 12-12-2023 12:45:28:STARTING TEST : constructorStringThrowableStringsTest() 12-12-2023 12:45:28:response contains expected Method Not Allowed status 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:found expected getMessage()= TCK NotAllowedException description 12-12-2023 12:45:28:response contains expected Method Not Allowed status 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:found expected getMessage()= TCK NotAllowedException description 12-12-2023 12:45:28:response contains expected Method Not Allowed status 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:found expected getMessage()= TCK NotAllowedException description 12-12-2023 12:45:28:response contains expected Method Not Allowed status 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:found expected getMessage()= TCK NotAllowedException description 12-12-2023 12:45:28:FINISHED TEST : constructorStringThrowableStringsTest() 12-12-2023 12:45:28:STARTING TEST : constructorStringResponseThrowableThrowsIAEWhenNoAllowHeaderTest() 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for when no allow http header 12-12-2023 12:45:28:FINISHED TEST : constructorStringResponseThrowableThrowsIAEWhenNoAllowHeaderTest() 12-12-2023 12:45:28:STARTING TEST : constructorStringResponseDoesNotThrowWhenNoAllowHeaderTest() 12-12-2023 12:45:28:response contains expected Method Not Allowed status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK NotAllowedException description 12-12-2023 12:45:28:FINISHED TEST : constructorStringResponseDoesNotThrowWhenNoAllowHeaderTest() 12-12-2023 12:45:28:STARTING TEST : constructorThrowableStringThrowsIAETest() 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for null methods 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for null methods 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for null methods 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for null methods 12-12-2023 12:45:28:FINISHED TEST : constructorThrowableStringThrowsIAETest() 12-12-2023 12:45:28:STARTING TEST : constructorStringThrowsNPETest() 12-12-2023 12:45:28:NullPointerException has been thrown as expected, for null method 12-12-2023 12:45:28:FINISHED TEST : constructorStringThrowsNPETest() 12-12-2023 12:45:28:STARTING TEST : constructorResponseThrowsExceptionTest() 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status OK 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Created 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Accepted 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status No Content 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Reset Content 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Partial Content 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Multiple Choices 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Moved Permanently 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Found 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status See Other 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Not Modified 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Use Proxy 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Temporary Redirect 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Permanent Redirect 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Bad Request 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Unauthorized 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Payment Required 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Forbidden 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Not Found 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Not Acceptable 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Request Timeout 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Conflict 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Gone 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Length Required 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Precondition Failed 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Expectation Failed 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Precondition Required 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Too Many Requests 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Internal Server Error 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Not Implemented 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Bad Gateway 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Service Unavailable 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Gateway Timeout 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Network Authentication Required 12-12-2023 12:45:28:FINISHED TEST : constructorResponseThrowsExceptionTest() 12-12-2023 12:45:28:STARTING TEST : constructorStringStringStringsTest() 12-12-2023 12:45:28:response contains expected Method Not Allowed status 12-12-2023 12:45:28:found expected getMessage()= TCK NotAllowedException description 12-12-2023 12:45:28:FINISHED TEST : constructorStringStringStringsTest() 12-12-2023 12:45:28:STARTING TEST : constructorStringResponseThrowableThrowsExceptionTest() 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status OK 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Created 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Accepted 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status No Content 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Reset Content 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Partial Content 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Multiple Choices 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Moved Permanently 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Found 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status See Other 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Not Modified 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Use Proxy 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Temporary Redirect 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Permanent Redirect 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Bad Request 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Unauthorized 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Payment Required 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Forbidden 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Not Found 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Not Acceptable 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Request Timeout 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Conflict 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Gone 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Length Required 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Precondition Failed 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Expectation Failed 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Precondition Required 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Too Many Requests 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Internal Server Error 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Not Implemented 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Bad Gateway 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Service Unavailable 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Gateway Timeout 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Network Authentication Required 12-12-2023 12:45:28:FINISHED TEST : constructorStringResponseThrowableThrowsExceptionTest() 12-12-2023 12:45:28:STARTING TEST : constructorStringTest() 12-12-2023 12:45:28:response contains expected Method Not Allowed status 12-12-2023 12:45:28:FINISHED TEST : constructorStringTest() 12-12-2023 12:45:28:STARTING TEST : constructorThrowableStringTest() 12-12-2023 12:45:28:response contains expected Method Not Allowed status 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:response contains expected Method Not Allowed status 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:response contains expected Method Not Allowed status 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:response contains expected Method Not Allowed status 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:FINISHED TEST : constructorThrowableStringTest() 12-12-2023 12:45:28:STARTING TEST : constructorStringResponseThrowsIAETest() 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status OK 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Created 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Accepted 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status No Content 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Reset Content 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Partial Content 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Multiple Choices 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Moved Permanently 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Found 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status See Other 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Not Modified 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Use Proxy 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Temporary Redirect 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Permanent Redirect 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Bad Request 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Unauthorized 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Payment Required 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Forbidden 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Not Found 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Not Acceptable 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Request Timeout 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Conflict 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Gone 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Length Required 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Precondition Failed 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Expectation Failed 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Precondition Required 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Too Many Requests 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Internal Server Error 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Not Implemented 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Bad Gateway 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Service Unavailable 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Gateway Timeout 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Network Authentication Required 12-12-2023 12:45:28:FINISHED TEST : constructorStringResponseThrowsIAETest() 12-12-2023 12:45:28:STARTING TEST : constructorResponseThrowableThrowsExceptionTest() 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status OK 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Created 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Accepted 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status No Content 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Reset Content 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Partial Content 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Multiple Choices 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Moved Permanently 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Found 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status See Other 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Not Modified 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Use Proxy 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Temporary Redirect 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Permanent Redirect 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Bad Request 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Unauthorized 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Payment Required 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Forbidden 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Not Found 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Not Acceptable 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Request Timeout 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Conflict 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Gone 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Length Required 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Precondition Failed 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Expectation Failed 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Precondition Required 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Too Many Requests 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Internal Server Error 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Not Implemented 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Bad Gateway 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Service Unavailable 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Gateway Timeout 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Network Authentication Required 12-12-2023 12:45:28:FINISHED TEST : constructorResponseThrowableThrowsExceptionTest() [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in ee.jakarta.tck.ws.rs.api.rs.notallowedexception.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.badrequestexception.JAXRSClientIT 12-12-2023 12:45:28:STARTING TEST : constructorResponseThrowableTest() 12-12-2023 12:45:28:response contains expected Bad Request status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:response contains expected Bad Request status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:response contains expected Bad Request status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:response contains expected Bad Request status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:FINISHED TEST : constructorResponseThrowableTest() 12-12-2023 12:45:28:STARTING TEST : constructorTest() 12-12-2023 12:45:28:response contains expected Bad Request status 12-12-2023 12:45:28:FINISHED TEST : constructorTest() 12-12-2023 12:45:28:STARTING TEST : constructorResponseTest() 12-12-2023 12:45:28:response contains expected Bad Request status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:FINISHED TEST : constructorResponseTest() 12-12-2023 12:45:28:STARTING TEST : constructorStringRequestThrowableThrowsIAETest() 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status OK as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Created as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Accepted as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status No Content as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Reset Content as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Partial Content as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Multiple Choices as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Moved Permanently as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Found as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status See Other as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Not Modified as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Use Proxy as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Temporary Redirect as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Permanent Redirect as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Unauthorized as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Payment Required as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Forbidden as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Not Found as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Method Not Allowed as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Not Acceptable as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Proxy Authentication Required as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Request Timeout as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Conflict as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Gone as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Length Required as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Precondition Failed as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Request Entity Too Large as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Request-URI Too Long as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Unsupported Media Type as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Requested Range Not Satisfiable as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Expectation Failed as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Precondition Required as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Too Many Requests as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Request Header Fields Too Large as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Unavailable For Legal Reasons as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Internal Server Error as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Not Implemented as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Bad Gateway as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Service Unavailable as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Gateway Timeout as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status HTTP Version Not Supported as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Network Authentication Required as expected 12-12-2023 12:45:28:FINISHED TEST : constructorStringRequestThrowableThrowsIAETest() 12-12-2023 12:45:28:STARTING TEST : constructorStringResponseTest() 12-12-2023 12:45:28:response contains expected Bad Request status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK BadRequestException description 12-12-2023 12:45:28:FINISHED TEST : constructorStringResponseTest() 12-12-2023 12:45:28:STARTING TEST : constructorStringThrowableTest() 12-12-2023 12:45:28:found expected getMessage()= TCK BadRequestException description 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:response contains expected Bad Request status 12-12-2023 12:45:28:found expected getMessage()= TCK BadRequestException description 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:response contains expected Bad Request status 12-12-2023 12:45:28:found expected getMessage()= TCK BadRequestException description 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:response contains expected Bad Request status 12-12-2023 12:45:28:found expected getMessage()= TCK BadRequestException description 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:response contains expected Bad Request status 12-12-2023 12:45:28:FINISHED TEST : constructorStringThrowableTest() 12-12-2023 12:45:28:STARTING TEST : constructorResponseThrowsExceptionTest() 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status OK as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Created as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Accepted as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status No Content as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Reset Content as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Partial Content as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Multiple Choices as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Moved Permanently as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Found as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status See Other as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Not Modified as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Use Proxy as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Temporary Redirect as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Permanent Redirect as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Unauthorized as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Payment Required as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Forbidden as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Not Found as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Method Not Allowed as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Not Acceptable as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Proxy Authentication Required as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Request Timeout as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Conflict as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Gone as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Length Required as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Precondition Failed as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Request Entity Too Large as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Request-URI Too Long as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Unsupported Media Type as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Requested Range Not Satisfiable as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Expectation Failed as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Precondition Required as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Too Many Requests as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Request Header Fields Too Large as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Unavailable For Legal Reasons as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Internal Server Error as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Not Implemented as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Bad Gateway as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Service Unavailable as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Gateway Timeout as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status HTTP Version Not Supported as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Network Authentication Required as expected 12-12-2023 12:45:28:FINISHED TEST : constructorResponseThrowsExceptionTest() 12-12-2023 12:45:28:STARTING TEST : constructorStringTest() 12-12-2023 12:45:28:found expected getMessage()= TCK BadRequestException description 12-12-2023 12:45:28:response contains expected Bad Request status 12-12-2023 12:45:28:FINISHED TEST : constructorStringTest() 12-12-2023 12:45:28:STARTING TEST : constructorThrowableTest() 12-12-2023 12:45:28:response contains expected Bad Request status 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:response contains expected Bad Request status 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:response contains expected Bad Request status 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:response contains expected Bad Request status 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:FINISHED TEST : constructorThrowableTest() 12-12-2023 12:45:28:STARTING TEST : constructorStringRequestThrowableTest() 12-12-2023 12:45:28:found expected getMessage()= TCK BadRequestException description 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:response contains expected Bad Request status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK BadRequestException description 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:response contains expected Bad Request status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK BadRequestException description 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:response contains expected Bad Request status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK BadRequestException description 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:response contains expected Bad Request status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:FINISHED TEST : constructorStringRequestThrowableTest() 12-12-2023 12:45:28:STARTING TEST : constructorStringResponseThrowsIEATest() 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status OK as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Created as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Accepted as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status No Content as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Reset Content as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Partial Content as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Multiple Choices as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Moved Permanently as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Found as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status See Other as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Not Modified as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Use Proxy as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Temporary Redirect as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Permanent Redirect as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Unauthorized as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Payment Required as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Forbidden as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Not Found as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Method Not Allowed as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Not Acceptable as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Proxy Authentication Required as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Request Timeout as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Conflict as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Gone as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Length Required as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Precondition Failed as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Request Entity Too Large as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Request-URI Too Long as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Unsupported Media Type as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Requested Range Not Satisfiable as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Expectation Failed as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Precondition Required as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Too Many Requests as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Request Header Fields Too Large as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Unavailable For Legal Reasons as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Internal Server Error as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Not Implemented as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Bad Gateway as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Service Unavailable as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Gateway Timeout as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status HTTP Version Not Supported as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Network Authentication Required as expected 12-12-2023 12:45:28:FINISHED TEST : constructorStringResponseThrowsIEATest() 12-12-2023 12:45:28:STARTING TEST : constructorResponseThrowableThrowsExceptionTest() 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status OK as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Created as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Accepted as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status No Content as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Reset Content as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Partial Content as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Multiple Choices as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Moved Permanently as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Found as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status See Other as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Not Modified as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Use Proxy as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Temporary Redirect as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Permanent Redirect as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Unauthorized as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Payment Required as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Forbidden as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Not Found as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Method Not Allowed as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Not Acceptable as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Proxy Authentication Required as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Request Timeout as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Conflict as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Gone as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Length Required as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Precondition Failed as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Request Entity Too Large as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Request-URI Too Long as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Unsupported Media Type as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Requested Range Not Satisfiable as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Expectation Failed as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Precondition Required as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Too Many Requests as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Request Header Fields Too Large as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Unavailable For Legal Reasons as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Internal Server Error as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Not Implemented as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Bad Gateway as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Service Unavailable as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Gateway Timeout as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status HTTP Version Not Supported as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Network Authentication Required as expected 12-12-2023 12:45:28:FINISHED TEST : constructorResponseThrowableThrowsExceptionTest() [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in ee.jakarta.tck.ws.rs.api.rs.badrequestexception.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.notfoundexception.JAXRSClientIT 12-12-2023 12:45:28:STARTING TEST : constructorResponseThrowableTest() 12-12-2023 12:45:28:response contains expected Not Found status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:response contains expected Not Found status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:response contains expected Not Found status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:response contains expected Not Found status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:FINISHED TEST : constructorResponseThrowableTest() 12-12-2023 12:45:28:STARTING TEST : constructorTest() 12-12-2023 12:45:28:response contains expected Not Found status 12-12-2023 12:45:28:FINISHED TEST : constructorTest() 12-12-2023 12:45:28:STARTING TEST : constructorResponseTest() 12-12-2023 12:45:28:response contains expected Not Found status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:FINISHED TEST : constructorResponseTest() 12-12-2023 12:45:28:STARTING TEST : constructorStringResponseThrowableTest() 12-12-2023 12:45:28:response contains expected Not Found status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:found expected getMessage()= TCK NotFoundException description 12-12-2023 12:45:28:response contains expected Not Found status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:found expected getMessage()= TCK NotFoundException description 12-12-2023 12:45:28:response contains expected Not Found status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:found expected getMessage()= TCK NotFoundException description 12-12-2023 12:45:28:response contains expected Not Found status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:found expected getMessage()= TCK NotFoundException description 12-12-2023 12:45:28:FINISHED TEST : constructorStringResponseThrowableTest() 12-12-2023 12:45:28:STARTING TEST : constructorStringResponseTest() 12-12-2023 12:45:28:response contains expected Not Found status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK NotFoundException description 12-12-2023 12:45:28:FINISHED TEST : constructorStringResponseTest() 12-12-2023 12:45:28:STARTING TEST : constructorStringThrowableTest() 12-12-2023 12:45:28:response contains expected Not Found status 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:found expected getMessage()= TCK NotFoundException description 12-12-2023 12:45:28:response contains expected Not Found status 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:found expected getMessage()= TCK NotFoundException description 12-12-2023 12:45:28:response contains expected Not Found status 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:found expected getMessage()= TCK NotFoundException description 12-12-2023 12:45:28:response contains expected Not Found status 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:found expected getMessage()= TCK NotFoundException description 12-12-2023 12:45:28:FINISHED TEST : constructorStringThrowableTest() 12-12-2023 12:45:28:STARTING TEST : constructorResponseThrowsExceptionTest() 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status OK 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Created 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Accepted 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status No Content 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Reset Content 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Partial Content 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Multiple Choices 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Moved Permanently 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Found 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status See Other 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Not Modified 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Use Proxy 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Temporary Redirect 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Permanent Redirect 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Bad Request 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Unauthorized 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Payment Required 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Forbidden 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Method Not Allowed 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Not Acceptable 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Request Timeout 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Conflict 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Gone 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Length Required 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Precondition Failed 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Expectation Failed 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Precondition Required 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Too Many Requests 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Internal Server Error 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Not Implemented 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Bad Gateway 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Service Unavailable 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Gateway Timeout 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Network Authentication Required 12-12-2023 12:45:28:FINISHED TEST : constructorResponseThrowsExceptionTest() 12-12-2023 12:45:28:STARTING TEST : constructorStringResponseThrowableThrowsExceptionTest() 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status OK 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Created 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Accepted 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status No Content 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Reset Content 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Partial Content 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Multiple Choices 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Moved Permanently 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Found 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status See Other 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Not Modified 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Use Proxy 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Temporary Redirect 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Permanent Redirect 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Bad Request 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Unauthorized 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Payment Required 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Forbidden 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Method Not Allowed 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Not Acceptable 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Request Timeout 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Conflict 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Gone 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Length Required 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Precondition Failed 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Expectation Failed 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Precondition Required 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Too Many Requests 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Internal Server Error 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Not Implemented 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Bad Gateway 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Service Unavailable 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Gateway Timeout 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Network Authentication Required 12-12-2023 12:45:28:FINISHED TEST : constructorStringResponseThrowableThrowsExceptionTest() 12-12-2023 12:45:28:STARTING TEST : constructorStringTest() 12-12-2023 12:45:28:response contains expected Not Found status 12-12-2023 12:45:28:found expected getMessage()= TCK NotFoundException description 12-12-2023 12:45:28:FINISHED TEST : constructorStringTest() 12-12-2023 12:45:28:STARTING TEST : constructorThrowableTest() 12-12-2023 12:45:28:response contains expected Not Found status 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:response contains expected Not Found status 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:response contains expected Not Found status 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:response contains expected Not Found status 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:FINISHED TEST : constructorThrowableTest() 12-12-2023 12:45:28:STARTING TEST : constructorStringResponseThrowsIAETest() 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status OK 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Created 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Accepted 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status No Content 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Reset Content 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Partial Content 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Multiple Choices 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Moved Permanently 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Found 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status See Other 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Not Modified 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Use Proxy 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Temporary Redirect 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Permanent Redirect 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Bad Request 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Unauthorized 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Payment Required 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Forbidden 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Method Not Allowed 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Not Acceptable 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Request Timeout 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Conflict 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Gone 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Length Required 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Precondition Failed 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Expectation Failed 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Precondition Required 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Too Many Requests 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Internal Server Error 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Not Implemented 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Bad Gateway 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Service Unavailable 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Gateway Timeout 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Network Authentication Required 12-12-2023 12:45:28:FINISHED TEST : constructorStringResponseThrowsIAETest() 12-12-2023 12:45:28:STARTING TEST : constructorResponseThrowableThrowsExceptionTest() 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status OK 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Created 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Accepted 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status No Content 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Reset Content 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Partial Content 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Multiple Choices 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Moved Permanently 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Found 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status See Other 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Not Modified 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Use Proxy 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Temporary Redirect 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Permanent Redirect 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Bad Request 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Unauthorized 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Payment Required 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Forbidden 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Method Not Allowed 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Not Acceptable 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Request Timeout 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Conflict 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Gone 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Length Required 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Precondition Failed 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Expectation Failed 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Precondition Required 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Too Many Requests 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Internal Server Error 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Not Implemented 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Bad Gateway 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Service Unavailable 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Gateway Timeout 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Network Authentication Required 12-12-2023 12:45:28:FINISHED TEST : constructorResponseThrowableThrowsExceptionTest() [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.06 s - in ee.jakarta.tck.ws.rs.api.rs.notfoundexception.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.serviceunavailableexception.JAXRSClientIT 12-12-2023 12:45:28:STARTING TEST : constructorTest() 12-12-2023 12:45:28:response contains expected Service Unavailable status 12-12-2023 12:45:28:Found expected retry time null 12-12-2023 12:45:28:#hasRetryAfter returned expected false value 12-12-2023 12:45:28:FINISHED TEST : constructorTest() [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in ee.jakarta.tck.ws.rs.api.rs.serviceunavailableexception.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.processingexception.JAXRSClientIT 12-12-2023 12:45:28:STARTING TEST : constructorWithRuntimeExceptionNullMessageTest() 12-12-2023 12:45:28:FINISHED TEST : constructorWithRuntimeExceptionNullMessageTest() 12-12-2023 12:45:28:STARTING TEST : constructorWithNullThrowableTest() 12-12-2023 12:45:28:FINISHED TEST : constructorWithNullThrowableTest() 12-12-2023 12:45:28:STARTING TEST : constructorWithCheckedExceptionNullMessageTest() 12-12-2023 12:45:28:FINISHED TEST : constructorWithCheckedExceptionNullMessageTest() 12-12-2023 12:45:28:STARTING TEST : constructorWithNullThrowableNullMessageTest() 12-12-2023 12:45:28:FINISHED TEST : constructorWithNullThrowableNullMessageTest() 12-12-2023 12:45:28:STARTING TEST : constructorWithNullMessageTest() 12-12-2023 12:45:28:FINISHED TEST : constructorWithNullMessageTest() 12-12-2023 12:45:28:STARTING TEST : constructorWithNullThrowableNotNullMessageTest() 12-12-2023 12:45:28:FINISHED TEST : constructorWithNullThrowableNotNullMessageTest() 12-12-2023 12:45:28:STARTING TEST : constructorWithCheckedExceptionAndNotNullMessageTest() 12-12-2023 12:45:28:FINISHED TEST : constructorWithCheckedExceptionAndNotNullMessageTest() 12-12-2023 12:45:28:STARTING TEST : constructorWithRuntimeExceptionAndNotNullMessageTest() 12-12-2023 12:45:28:FINISHED TEST : constructorWithRuntimeExceptionAndNotNullMessageTest() 12-12-2023 12:45:28:STARTING TEST : constructorWithNotNullMessageTest() 12-12-2023 12:45:28:FINISHED TEST : constructorWithNotNullMessageTest() 12-12-2023 12:45:28:STARTING TEST : constructorWithCheckedExceptionTest() 12-12-2023 12:45:28:FINISHED TEST : constructorWithCheckedExceptionTest() 12-12-2023 12:45:28:STARTING TEST : constructorWithRuntimeExceptionTest() 12-12-2023 12:45:28:FINISHED TEST : constructorWithRuntimeExceptionTest() [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in ee.jakarta.tck.ws.rs.api.rs.processingexception.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.notauthorizedexception.JAXRSClientIT 12-12-2023 12:45:28:STARTING TEST : constructorObjectsTest() 12-12-2023 12:45:28:response contains expected Unauthorized status 12-12-2023 12:45:28:FINISHED TEST : constructorObjectsTest() 12-12-2023 12:45:28:STARTING TEST : constructorResponseThrowableTest() 12-12-2023 12:45:28:response contains expected Unauthorized status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:response contains expected Unauthorized status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:response contains expected Unauthorized status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:response contains expected Unauthorized status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:FINISHED TEST : constructorResponseThrowableTest() 12-12-2023 12:45:28:STARTING TEST : constructorResponseTest() 12-12-2023 12:45:28:response contains expected Unauthorized status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:FINISHED TEST : constructorResponseTest() 12-12-2023 12:45:28:STARTING TEST : constructorStringResponseThrowableThrowsIAETest() 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status OK 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Created 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Accepted 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status No Content 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Reset Content 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Partial Content 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Multiple Choices 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Moved Permanently 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Found 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status See Other 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Not Modified 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Use Proxy 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Temporary Redirect 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Permanent Redirect 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Bad Request 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Payment Required 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Forbidden 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Not Found 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Method Not Allowed 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Not Acceptable 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Request Timeout 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Conflict 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Gone 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Length Required 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Precondition Failed 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Expectation Failed 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Precondition Required 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Too Many Requests 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Internal Server Error 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Not Implemented 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Bad Gateway 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Service Unavailable 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Gateway Timeout 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Network Authentication Required 12-12-2023 12:45:28:FINISHED TEST : constructorStringResponseThrowableThrowsIAETest() 12-12-2023 12:45:28:STARTING TEST : constructorStringResponseThrowableTest() 12-12-2023 12:45:28:response contains expected Unauthorized status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:found expected getMessage()= TCK NotAuthorizedException description 12-12-2023 12:45:28:response contains expected Unauthorized status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:found expected getMessage()= TCK NotAuthorizedException description 12-12-2023 12:45:28:response contains expected Unauthorized status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:found expected getMessage()= TCK NotAuthorizedException description 12-12-2023 12:45:28:response contains expected Unauthorized status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:found expected getMessage()= TCK NotAuthorizedException description 12-12-2023 12:45:28:FINISHED TEST : constructorStringResponseThrowableTest() 12-12-2023 12:45:28:STARTING TEST : constructorStringResponseTest() 12-12-2023 12:45:28:response contains expected Unauthorized status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK NotAuthorizedException description 12-12-2023 12:45:28:FINISHED TEST : constructorStringResponseTest() 12-12-2023 12:45:28:STARTING TEST : constructorStringResponseThrowsExceptionTest() 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status OK 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Created 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Accepted 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status No Content 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Reset Content 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Partial Content 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Multiple Choices 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Moved Permanently 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Found 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status See Other 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Not Modified 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Use Proxy 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Temporary Redirect 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Permanent Redirect 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Bad Request 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Payment Required 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Forbidden 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Not Found 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Method Not Allowed 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Not Acceptable 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Request Timeout 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Conflict 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Gone 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Length Required 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Precondition Failed 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Expectation Failed 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Precondition Required 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Too Many Requests 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Internal Server Error 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Not Implemented 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Bad Gateway 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Service Unavailable 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Gateway Timeout 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Network Authentication Required 12-12-2023 12:45:28:FINISHED TEST : constructorStringResponseThrowsExceptionTest() 12-12-2023 12:45:28:STARTING TEST : constructorStringObjectsThrowsNPEWhenNullTest() 12-12-2023 12:45:28:NullPointerException has been thrown as expected for null challenge 12-12-2023 12:45:28:FINISHED TEST : constructorStringObjectsThrowsNPEWhenNullTest() 12-12-2023 12:45:28:STARTING TEST : constructorThrowableObjectTest() 12-12-2023 12:45:28:response contains expected Unauthorized status 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:response contains expected Unauthorized status 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:response contains expected Unauthorized status 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:response contains expected Unauthorized status 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:FINISHED TEST : constructorThrowableObjectTest() 12-12-2023 12:45:28:STARTING TEST : constructorStringThrowableObjectsTest() 12-12-2023 12:45:28:response contains expected Unauthorized status 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:found expected getMessage()= TCK NotAuthorizedException description 12-12-2023 12:45:28:response contains expected Unauthorized status 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:found expected getMessage()= TCK NotAuthorizedException description 12-12-2023 12:45:28:response contains expected Unauthorized status 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:found expected getMessage()= TCK NotAuthorizedException description 12-12-2023 12:45:28:response contains expected Unauthorized status 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:found expected getMessage()= TCK NotAuthorizedException description 12-12-2023 12:45:28:FINISHED TEST : constructorStringThrowableObjectsTest() 12-12-2023 12:45:28:STARTING TEST : constructorStringObjectsTest() 12-12-2023 12:45:28:response contains expected Unauthorized status 12-12-2023 12:45:28:found expected getMessage()= TCK NotAuthorizedException description 12-12-2023 12:45:28:FINISHED TEST : constructorStringObjectsTest() 12-12-2023 12:45:28:STARTING TEST : constructorResponseThrowsExceptionTest() 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status OK 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Created 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Accepted 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status No Content 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Reset Content 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Partial Content 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Multiple Choices 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Moved Permanently 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Found 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status See Other 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Not Modified 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Use Proxy 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Temporary Redirect 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Permanent Redirect 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Bad Request 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Payment Required 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Forbidden 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Not Found 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Method Not Allowed 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Not Acceptable 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Request Timeout 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Conflict 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Gone 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Length Required 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Precondition Failed 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Expectation Failed 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Precondition Required 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Too Many Requests 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Internal Server Error 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Not Implemented 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Bad Gateway 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Service Unavailable 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Gateway Timeout 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Network Authentication Required 12-12-2023 12:45:28:FINISHED TEST : constructorResponseThrowsExceptionTest() 12-12-2023 12:45:28:STARTING TEST : constructorObjectsThrowsNPEWhenNullTest() 12-12-2023 12:45:28:NullPointerException has been thrown as expected for null challenge 12-12-2023 12:45:28:FINISHED TEST : constructorObjectsThrowsNPEWhenNullTest() 12-12-2023 12:45:28:STARTING TEST : constructorResponseThrowableThrowsExceptionTest() 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status OK 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Created 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Accepted 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status No Content 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Reset Content 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Partial Content 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Multiple Choices 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Moved Permanently 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Found 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status See Other 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Not Modified 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Use Proxy 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Temporary Redirect 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Permanent Redirect 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Bad Request 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Payment Required 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Forbidden 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Not Found 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Method Not Allowed 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Not Acceptable 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Request Timeout 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Conflict 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Gone 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Length Required 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Precondition Failed 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Expectation Failed 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Precondition Required 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Too Many Requests 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Internal Server Error 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Not Implemented 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Bad Gateway 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Service Unavailable 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Gateway Timeout 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 12-12-2023 12:45:28:IllegalArgumentException has been thrown as expected for status Network Authentication Required 12-12-2023 12:45:28:FINISHED TEST : constructorResponseThrowableThrowsExceptionTest() [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in ee.jakarta.tck.ws.rs.api.rs.notauthorizedexception.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.forbiddenexception.JAXRSClientIT 12-12-2023 12:45:28:STARTING TEST : constructorResponseThrowableTest() 12-12-2023 12:45:28:response contains expected Forbidden status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:response contains expected Forbidden status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:response contains expected Forbidden status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:response contains expected Forbidden status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:FINISHED TEST : constructorResponseThrowableTest() 12-12-2023 12:45:28:STARTING TEST : constructorTest() 12-12-2023 12:45:28:response contains expected Forbidden status 12-12-2023 12:45:28:FINISHED TEST : constructorTest() 12-12-2023 12:45:28:STARTING TEST : constructorResponseTest() 12-12-2023 12:45:28:response contains expected Forbidden status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:FINISHED TEST : constructorResponseTest() 12-12-2023 12:45:28:STARTING TEST : constructorStringResponseThrowableThrowsIAETest() 12-12-2023 12:45:28:IllegalArgumentException has been sucessfully thrown for status OK 12-12-2023 12:45:28:IllegalArgumentException has been sucessfully thrown for status Created 12-12-2023 12:45:28:IllegalArgumentException has been sucessfully thrown for status Accepted 12-12-2023 12:45:28:IllegalArgumentException has been sucessfully thrown for status No Content 12-12-2023 12:45:28:IllegalArgumentException has been sucessfully thrown for status Reset Content 12-12-2023 12:45:28:IllegalArgumentException has been sucessfully thrown for status Partial Content 12-12-2023 12:45:28:IllegalArgumentException has been sucessfully thrown for status Multiple Choices 12-12-2023 12:45:28:IllegalArgumentException has been sucessfully thrown for status Moved Permanently 12-12-2023 12:45:28:IllegalArgumentException has been sucessfully thrown for status Found 12-12-2023 12:45:28:IllegalArgumentException has been sucessfully thrown for status See Other 12-12-2023 12:45:28:IllegalArgumentException has been sucessfully thrown for status Not Modified 12-12-2023 12:45:28:IllegalArgumentException has been sucessfully thrown for status Use Proxy 12-12-2023 12:45:28:IllegalArgumentException has been sucessfully thrown for status Temporary Redirect 12-12-2023 12:45:28:IllegalArgumentException has been sucessfully thrown for status Permanent Redirect 12-12-2023 12:45:28:IllegalArgumentException has been sucessfully thrown for status Bad Request 12-12-2023 12:45:28:IllegalArgumentException has been sucessfully thrown for status Unauthorized 12-12-2023 12:45:28:IllegalArgumentException has been sucessfully thrown for status Payment Required 12-12-2023 12:45:28:IllegalArgumentException has been sucessfully thrown for status Not Found 12-12-2023 12:45:28:IllegalArgumentException has been sucessfully thrown for status Method Not Allowed 12-12-2023 12:45:28:IllegalArgumentException has been sucessfully thrown for status Not Acceptable 12-12-2023 12:45:28:IllegalArgumentException has been sucessfully thrown for status Proxy Authentication Required 12-12-2023 12:45:28:IllegalArgumentException has been sucessfully thrown for status Request Timeout 12-12-2023 12:45:28:IllegalArgumentException has been sucessfully thrown for status Conflict 12-12-2023 12:45:28:IllegalArgumentException has been sucessfully thrown for status Gone 12-12-2023 12:45:28:IllegalArgumentException has been sucessfully thrown for status Length Required 12-12-2023 12:45:28:IllegalArgumentException has been sucessfully thrown for status Precondition Failed 12-12-2023 12:45:28:IllegalArgumentException has been sucessfully thrown for status Request Entity Too Large 12-12-2023 12:45:28:IllegalArgumentException has been sucessfully thrown for status Request-URI Too Long 12-12-2023 12:45:28:IllegalArgumentException has been sucessfully thrown for status Unsupported Media Type 12-12-2023 12:45:28:IllegalArgumentException has been sucessfully thrown for status Requested Range Not Satisfiable 12-12-2023 12:45:28:IllegalArgumentException has been sucessfully thrown for status Expectation Failed 12-12-2023 12:45:28:IllegalArgumentException has been sucessfully thrown for status Precondition Required 12-12-2023 12:45:28:IllegalArgumentException has been sucessfully thrown for status Too Many Requests 12-12-2023 12:45:28:IllegalArgumentException has been sucessfully thrown for status Request Header Fields Too Large 12-12-2023 12:45:28:IllegalArgumentException has been sucessfully thrown for status Unavailable For Legal Reasons 12-12-2023 12:45:28:IllegalArgumentException has been sucessfully thrown for status Internal Server Error 12-12-2023 12:45:28:IllegalArgumentException has been sucessfully thrown for status Not Implemented 12-12-2023 12:45:28:IllegalArgumentException has been sucessfully thrown for status Bad Gateway 12-12-2023 12:45:28:IllegalArgumentException has been sucessfully thrown for status Service Unavailable 12-12-2023 12:45:28:IllegalArgumentException has been sucessfully thrown for status Gateway Timeout 12-12-2023 12:45:28:IllegalArgumentException has been sucessfully thrown for status HTTP Version Not Supported 12-12-2023 12:45:28:IllegalArgumentException has been sucessfully thrown for status Network Authentication Required 12-12-2023 12:45:28:FINISHED TEST : constructorStringResponseThrowableThrowsIAETest() 12-12-2023 12:45:28:STARTING TEST : constructorStringResponseThrowableTest() 12-12-2023 12:45:28:response contains expected Forbidden status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:found expected getMessage()= TCK ForbiddenException description 12-12-2023 12:45:28:response contains expected Forbidden status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:found expected getMessage()= TCK ForbiddenException description 12-12-2023 12:45:28:response contains expected Forbidden status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:found expected getMessage()= TCK ForbiddenException description 12-12-2023 12:45:28:response contains expected Forbidden status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:found expected getMessage()= TCK ForbiddenException description 12-12-2023 12:45:28:FINISHED TEST : constructorStringResponseThrowableTest() 12-12-2023 12:45:28:STARTING TEST : constructorStringResponseTest() 12-12-2023 12:45:28:response contains expected Forbidden status 12-12-2023 12:45:28:Found expected http Host header 12-12-2023 12:45:28:found expected getMessage()= TCK ForbiddenException description 12-12-2023 12:45:28:FINISHED TEST : constructorStringResponseTest() 12-12-2023 12:45:28:STARTING TEST : constructorStringThrowableTest() 12-12-2023 12:45:28:response contains expected Forbidden status 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:found expected getMessage()= TCK ForbiddenException description 12-12-2023 12:45:28:response contains expected Forbidden status 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:found expected getMessage()= TCK ForbiddenException description 12-12-2023 12:45:28:response contains expected Forbidden status 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:found expected getMessage()= TCK ForbiddenException description 12-12-2023 12:45:28:response contains expected Forbidden status 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:found expected getMessage()= TCK ForbiddenException description 12-12-2023 12:45:28:FINISHED TEST : constructorStringThrowableTest() 12-12-2023 12:45:28:STARTING TEST : constructorResponseThrowsExceptionTest() 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status OK as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Created as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Accepted as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status No Content as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Reset Content as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Partial Content as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Multiple Choices as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Moved Permanently as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Found as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status See Other as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Not Modified as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Use Proxy as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Temporary Redirect as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Permanent Redirect as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Bad Request as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Unauthorized as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Payment Required as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Not Found as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Method Not Allowed as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Not Acceptable as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Proxy Authentication Required as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Request Timeout as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Conflict as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Gone as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Length Required as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Precondition Failed as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Request Entity Too Large as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Request-URI Too Long as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Unsupported Media Type as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Requested Range Not Satisfiable as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Expectation Failed as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Precondition Required as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Too Many Requests as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Request Header Fields Too Large as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Unavailable For Legal Reasons as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Internal Server Error as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Not Implemented as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Bad Gateway as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Service Unavailable as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Gateway Timeout as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status HTTP Version Not Supported as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Network Authentication Required as expected 12-12-2023 12:45:28:FINISHED TEST : constructorResponseThrowsExceptionTest() 12-12-2023 12:45:28:STARTING TEST : constructorStringTest() 12-12-2023 12:45:28:response contains expected Forbidden status 12-12-2023 12:45:28:found expected getMessage()= TCK ForbiddenException description 12-12-2023 12:45:28:FINISHED TEST : constructorStringTest() 12-12-2023 12:45:28:STARTING TEST : constructorThrowableTest() 12-12-2023 12:45:28:response contains expected Forbidden status 12-12-2023 12:45:28:getCause contains expected java.lang.RuntimeException 12-12-2023 12:45:28:response contains expected Forbidden status 12-12-2023 12:45:28:getCause contains expected java.io.IOException 12-12-2023 12:45:28:response contains expected Forbidden status 12-12-2023 12:45:28:getCause contains expected java.lang.Error 12-12-2023 12:45:28:response contains expected Forbidden status 12-12-2023 12:45:28:getCause contains expected java.lang.Throwable 12-12-2023 12:45:28:FINISHED TEST : constructorThrowableTest() 12-12-2023 12:45:28:STARTING TEST : constructorStringResponseThrowsIAETest() 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status OK as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Created as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Accepted as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status No Content as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Reset Content as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Partial Content as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Multiple Choices as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Moved Permanently as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Found as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status See Other as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Not Modified as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Use Proxy as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Temporary Redirect as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Permanent Redirect as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Bad Request as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Unauthorized as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Payment Required as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Not Found as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Method Not Allowed as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Not Acceptable as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Proxy Authentication Required as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Request Timeout as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Conflict as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Gone as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Length Required as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Precondition Failed as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Request Entity Too Large as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Request-URI Too Long as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Unsupported Media Type as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Requested Range Not Satisfiable as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Expectation Failed as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Precondition Required as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Too Many Requests as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Request Header Fields Too Large as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Unavailable For Legal Reasons as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Internal Server Error as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Not Implemented as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Bad Gateway as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Service Unavailable as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Gateway Timeout as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status HTTP Version Not Supported as expected 12-12-2023 12:45:28:IllegalArgumentException has been thrown for status Network Authentication Required as expected 12-12-2023 12:45:28:FINISHED TEST : constructorStringResponseThrowsIAETest() 12-12-2023 12:45:28:STARTING TEST : constructorResponseThrowableThrowsExceptionTest() 12-12-2023 12:45:28:IllegalArgumentException has been sucessfully thrown for status OK 12-12-2023 12:45:28:IllegalArgumentException has been sucessfully thrown for status Created 12-12-2023 12:45:28:IllegalArgumentException has been sucessfully thrown for status Accepted 12-12-2023 12:45:28:IllegalArgumentException has been sucessfully thrown for status No Content 12-12-2023 12:45:28:IllegalArgumentException has been sucessfully thrown for status Reset Content 12-12-2023 12:45:28:IllegalArgumentException has been sucessfully thrown for status Partial Content 12-12-2023 12:45:28:IllegalArgumentException has been sucessfully thrown for status Multiple Choices 12-12-2023 12:45:28:IllegalArgumentException has been sucessfully thrown for status Moved Permanently 12-12-2023 12:45:28:IllegalArgumentException has been sucessfully thrown for status Found 12-12-2023 12:45:28:IllegalArgumentException has been sucessfully thrown for status See Other 12-12-2023 12:45:28:IllegalArgumentException has been sucessfully thrown for status Not Modified 12-12-2023 12:45:28:IllegalArgumentException has been sucessfully thrown for status Use Proxy 12-12-2023 12:45:28:IllegalArgumentException has been sucessfully thrown for status Temporary Redirect 12-12-2023 12:45:28:IllegalArgumentException has been sucessfully thrown for status Permanent Redirect 12-12-2023 12:45:28:IllegalArgumentException has been sucessfully thrown for status Bad Request 12-12-2023 12:45:28:IllegalArgumentException has been sucessfully thrown for status Unauthorized 12-12-2023 12:45:28:IllegalArgumentException has been sucessfully thrown for status Payment Required 12-12-2023 12:45:28:IllegalArgumentException has been sucessfully thrown for status Not Found 12-12-2023 12:45:28:IllegalArgumentException has been sucessfully thrown for status Method Not Allowed 12-12-2023 12:45:28:IllegalArgumentException has been sucessfully thrown for status Not Acceptable 12-12-2023 12:45:28:IllegalArgumentException has been sucessfully thrown for status Proxy Authentication Required 12-12-2023 12:45:28:IllegalArgumentException has been sucessfully thrown for status Request Timeout 12-12-2023 12:45:28:IllegalArgumentException has been sucessfully thrown for status Conflict 12-12-2023 12:45:28:IllegalArgumentException has been sucessfully thrown for status Gone 12-12-2023 12:45:28:IllegalArgumentException has been sucessfully thrown for status Length Required 12-12-2023 12:45:28:IllegalArgumentException has been sucessfully thrown for status Precondition Failed 12-12-2023 12:45:28:IllegalArgumentException has been sucessfully thrown for status Request Entity Too Large 12-12-2023 12:45:28:IllegalArgumentException has been sucessfully thrown for status Request-URI Too Long 12-12-2023 12:45:28:IllegalArgumentException has been sucessfully thrown for status Unsupported Media Type 12-12-2023 12:45:28:IllegalArgumentException has been sucessfully thrown for status Requested Range Not Satisfiable 12-12-2023 12:45:28:IllegalArgumentException has been sucessfully thrown for status Expectation Failed 12-12-2023 12:45:28:IllegalArgumentException has been sucessfully thrown for status Precondition Required 12-12-2023 12:45:28:IllegalArgumentException has been sucessfully thrown for status Too Many Requests 12-12-2023 12:45:28:IllegalArgumentException has been sucessfully thrown for status Request Header Fields Too Large 12-12-2023 12:45:28:IllegalArgumentException has been sucessfully thrown for status Unavailable For Legal Reasons 12-12-2023 12:45:28:IllegalArgumentException has been sucessfully thrown for status Internal Server Error 12-12-2023 12:45:28:IllegalArgumentException has been sucessfully thrown for status Not Implemented 12-12-2023 12:45:28:IllegalArgumentException has been sucessfully thrown for status Bad Gateway 12-12-2023 12:45:28:IllegalArgumentException has been sucessfully thrown for status Service Unavailable 12-12-2023 12:45:28:IllegalArgumentException has been sucessfully thrown for status Gateway Timeout 12-12-2023 12:45:28:IllegalArgumentException has been sucessfully thrown for status HTTP Version Not Supported 12-12-2023 12:45:28:IllegalArgumentException has been sucessfully thrown for status Network Authentication Required 12-12-2023 12:45:28:FINISHED TEST : constructorResponseThrowableThrowsExceptionTest() [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in ee.jakarta.tck.ws.rs.api.rs.forbiddenexception.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.client.webtarget.JAXRSClientIT 12-12-2023 12:45:28:STARTING TEST : resolveTemplatesWithBooleanTrueTest() 12-12-2023 12:45:28:Found expected http://cts.tck:888/resource/lane/route66/%2542%255A%2561%257a%2F%25%2521 12-12-2023 12:45:28:URI http://cts.tck:888/resource/lane/route66/%2542%255A%2561%257a%2F%25%2521 contains given path parameters 12-12-2023 12:45:28:FINISHED TEST : resolveTemplatesWithBooleanTrueTest() 12-12-2023 12:45:28:STARTING TEST : matrixParamThrowsNPEOnNameTest() 12-12-2023 12:45:28:NullPointerException has been thrown as expected java.lang.NullPointerException: Matrix parameter name must not be 'null'. 12-12-2023 12:45:28:FINISHED TEST : matrixParamThrowsNPEOnNameTest() 12-12-2023 12:45:28:STARTING TEST : resolveTemplateWithBooleanFalseTest() 12-12-2023 12:45:28:Found expected http://cts.tck:888/resource/%2542%255A%2561%257a%252F%25%2521 12-12-2023 12:45:28:URI http://cts.tck:888/resource/%2542%255A%2561%257a%252F%25%2521 contains given path parameter 12-12-2023 12:45:28:FINISHED TEST : resolveTemplateWithBooleanFalseTest() 12-12-2023 12:45:28:STARTING TEST : resolveTemplateFromEncodedThrowsNPEForNullValueTest() 12-12-2023 12:45:28:NullPointerException has been thrown as expected java.lang.NullPointerException: value is 'null'. 12-12-2023 12:45:28:FINISHED TEST : resolveTemplateFromEncodedThrowsNPEForNullValueTest() 12-12-2023 12:45:28:STARTING TEST : matrixParamOnTwoSegmentsTest() 12-12-2023 12:45:28:Found expected http://cts.tck:888/resource;matrix1=segment1/path;matrix2=segment2 12-12-2023 12:45:28:URI http://cts.tck:888/resource;matrix1=segment1/path;matrix2=segment2 contains given matrix params 12-12-2023 12:45:28:FINISHED TEST : matrixParamOnTwoSegmentsTest() 12-12-2023 12:45:28:STARTING TEST : resolveTemplatesWithBooleanNullMapTest() 12-12-2023 12:45:28:NullPointerException has been thrown as expected java.lang.NullPointerException: templateValues is 'null'. 12-12-2023 12:45:28:FINISHED TEST : resolveTemplatesWithBooleanNullMapTest() 12-12-2023 12:45:28:STARTING TEST : getUriBuilderTest() 12-12-2023 12:45:28:Found expected http://cts.tck:888/resource 12-12-2023 12:45:28:URI http://cts.tck:888/resource contains http://cts.tck:888/resource 12-12-2023 12:45:28:FINISHED TEST : getUriBuilderTest() 12-12-2023 12:45:28:STARTING TEST : matrixParamWithNullValueRemovesParamsWithTheNameOnMoreSegmentsTest() 12-12-2023 12:45:28:Found expected http://cts.tck:888/resource;matrix1=segment1/path1/path2/path3 12-12-2023 12:45:28:URI http://cts.tck:888/resource;matrix1=segment1/path1/path2/path3 contains given matrix params 12-12-2023 12:45:28:FINISHED TEST : matrixParamWithNullValueRemovesParamsWithTheNameOnMoreSegmentsTest() 12-12-2023 12:45:28:STARTING TEST : queryParamNullValueTest() 12-12-2023 12:45:28:Found expected http://cts.tck:888/resource/path/path2 12-12-2023 12:45:28:#paramName(name, null) removed values as expected 12-12-2023 12:45:28:FINISHED TEST : queryParamNullValueTest() 12-12-2023 12:45:28:STARTING TEST : resolveTemplateThrowsNPEOnNullNameTest() 12-12-2023 12:45:28:NullPointerException has been thrown as expected java.lang.NullPointerException: name is 'null'. 12-12-2023 12:45:28:FINISHED TEST : resolveTemplateThrowsNPEOnNullNameTest() 12-12-2023 12:45:28:STARTING TEST : resolveTemplatesNullNameTest() 12-12-2023 12:45:28:NullPointerException has been thrown as expected java.lang.NullPointerException: name is 'null'. 12-12-2023 12:45:28:FINISHED TEST : resolveTemplatesNullNameTest() 12-12-2023 12:45:28:STARTING TEST : resolveTemplateFromEncodedThrowsNPEForNullNameTest() 12-12-2023 12:45:28:NullPointerException has been thrown as expected java.lang.NullPointerException: name is 'null'. 12-12-2023 12:45:28:FINISHED TEST : resolveTemplateFromEncodedThrowsNPEForNullNameTest() 12-12-2023 12:45:28:STARTING TEST : matrixParamThrowsNPEOnFirstArgIsNullTest() 12-12-2023 12:45:28:NullPointerException has been thrown as expected java.lang.NullPointerException: 'null' value detected for parameter 'matrix' on index : [0] 12-12-2023 12:45:28:FINISHED TEST : matrixParamThrowsNPEOnFirstArgIsNullTest() 12-12-2023 12:45:28:STARTING TEST : resolveTemplatesWithBooleanNullValueTest() 12-12-2023 12:45:28:NullPointerException has been thrown as expected java.lang.NullPointerException: value is 'null'. 12-12-2023 12:45:28:FINISHED TEST : resolveTemplatesWithBooleanNullValueTest() 12-12-2023 12:45:28:STARTING TEST : resolveTemplatesFromEncodedThrowsNPEForNullValueTest() 12-12-2023 12:45:28:NullPointerException has been thrown as expected java.lang.NullPointerException: value is 'null'. 12-12-2023 12:45:28:FINISHED TEST : resolveTemplatesFromEncodedThrowsNPEForNullValueTest() 12-12-2023 12:45:28:STARTING TEST : resolveTemplatesFromEncodedReturnsTheSameTargetTest() 12-12-2023 12:45:28:#pathParams returned the same traget wehn empty as expected 12-12-2023 12:45:28:FINISHED TEST : resolveTemplatesFromEncodedReturnsTheSameTargetTest() 12-12-2023 12:45:28:STARTING TEST : requestNoArgTest() 12-12-2023 12:45:28:Found expected http://cts.tck:888/resource 12-12-2023 12:45:28:Found expected */* 12-12-2023 12:45:28:FINISHED TEST : requestNoArgTest() 12-12-2023 12:45:28:STARTING TEST : resolveTemplatesFromEncodedThrowsNPEForNullNameTest() 12-12-2023 12:45:28:NullPointerException has been thrown as expected java.lang.NullPointerException: name is 'null'. 12-12-2023 12:45:28:FINISHED TEST : resolveTemplatesFromEncodedThrowsNPEForNullNameTest() 12-12-2023 12:45:28:STARTING TEST : resolveTemplateWithBooleanTrueThrowsNPEOnNullValueTest() 12-12-2023 12:45:28:NullPointerException has been thrown as expected java.lang.NullPointerException: value is 'null'. 12-12-2023 12:45:28:FINISHED TEST : resolveTemplateWithBooleanTrueThrowsNPEOnNullValueTest() 12-12-2023 12:45:28:STARTING TEST : resolveTemplatesWithBooleanNullNameTest() 12-12-2023 12:45:28:NullPointerException has been thrown as expected java.lang.NullPointerException: name is 'null'. 12-12-2023 12:45:28:FINISHED TEST : resolveTemplatesWithBooleanNullNameTest() 12-12-2023 12:45:28:STARTING TEST : resolveTemplatesWithBooleanFalseReturnsTheSameTargetTest() 12-12-2023 12:45:28:#pathParams returned the same traget wehn empty as expected 12-12-2023 12:45:28:FINISHED TEST : resolveTemplatesWithBooleanFalseReturnsTheSameTargetTest() 12-12-2023 12:45:28:STARTING TEST : resolveTemplateWithBooleanTrueThrowsNPEOnNullNameTest() 12-12-2023 12:45:28:NullPointerException has been thrown as expected java.lang.NullPointerException: name is 'null'. 12-12-2023 12:45:28:FINISHED TEST : resolveTemplateWithBooleanTrueThrowsNPEOnNullNameTest() 12-12-2023 12:45:28:STARTING TEST : requestMediaTypeTest() 12-12-2023 12:45:28:Found expected http://cts.tck:888/resource 12-12-2023 12:45:28:Found expected application/atom+xml 12-12-2023 12:45:28:Found expected application/json 12-12-2023 12:45:28:Found expected text/xml 12-12-2023 12:45:28:FINISHED TEST : requestMediaTypeTest() 12-12-2023 12:45:28:STARTING TEST : queryParamThrowsNPEOnNullValueTest() 12-12-2023 12:45:28:NullPointerException has been thrown as expected java.lang.NullPointerException: 'null' value detected for parameter 'param' on index : [0] 12-12-2023 12:45:28:FINISHED TEST : queryParamThrowsNPEOnNullValueTest() 12-12-2023 12:45:28:STARTING TEST : resolveTemplateWithBooleanTrueTest() 12-12-2023 12:45:28:Found expected http://cts.tck:888/resource/%2542%255A%2561%257a%2F%25%2521 12-12-2023 12:45:28:URI http://cts.tck:888/resource/%2542%255A%2561%257a%2F%25%2521 contains given path parameter 12-12-2023 12:45:28:FINISHED TEST : resolveTemplateWithBooleanTrueTest() 12-12-2023 12:45:28:STARTING TEST : resolveTemplateWithBooleanFalseThrowsNPEOnNullValueTest() 12-12-2023 12:45:28:NullPointerException has been thrown as expected java.lang.NullPointerException: value is 'null'. 12-12-2023 12:45:28:FINISHED TEST : resolveTemplateWithBooleanFalseThrowsNPEOnNullValueTest() 12-12-2023 12:45:28:STARTING TEST : resolveTemplatesNullValueTest() 12-12-2023 12:45:28:NullPointerException has been thrown as expected java.lang.NullPointerException: value is 'null'. 12-12-2023 12:45:28:FINISHED TEST : resolveTemplatesNullValueTest() 12-12-2023 12:45:28:STARTING TEST : matrixParamTest() 12-12-2023 12:45:28:Found expected ;matrix=arg1 12-12-2023 12:45:28:Found expected ;matrix=arg2 12-12-2023 12:45:28:Found expected ;matrix=arg3 12-12-2023 12:45:28:URI http://cts.tck:888/resource;matrix=arg1;matrix=arg2;matrix=arg3 contains given matrix params 12-12-2023 12:45:28:FINISHED TEST : matrixParamTest() 12-12-2023 12:45:28:STARTING TEST : resolveTemplateWithBooleanFalseThrowsNPEOnNullNameTest() 12-12-2023 12:45:28:NullPointerException has been thrown as expected java.lang.NullPointerException: name is 'null'. 12-12-2023 12:45:28:FINISHED TEST : resolveTemplateWithBooleanFalseThrowsNPEOnNullNameTest() 12-12-2023 12:45:28:STARTING TEST : queryParamThrowsNPEOnNullNameTest() 12-12-2023 12:45:28:NullPointerException has been thrown as expected java.lang.NullPointerException: name is 'null'. 12-12-2023 12:45:28:FINISHED TEST : queryParamThrowsNPEOnNullNameTest() 12-12-2023 12:45:28:STARTING TEST : requestStringTest() 12-12-2023 12:45:28:Found expected http://cts.tck:888/resource 12-12-2023 12:45:28:Found expected application/atom+xml 12-12-2023 12:45:28:Found expected application/json 12-12-2023 12:45:28:Found expected text/xml 12-12-2023 12:45:28:FINISHED TEST : requestStringTest() 12-12-2023 12:45:28:STARTING TEST : resolveTemplatesFromEncodedTest() 12-12-2023 12:45:28:Found expected http://cts.tck:888/resource/%42%5A%61%7a%2F%25%21 12-12-2023 12:45:28:URI http://cts.tck:888/resource/%42%5A%61%7a%2F%25%21 contains given path parameter 12-12-2023 12:45:28:FINISHED TEST : resolveTemplatesFromEncodedTest() 12-12-2023 12:45:28:STARTING TEST : getUriBuilderIsDetachedTest() 12-12-2023 12:45:28:Found expected http://cts.tck:888/resource 12-12-2023 12:45:28:URI http://cts.tck:888/resource contains http://cts.tck:888/resource 12-12-2023 12:45:28:FINISHED TEST : getUriBuilderIsDetachedTest() 12-12-2023 12:45:28:STARTING TEST : resolveTemplateTest() 12-12-2023 12:45:28:Found expected http://cts.tck:888/resource/lane 12-12-2023 12:45:28:URI http://cts.tck:888/resource/lane contains given path parameter 12-12-2023 12:45:28:FINISHED TEST : resolveTemplateTest() 12-12-2023 12:45:28:STARTING TEST : resolveTemplatesWithBooleanFalseTest() 12-12-2023 12:45:28:Found expected http://cts.tck:888/resource/lane/route66/pavement 12-12-2023 12:45:28:URI http://cts.tck:888/resource/lane/route66/pavement contains given path parameters 12-12-2023 12:45:28:FINISHED TEST : resolveTemplatesWithBooleanFalseTest() 12-12-2023 12:45:28:STARTING TEST : resolveTemplatesReturnsTheSameTargetTest() 12-12-2023 12:45:28:#pathParams returned the same traget wehn empty as expected 12-12-2023 12:45:28:FINISHED TEST : resolveTemplatesReturnsTheSameTargetTest() 12-12-2023 12:45:28:STARTING TEST : getUriTest() 12-12-2023 12:45:28:Found expected http://cts.tck:888/resource 12-12-2023 12:45:28:URI http://cts.tck:888/resource contains http://cts.tck:888/resource 12-12-2023 12:45:28:FINISHED TEST : getUriTest() 12-12-2023 12:45:28:STARTING TEST : resolveTemplatesWithBooleanTrueReturnsTheSameTargetTest() 12-12-2023 12:45:28:#pathParams returned the same traget wehn empty as expected 12-12-2023 12:45:28:FINISHED TEST : resolveTemplatesWithBooleanTrueReturnsTheSameTargetTest() 12-12-2023 12:45:28:STARTING TEST : resolveTemplateThrowsNPEOnNullValueTest() 12-12-2023 12:45:28:NullPointerException has been thrown as expected java.lang.NullPointerException: value is 'null'. 12-12-2023 12:45:28:FINISHED TEST : resolveTemplateThrowsNPEOnNullValueTest() 12-12-2023 12:45:28:STARTING TEST : resolveTemplatesFromEncodedThrowsNPEForNullMapTest() 12-12-2023 12:45:28:NullPointerException has been thrown as expected java.lang.NullPointerException: templateValues is 'null'. 12-12-2023 12:45:28:FINISHED TEST : resolveTemplatesFromEncodedThrowsNPEForNullMapTest() 12-12-2023 12:45:28:STARTING TEST : pathTest() 12-12-2023 12:45:28:Found expected http://cts.tck:888/resource/a/b/c/d/e 12-12-2023 12:45:28:URI http://cts.tck:888/resource/a/b/c/d/e contains given path 12-12-2023 12:45:28:FINISHED TEST : pathTest() 12-12-2023 12:45:28:STARTING TEST : resolveTemplateFromEncodedTest() 12-12-2023 12:45:28:Found expected http://cts.tck:888/resource/%42%5A%61%7a%2F%25%21 12-12-2023 12:45:28:URI http://cts.tck:888/resource/%42%5A%61%7a%2F%25%21 contains given path parameter 12-12-2023 12:45:28:FINISHED TEST : resolveTemplateFromEncodedTest() 12-12-2023 12:45:28:STARTING TEST : resolveTemplatesNullMapTest() 12-12-2023 12:45:28:NullPointerException has been thrown as expected java.lang.NullPointerException: templateValues is 'null'. 12-12-2023 12:45:28:FINISHED TEST : resolveTemplatesNullMapTest() 12-12-2023 12:45:28:STARTING TEST : resolveTemplatesTest() 12-12-2023 12:45:28:Found expected http://cts.tck:888/resource/lane/route66/pavement 12-12-2023 12:45:28:URI http://cts.tck:888/resource/lane/route66/pavement contains given path parameters 12-12-2023 12:45:28:FINISHED TEST : resolveTemplatesTest() 12-12-2023 12:45:28:STARTING TEST : pathThrowsNPEOnNullTest() 12-12-2023 12:45:28:NullPointerException has been thrown as expected java.lang.NullPointerException: path is 'null'. 12-12-2023 12:45:28:FINISHED TEST : pathThrowsNPEOnNullTest() 12-12-2023 12:45:28:STARTING TEST : queryParamTest() 12-12-2023 12:45:28:Found expected http://cts.tck:888/resource?paramName=value1¶mName=value2¶mName=value3 12-12-2023 12:45:28:URI http://cts.tck:888/resource?paramName=value1¶mName=value2¶mName=value3 contains given query parameter 12-12-2023 12:45:28:FINISHED TEST : queryParamTest() 12-12-2023 12:45:28:STARTING TEST : matrixParamThrowsNPEOnSecondArgIsNullTest() 12-12-2023 12:45:28:NullPointerException has been thrown as expected java.lang.NullPointerException: 'null' value detected for parameter 'matrix' on index : [1] 12-12-2023 12:45:28:FINISHED TEST : matrixParamThrowsNPEOnSecondArgIsNullTest() [INFO] Tests run: 47, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.089 s - in ee.jakarta.tck.ws.rs.api.client.webtarget.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.client.entity.JAXRSClientIT 12-12-2023 12:45:28:STARTING TEST : jsonTest() 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/json 12-12-2023 12:45:28:Found expected string 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/json 12-12-2023 12:45:28:Found expected inputstream 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/json 12-12-2023 12:45:28:Found expected serializable 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/json 12-12-2023 12:45:28:Found expected stringbuilder 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/json 12-12-2023 12:45:28:Found expected stringbuffer 12-12-2023 12:45:28:FINISHED TEST : jsonTest() 12-12-2023 12:45:28:STARTING TEST : xmlTest() 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/xml 12-12-2023 12:45:28:Found expected string 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/xml 12-12-2023 12:45:28:Found expected inputstream 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/xml 12-12-2023 12:45:28:Found expected serializable 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/xml 12-12-2023 12:45:28:Found expected stringbuilder 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/xml 12-12-2023 12:45:28:Found expected stringbuffer 12-12-2023 12:45:28:FINISHED TEST : xmlTest() 12-12-2023 12:45:28:STARTING TEST : formFormTest() 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/x-www-form-urlencoded 12-12-2023 12:45:28:FINISHED TEST : formFormTest() 12-12-2023 12:45:28:STARTING TEST : entityStringTest() 12-12-2023 12:45:28:Found expected entity 12-12-2023 12:45:28:Sucessfully retrieved MediaType */* 12-12-2023 12:45:28:Found expected entity 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/xml 12-12-2023 12:45:28:Found expected entity 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/atom+xml 12-12-2023 12:45:28:Found expected entity 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/xhtml+xml 12-12-2023 12:45:28:Found expected entity 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/svg+xml 12-12-2023 12:45:28:Found expected entity 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/json 12-12-2023 12:45:28:Found expected entity 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/x-www-form-urlencoded 12-12-2023 12:45:28:Found expected entity 12-12-2023 12:45:28:Sucessfully retrieved MediaType multipart/form-data 12-12-2023 12:45:28:Found expected entity 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/octet-stream 12-12-2023 12:45:28:Found expected entity 12-12-2023 12:45:28:Sucessfully retrieved MediaType text/plain 12-12-2023 12:45:28:Found expected entity 12-12-2023 12:45:28:Sucessfully retrieved MediaType text/xml 12-12-2023 12:45:28:Found expected entity 12-12-2023 12:45:28:Sucessfully retrieved MediaType text/html 12-12-2023 12:45:28:Found expected entity 12-12-2023 12:45:28:Sucessfully retrieved MediaType text/event-stream 12-12-2023 12:45:28:Found expected entity 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/json-patch+json 12-12-2023 12:45:28:FINISHED TEST : entityStringTest() 12-12-2023 12:45:28:STARTING TEST : textTest() 12-12-2023 12:45:28:Sucessfully retrieved MediaType text/plain 12-12-2023 12:45:28:Found expected string 12-12-2023 12:45:28:Sucessfully retrieved MediaType text/plain 12-12-2023 12:45:28:Found expected inputstream 12-12-2023 12:45:28:Sucessfully retrieved MediaType text/plain 12-12-2023 12:45:28:Found expected serializable 12-12-2023 12:45:28:Sucessfully retrieved MediaType text/plain 12-12-2023 12:45:28:Found expected stringbuilder 12-12-2023 12:45:28:Sucessfully retrieved MediaType text/plain 12-12-2023 12:45:28:Found expected stringbuffer 12-12-2023 12:45:28:FINISHED TEST : textTest() 12-12-2023 12:45:28:STARTING TEST : entityVariantTest() 12-12-2023 12:45:28:Found expected string 12-12-2023 12:45:28:Sucessfully retrieved MediaType */* 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=UTF-16] 12-12-2023 12:45:28:Found expected string 12-12-2023 12:45:28:Sucessfully retrieved MediaType */* 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=ISO-8859-2] 12-12-2023 12:45:28:Found expected string 12-12-2023 12:45:28:Sucessfully retrieved MediaType */* 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=CP1250] 12-12-2023 12:45:28:Found expected string 12-12-2023 12:45:28:Sucessfully retrieved MediaType */* 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=UTF-16] 12-12-2023 12:45:28:Found expected string 12-12-2023 12:45:28:Sucessfully retrieved MediaType */* 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=ISO-8859-2] 12-12-2023 12:45:28:Found expected string 12-12-2023 12:45:28:Sucessfully retrieved MediaType */* 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=CP1250] 12-12-2023 12:45:28:Found expected string 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/xml 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=UTF-16] 12-12-2023 12:45:28:Found expected string 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/xml 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=ISO-8859-2] 12-12-2023 12:45:28:Found expected string 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/xml 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=CP1250] 12-12-2023 12:45:28:Found expected string 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/xml 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=UTF-16] 12-12-2023 12:45:28:Found expected string 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/xml 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=ISO-8859-2] 12-12-2023 12:45:28:Found expected string 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/xml 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=CP1250] 12-12-2023 12:45:28:Found expected string 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/atom+xml 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=UTF-16] 12-12-2023 12:45:28:Found expected string 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/atom+xml 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=ISO-8859-2] 12-12-2023 12:45:28:Found expected string 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/atom+xml 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=CP1250] 12-12-2023 12:45:28:Found expected string 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/atom+xml 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=UTF-16] 12-12-2023 12:45:28:Found expected string 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/atom+xml 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=ISO-8859-2] 12-12-2023 12:45:28:Found expected string 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/atom+xml 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=CP1250] 12-12-2023 12:45:28:Found expected string 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/xhtml+xml 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=UTF-16] 12-12-2023 12:45:28:Found expected string 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/xhtml+xml 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=ISO-8859-2] 12-12-2023 12:45:28:Found expected string 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/xhtml+xml 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=CP1250] 12-12-2023 12:45:28:Found expected string 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/xhtml+xml 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=UTF-16] 12-12-2023 12:45:28:Found expected string 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/xhtml+xml 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=ISO-8859-2] 12-12-2023 12:45:28:Found expected string 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/xhtml+xml 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=CP1250] 12-12-2023 12:45:28:Found expected string 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/svg+xml 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=UTF-16] 12-12-2023 12:45:28:Found expected string 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/svg+xml 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=ISO-8859-2] 12-12-2023 12:45:28:Found expected string 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/svg+xml 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=CP1250] 12-12-2023 12:45:28:Found expected string 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/svg+xml 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=UTF-16] 12-12-2023 12:45:28:Found expected string 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/svg+xml 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=ISO-8859-2] 12-12-2023 12:45:28:Found expected string 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/svg+xml 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=CP1250] 12-12-2023 12:45:28:Found expected string 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/json 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=UTF-16] 12-12-2023 12:45:28:Found expected string 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/json 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=ISO-8859-2] 12-12-2023 12:45:28:Found expected string 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/json 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=CP1250] 12-12-2023 12:45:28:Found expected string 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/json 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=UTF-16] 12-12-2023 12:45:28:Found expected string 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/json 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=ISO-8859-2] 12-12-2023 12:45:28:Found expected string 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/json 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=CP1250] 12-12-2023 12:45:28:Found expected string 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/x-www-form-urlencoded 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=UTF-16] 12-12-2023 12:45:28:Found expected string 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/x-www-form-urlencoded 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=ISO-8859-2] 12-12-2023 12:45:28:Found expected string 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/x-www-form-urlencoded 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=CP1250] 12-12-2023 12:45:28:Found expected string 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/x-www-form-urlencoded 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=UTF-16] 12-12-2023 12:45:28:Found expected string 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/x-www-form-urlencoded 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=ISO-8859-2] 12-12-2023 12:45:28:Found expected string 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/x-www-form-urlencoded 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=CP1250] 12-12-2023 12:45:28:Found expected string 12-12-2023 12:45:28:Sucessfully retrieved MediaType multipart/form-data 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=UTF-16] 12-12-2023 12:45:28:Found expected string 12-12-2023 12:45:28:Sucessfully retrieved MediaType multipart/form-data 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=ISO-8859-2] 12-12-2023 12:45:28:Found expected string 12-12-2023 12:45:28:Sucessfully retrieved MediaType multipart/form-data 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=CP1250] 12-12-2023 12:45:28:Found expected string 12-12-2023 12:45:28:Sucessfully retrieved MediaType multipart/form-data 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=UTF-16] 12-12-2023 12:45:28:Found expected string 12-12-2023 12:45:28:Sucessfully retrieved MediaType multipart/form-data 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=ISO-8859-2] 12-12-2023 12:45:28:Found expected string 12-12-2023 12:45:28:Sucessfully retrieved MediaType multipart/form-data 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=CP1250] 12-12-2023 12:45:28:Found expected string 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/octet-stream 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=UTF-16] 12-12-2023 12:45:28:Found expected string 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/octet-stream 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=ISO-8859-2] 12-12-2023 12:45:28:Found expected string 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/octet-stream 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=CP1250] 12-12-2023 12:45:28:Found expected string 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/octet-stream 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=UTF-16] 12-12-2023 12:45:28:Found expected string 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/octet-stream 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=ISO-8859-2] 12-12-2023 12:45:28:Found expected string 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/octet-stream 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=CP1250] 12-12-2023 12:45:28:Found expected string 12-12-2023 12:45:28:Sucessfully retrieved MediaType text/plain 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=UTF-16] 12-12-2023 12:45:28:Found expected string 12-12-2023 12:45:28:Sucessfully retrieved MediaType text/plain 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=ISO-8859-2] 12-12-2023 12:45:28:Found expected string 12-12-2023 12:45:28:Sucessfully retrieved MediaType text/plain 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=CP1250] 12-12-2023 12:45:28:Found expected string 12-12-2023 12:45:28:Sucessfully retrieved MediaType text/plain 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=UTF-16] 12-12-2023 12:45:28:Found expected string 12-12-2023 12:45:28:Sucessfully retrieved MediaType text/plain 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=ISO-8859-2] 12-12-2023 12:45:28:Found expected string 12-12-2023 12:45:28:Sucessfully retrieved MediaType text/plain 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=CP1250] 12-12-2023 12:45:28:Found expected string 12-12-2023 12:45:28:Sucessfully retrieved MediaType text/xml 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=UTF-16] 12-12-2023 12:45:28:Found expected string 12-12-2023 12:45:28:Sucessfully retrieved MediaType text/xml 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=ISO-8859-2] 12-12-2023 12:45:28:Found expected string 12-12-2023 12:45:28:Sucessfully retrieved MediaType text/xml 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=CP1250] 12-12-2023 12:45:28:Found expected string 12-12-2023 12:45:28:Sucessfully retrieved MediaType text/xml 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=UTF-16] 12-12-2023 12:45:28:Found expected string 12-12-2023 12:45:28:Sucessfully retrieved MediaType text/xml 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=ISO-8859-2] 12-12-2023 12:45:28:Found expected string 12-12-2023 12:45:28:Sucessfully retrieved MediaType text/xml 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=CP1250] 12-12-2023 12:45:28:Found expected string 12-12-2023 12:45:28:Sucessfully retrieved MediaType text/html 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=UTF-16] 12-12-2023 12:45:28:Found expected string 12-12-2023 12:45:28:Sucessfully retrieved MediaType text/html 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=ISO-8859-2] 12-12-2023 12:45:28:Found expected string 12-12-2023 12:45:28:Sucessfully retrieved MediaType text/html 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=CP1250] 12-12-2023 12:45:28:Found expected string 12-12-2023 12:45:28:Sucessfully retrieved MediaType text/html 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=UTF-16] 12-12-2023 12:45:28:Found expected string 12-12-2023 12:45:28:Sucessfully retrieved MediaType text/html 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=ISO-8859-2] 12-12-2023 12:45:28:Found expected string 12-12-2023 12:45:28:Sucessfully retrieved MediaType text/html 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=CP1250] 12-12-2023 12:45:28:Found expected string 12-12-2023 12:45:28:Sucessfully retrieved MediaType text/event-stream 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=UTF-16] 12-12-2023 12:45:28:Found expected string 12-12-2023 12:45:28:Sucessfully retrieved MediaType text/event-stream 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=ISO-8859-2] 12-12-2023 12:45:28:Found expected string 12-12-2023 12:45:28:Sucessfully retrieved MediaType text/event-stream 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=CP1250] 12-12-2023 12:45:28:Found expected string 12-12-2023 12:45:28:Sucessfully retrieved MediaType text/event-stream 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=UTF-16] 12-12-2023 12:45:28:Found expected string 12-12-2023 12:45:28:Sucessfully retrieved MediaType text/event-stream 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=ISO-8859-2] 12-12-2023 12:45:28:Found expected string 12-12-2023 12:45:28:Sucessfully retrieved MediaType text/event-stream 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=CP1250] 12-12-2023 12:45:28:Found expected string 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/json-patch+json 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=UTF-16] 12-12-2023 12:45:28:Found expected string 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/json-patch+json 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=ISO-8859-2] 12-12-2023 12:45:28:Found expected string 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/json-patch+json 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=CP1250] 12-12-2023 12:45:28:Found expected string 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/json-patch+json 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=UTF-16] 12-12-2023 12:45:28:Found expected string 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/json-patch+json 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=ISO-8859-2] 12-12-2023 12:45:28:Found expected string 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/json-patch+json 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=CP1250] 12-12-2023 12:45:28:Found expected inputstream 12-12-2023 12:45:28:Sucessfully retrieved MediaType */* 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=UTF-16] 12-12-2023 12:45:28:Found expected inputstream 12-12-2023 12:45:28:Sucessfully retrieved MediaType */* 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=ISO-8859-2] 12-12-2023 12:45:28:Found expected inputstream 12-12-2023 12:45:28:Sucessfully retrieved MediaType */* 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=CP1250] 12-12-2023 12:45:28:Found expected inputstream 12-12-2023 12:45:28:Sucessfully retrieved MediaType */* 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=UTF-16] 12-12-2023 12:45:28:Found expected inputstream 12-12-2023 12:45:28:Sucessfully retrieved MediaType */* 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=ISO-8859-2] 12-12-2023 12:45:28:Found expected inputstream 12-12-2023 12:45:28:Sucessfully retrieved MediaType */* 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=CP1250] 12-12-2023 12:45:28:Found expected inputstream 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/xml 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=UTF-16] 12-12-2023 12:45:28:Found expected inputstream 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/xml 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=ISO-8859-2] 12-12-2023 12:45:28:Found expected inputstream 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/xml 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=CP1250] 12-12-2023 12:45:28:Found expected inputstream 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/xml 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=UTF-16] 12-12-2023 12:45:28:Found expected inputstream 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/xml 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=ISO-8859-2] 12-12-2023 12:45:28:Found expected inputstream 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/xml 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=CP1250] 12-12-2023 12:45:28:Found expected inputstream 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/atom+xml 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=UTF-16] 12-12-2023 12:45:28:Found expected inputstream 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/atom+xml 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=ISO-8859-2] 12-12-2023 12:45:28:Found expected inputstream 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/atom+xml 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=CP1250] 12-12-2023 12:45:28:Found expected inputstream 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/atom+xml 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=UTF-16] 12-12-2023 12:45:28:Found expected inputstream 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/atom+xml 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=ISO-8859-2] 12-12-2023 12:45:28:Found expected inputstream 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/atom+xml 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=CP1250] 12-12-2023 12:45:28:Found expected inputstream 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/xhtml+xml 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=UTF-16] 12-12-2023 12:45:28:Found expected inputstream 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/xhtml+xml 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=ISO-8859-2] 12-12-2023 12:45:28:Found expected inputstream 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/xhtml+xml 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=CP1250] 12-12-2023 12:45:28:Found expected inputstream 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/xhtml+xml 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=UTF-16] 12-12-2023 12:45:28:Found expected inputstream 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/xhtml+xml 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=ISO-8859-2] 12-12-2023 12:45:28:Found expected inputstream 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/xhtml+xml 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=CP1250] 12-12-2023 12:45:28:Found expected inputstream 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/svg+xml 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=UTF-16] 12-12-2023 12:45:28:Found expected inputstream 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/svg+xml 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=ISO-8859-2] 12-12-2023 12:45:28:Found expected inputstream 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/svg+xml 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=CP1250] 12-12-2023 12:45:28:Found expected inputstream 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/svg+xml 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=UTF-16] 12-12-2023 12:45:28:Found expected inputstream 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/svg+xml 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=ISO-8859-2] 12-12-2023 12:45:28:Found expected inputstream 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/svg+xml 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=CP1250] 12-12-2023 12:45:28:Found expected inputstream 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/json 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=UTF-16] 12-12-2023 12:45:28:Found expected inputstream 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/json 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=ISO-8859-2] 12-12-2023 12:45:28:Found expected inputstream 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/json 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=CP1250] 12-12-2023 12:45:28:Found expected inputstream 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/json 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=UTF-16] 12-12-2023 12:45:28:Found expected inputstream 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/json 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=ISO-8859-2] 12-12-2023 12:45:28:Found expected inputstream 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/json 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=CP1250] 12-12-2023 12:45:28:Found expected inputstream 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/x-www-form-urlencoded 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=UTF-16] 12-12-2023 12:45:28:Found expected inputstream 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/x-www-form-urlencoded 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=ISO-8859-2] 12-12-2023 12:45:28:Found expected inputstream 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/x-www-form-urlencoded 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=CP1250] 12-12-2023 12:45:28:Found expected inputstream 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/x-www-form-urlencoded 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=UTF-16] 12-12-2023 12:45:28:Found expected inputstream 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/x-www-form-urlencoded 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=ISO-8859-2] 12-12-2023 12:45:28:Found expected inputstream 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/x-www-form-urlencoded 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=CP1250] 12-12-2023 12:45:28:Found expected inputstream 12-12-2023 12:45:28:Sucessfully retrieved MediaType multipart/form-data 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=UTF-16] 12-12-2023 12:45:28:Found expected inputstream 12-12-2023 12:45:28:Sucessfully retrieved MediaType multipart/form-data 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=ISO-8859-2] 12-12-2023 12:45:28:Found expected inputstream 12-12-2023 12:45:28:Sucessfully retrieved MediaType multipart/form-data 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=CP1250] 12-12-2023 12:45:28:Found expected inputstream 12-12-2023 12:45:28:Sucessfully retrieved MediaType multipart/form-data 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=UTF-16] 12-12-2023 12:45:28:Found expected inputstream 12-12-2023 12:45:28:Sucessfully retrieved MediaType multipart/form-data 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=ISO-8859-2] 12-12-2023 12:45:28:Found expected inputstream 12-12-2023 12:45:28:Sucessfully retrieved MediaType multipart/form-data 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=CP1250] 12-12-2023 12:45:28:Found expected inputstream 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/octet-stream 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=UTF-16] 12-12-2023 12:45:28:Found expected inputstream 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/octet-stream 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=ISO-8859-2] 12-12-2023 12:45:28:Found expected inputstream 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/octet-stream 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=CP1250] 12-12-2023 12:45:28:Found expected inputstream 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/octet-stream 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=UTF-16] 12-12-2023 12:45:28:Found expected inputstream 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/octet-stream 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=ISO-8859-2] 12-12-2023 12:45:28:Found expected inputstream 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/octet-stream 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=CP1250] 12-12-2023 12:45:28:Found expected inputstream 12-12-2023 12:45:28:Sucessfully retrieved MediaType text/plain 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=UTF-16] 12-12-2023 12:45:28:Found expected inputstream 12-12-2023 12:45:28:Sucessfully retrieved MediaType text/plain 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=ISO-8859-2] 12-12-2023 12:45:28:Found expected inputstream 12-12-2023 12:45:28:Sucessfully retrieved MediaType text/plain 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=CP1250] 12-12-2023 12:45:28:Found expected inputstream 12-12-2023 12:45:28:Sucessfully retrieved MediaType text/plain 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=UTF-16] 12-12-2023 12:45:28:Found expected inputstream 12-12-2023 12:45:28:Sucessfully retrieved MediaType text/plain 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=ISO-8859-2] 12-12-2023 12:45:28:Found expected inputstream 12-12-2023 12:45:28:Sucessfully retrieved MediaType text/plain 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=CP1250] 12-12-2023 12:45:28:Found expected inputstream 12-12-2023 12:45:28:Sucessfully retrieved MediaType text/xml 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=UTF-16] 12-12-2023 12:45:28:Found expected inputstream 12-12-2023 12:45:28:Sucessfully retrieved MediaType text/xml 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=ISO-8859-2] 12-12-2023 12:45:28:Found expected inputstream 12-12-2023 12:45:28:Sucessfully retrieved MediaType text/xml 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=CP1250] 12-12-2023 12:45:28:Found expected inputstream 12-12-2023 12:45:28:Sucessfully retrieved MediaType text/xml 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=UTF-16] 12-12-2023 12:45:28:Found expected inputstream 12-12-2023 12:45:28:Sucessfully retrieved MediaType text/xml 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=ISO-8859-2] 12-12-2023 12:45:28:Found expected inputstream 12-12-2023 12:45:28:Sucessfully retrieved MediaType text/xml 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=CP1250] 12-12-2023 12:45:28:Found expected inputstream 12-12-2023 12:45:28:Sucessfully retrieved MediaType text/html 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=UTF-16] 12-12-2023 12:45:28:Found expected inputstream 12-12-2023 12:45:28:Sucessfully retrieved MediaType text/html 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=ISO-8859-2] 12-12-2023 12:45:28:Found expected inputstream 12-12-2023 12:45:28:Sucessfully retrieved MediaType text/html 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=CP1250] 12-12-2023 12:45:28:Found expected inputstream 12-12-2023 12:45:28:Sucessfully retrieved MediaType text/html 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=UTF-16] 12-12-2023 12:45:28:Found expected inputstream 12-12-2023 12:45:28:Sucessfully retrieved MediaType text/html 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=ISO-8859-2] 12-12-2023 12:45:28:Found expected inputstream 12-12-2023 12:45:28:Sucessfully retrieved MediaType text/html 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=CP1250] 12-12-2023 12:45:28:Found expected inputstream 12-12-2023 12:45:28:Sucessfully retrieved MediaType text/event-stream 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=UTF-16] 12-12-2023 12:45:28:Found expected inputstream 12-12-2023 12:45:28:Sucessfully retrieved MediaType text/event-stream 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=ISO-8859-2] 12-12-2023 12:45:28:Found expected inputstream 12-12-2023 12:45:28:Sucessfully retrieved MediaType text/event-stream 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=CP1250] 12-12-2023 12:45:28:Found expected inputstream 12-12-2023 12:45:28:Sucessfully retrieved MediaType text/event-stream 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=UTF-16] 12-12-2023 12:45:28:Found expected inputstream 12-12-2023 12:45:28:Sucessfully retrieved MediaType text/event-stream 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=ISO-8859-2] 12-12-2023 12:45:28:Found expected inputstream 12-12-2023 12:45:28:Sucessfully retrieved MediaType text/event-stream 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=CP1250] 12-12-2023 12:45:28:Found expected inputstream 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/json-patch+json 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=UTF-16] 12-12-2023 12:45:28:Found expected inputstream 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/json-patch+json 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=ISO-8859-2] 12-12-2023 12:45:28:Found expected inputstream 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/json-patch+json 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=CP1250] 12-12-2023 12:45:28:Found expected inputstream 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/json-patch+json 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=UTF-16] 12-12-2023 12:45:28:Found expected inputstream 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/json-patch+json 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=ISO-8859-2] 12-12-2023 12:45:28:Found expected inputstream 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/json-patch+json 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=CP1250] 12-12-2023 12:45:28:Found expected serializable 12-12-2023 12:45:28:Sucessfully retrieved MediaType */* 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=UTF-16] 12-12-2023 12:45:28:Found expected serializable 12-12-2023 12:45:28:Sucessfully retrieved MediaType */* 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=ISO-8859-2] 12-12-2023 12:45:28:Found expected serializable 12-12-2023 12:45:28:Sucessfully retrieved MediaType */* 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=CP1250] 12-12-2023 12:45:28:Found expected serializable 12-12-2023 12:45:28:Sucessfully retrieved MediaType */* 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=UTF-16] 12-12-2023 12:45:28:Found expected serializable 12-12-2023 12:45:28:Sucessfully retrieved MediaType */* 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=ISO-8859-2] 12-12-2023 12:45:28:Found expected serializable 12-12-2023 12:45:28:Sucessfully retrieved MediaType */* 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=CP1250] 12-12-2023 12:45:28:Found expected serializable 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/xml 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=UTF-16] 12-12-2023 12:45:28:Found expected serializable 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/xml 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=ISO-8859-2] 12-12-2023 12:45:28:Found expected serializable 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/xml 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=CP1250] 12-12-2023 12:45:28:Found expected serializable 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/xml 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=UTF-16] 12-12-2023 12:45:28:Found expected serializable 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/xml 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=ISO-8859-2] 12-12-2023 12:45:28:Found expected serializable 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/xml 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=CP1250] 12-12-2023 12:45:28:Found expected serializable 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/atom+xml 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=UTF-16] 12-12-2023 12:45:28:Found expected serializable 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/atom+xml 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=ISO-8859-2] 12-12-2023 12:45:28:Found expected serializable 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/atom+xml 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=CP1250] 12-12-2023 12:45:28:Found expected serializable 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/atom+xml 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=UTF-16] 12-12-2023 12:45:28:Found expected serializable 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/atom+xml 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=ISO-8859-2] 12-12-2023 12:45:28:Found expected serializable 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/atom+xml 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=CP1250] 12-12-2023 12:45:28:Found expected serializable 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/xhtml+xml 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=UTF-16] 12-12-2023 12:45:28:Found expected serializable 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/xhtml+xml 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=ISO-8859-2] 12-12-2023 12:45:28:Found expected serializable 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/xhtml+xml 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=CP1250] 12-12-2023 12:45:28:Found expected serializable 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/xhtml+xml 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=UTF-16] 12-12-2023 12:45:28:Found expected serializable 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/xhtml+xml 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=ISO-8859-2] 12-12-2023 12:45:28:Found expected serializable 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/xhtml+xml 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=CP1250] 12-12-2023 12:45:28:Found expected serializable 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/svg+xml 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=UTF-16] 12-12-2023 12:45:28:Found expected serializable 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/svg+xml 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=ISO-8859-2] 12-12-2023 12:45:28:Found expected serializable 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/svg+xml 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=CP1250] 12-12-2023 12:45:28:Found expected serializable 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/svg+xml 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=UTF-16] 12-12-2023 12:45:28:Found expected serializable 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/svg+xml 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=ISO-8859-2] 12-12-2023 12:45:28:Found expected serializable 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/svg+xml 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=CP1250] 12-12-2023 12:45:28:Found expected serializable 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/json 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=UTF-16] 12-12-2023 12:45:28:Found expected serializable 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/json 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=ISO-8859-2] 12-12-2023 12:45:28:Found expected serializable 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/json 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=CP1250] 12-12-2023 12:45:28:Found expected serializable 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/json 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=UTF-16] 12-12-2023 12:45:28:Found expected serializable 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/json 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=ISO-8859-2] 12-12-2023 12:45:28:Found expected serializable 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/json 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=CP1250] 12-12-2023 12:45:28:Found expected serializable 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/x-www-form-urlencoded 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=UTF-16] 12-12-2023 12:45:28:Found expected serializable 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/x-www-form-urlencoded 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=ISO-8859-2] 12-12-2023 12:45:28:Found expected serializable 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/x-www-form-urlencoded 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=CP1250] 12-12-2023 12:45:28:Found expected serializable 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/x-www-form-urlencoded 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=UTF-16] 12-12-2023 12:45:28:Found expected serializable 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/x-www-form-urlencoded 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=ISO-8859-2] 12-12-2023 12:45:28:Found expected serializable 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/x-www-form-urlencoded 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=CP1250] 12-12-2023 12:45:28:Found expected serializable 12-12-2023 12:45:28:Sucessfully retrieved MediaType multipart/form-data 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=UTF-16] 12-12-2023 12:45:28:Found expected serializable 12-12-2023 12:45:28:Sucessfully retrieved MediaType multipart/form-data 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=ISO-8859-2] 12-12-2023 12:45:28:Found expected serializable 12-12-2023 12:45:28:Sucessfully retrieved MediaType multipart/form-data 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=CP1250] 12-12-2023 12:45:28:Found expected serializable 12-12-2023 12:45:28:Sucessfully retrieved MediaType multipart/form-data 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=UTF-16] 12-12-2023 12:45:28:Found expected serializable 12-12-2023 12:45:28:Sucessfully retrieved MediaType multipart/form-data 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=ISO-8859-2] 12-12-2023 12:45:28:Found expected serializable 12-12-2023 12:45:28:Sucessfully retrieved MediaType multipart/form-data 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=CP1250] 12-12-2023 12:45:28:Found expected serializable 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/octet-stream 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=UTF-16] 12-12-2023 12:45:28:Found expected serializable 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/octet-stream 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=ISO-8859-2] 12-12-2023 12:45:28:Found expected serializable 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/octet-stream 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=CP1250] 12-12-2023 12:45:28:Found expected serializable 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/octet-stream 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=UTF-16] 12-12-2023 12:45:28:Found expected serializable 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/octet-stream 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=ISO-8859-2] 12-12-2023 12:45:28:Found expected serializable 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/octet-stream 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=CP1250] 12-12-2023 12:45:28:Found expected serializable 12-12-2023 12:45:28:Sucessfully retrieved MediaType text/plain 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=UTF-16] 12-12-2023 12:45:28:Found expected serializable 12-12-2023 12:45:28:Sucessfully retrieved MediaType text/plain 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=ISO-8859-2] 12-12-2023 12:45:28:Found expected serializable 12-12-2023 12:45:28:Sucessfully retrieved MediaType text/plain 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=CP1250] 12-12-2023 12:45:28:Found expected serializable 12-12-2023 12:45:28:Sucessfully retrieved MediaType text/plain 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=UTF-16] 12-12-2023 12:45:28:Found expected serializable 12-12-2023 12:45:28:Sucessfully retrieved MediaType text/plain 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=ISO-8859-2] 12-12-2023 12:45:28:Found expected serializable 12-12-2023 12:45:28:Sucessfully retrieved MediaType text/plain 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=CP1250] 12-12-2023 12:45:28:Found expected serializable 12-12-2023 12:45:28:Sucessfully retrieved MediaType text/xml 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=UTF-16] 12-12-2023 12:45:28:Found expected serializable 12-12-2023 12:45:28:Sucessfully retrieved MediaType text/xml 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=ISO-8859-2] 12-12-2023 12:45:28:Found expected serializable 12-12-2023 12:45:28:Sucessfully retrieved MediaType text/xml 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=CP1250] 12-12-2023 12:45:28:Found expected serializable 12-12-2023 12:45:28:Sucessfully retrieved MediaType text/xml 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=UTF-16] 12-12-2023 12:45:28:Found expected serializable 12-12-2023 12:45:28:Sucessfully retrieved MediaType text/xml 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=ISO-8859-2] 12-12-2023 12:45:28:Found expected serializable 12-12-2023 12:45:28:Sucessfully retrieved MediaType text/xml 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=CP1250] 12-12-2023 12:45:28:Found expected serializable 12-12-2023 12:45:28:Sucessfully retrieved MediaType text/html 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=UTF-16] 12-12-2023 12:45:28:Found expected serializable 12-12-2023 12:45:28:Sucessfully retrieved MediaType text/html 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=ISO-8859-2] 12-12-2023 12:45:28:Found expected serializable 12-12-2023 12:45:28:Sucessfully retrieved MediaType text/html 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=CP1250] 12-12-2023 12:45:28:Found expected serializable 12-12-2023 12:45:28:Sucessfully retrieved MediaType text/html 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=UTF-16] 12-12-2023 12:45:28:Found expected serializable 12-12-2023 12:45:28:Sucessfully retrieved MediaType text/html 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=ISO-8859-2] 12-12-2023 12:45:28:Found expected serializable 12-12-2023 12:45:28:Sucessfully retrieved MediaType text/html 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=CP1250] 12-12-2023 12:45:28:Found expected serializable 12-12-2023 12:45:28:Sucessfully retrieved MediaType text/event-stream 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=UTF-16] 12-12-2023 12:45:28:Found expected serializable 12-12-2023 12:45:28:Sucessfully retrieved MediaType text/event-stream 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=ISO-8859-2] 12-12-2023 12:45:28:Found expected serializable 12-12-2023 12:45:28:Sucessfully retrieved MediaType text/event-stream 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=CP1250] 12-12-2023 12:45:28:Found expected serializable 12-12-2023 12:45:28:Sucessfully retrieved MediaType text/event-stream 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=UTF-16] 12-12-2023 12:45:28:Found expected serializable 12-12-2023 12:45:28:Sucessfully retrieved MediaType text/event-stream 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=ISO-8859-2] 12-12-2023 12:45:28:Found expected serializable 12-12-2023 12:45:28:Sucessfully retrieved MediaType text/event-stream 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=CP1250] 12-12-2023 12:45:28:Found expected serializable 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/json-patch+json 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=UTF-16] 12-12-2023 12:45:28:Found expected serializable 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/json-patch+json 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=ISO-8859-2] 12-12-2023 12:45:28:Found expected serializable 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/json-patch+json 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=CP1250] 12-12-2023 12:45:28:Found expected serializable 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/json-patch+json 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=UTF-16] 12-12-2023 12:45:28:Found expected serializable 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/json-patch+json 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=ISO-8859-2] 12-12-2023 12:45:28:Found expected serializable 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/json-patch+json 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=CP1250] 12-12-2023 12:45:28:Found expected stringbuilder 12-12-2023 12:45:28:Sucessfully retrieved MediaType */* 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=UTF-16] 12-12-2023 12:45:28:Found expected stringbuilder 12-12-2023 12:45:28:Sucessfully retrieved MediaType */* 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=ISO-8859-2] 12-12-2023 12:45:28:Found expected stringbuilder 12-12-2023 12:45:28:Sucessfully retrieved MediaType */* 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=CP1250] 12-12-2023 12:45:28:Found expected stringbuilder 12-12-2023 12:45:28:Sucessfully retrieved MediaType */* 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=UTF-16] 12-12-2023 12:45:28:Found expected stringbuilder 12-12-2023 12:45:28:Sucessfully retrieved MediaType */* 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=ISO-8859-2] 12-12-2023 12:45:28:Found expected stringbuilder 12-12-2023 12:45:28:Sucessfully retrieved MediaType */* 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=CP1250] 12-12-2023 12:45:28:Found expected stringbuilder 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/xml 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=UTF-16] 12-12-2023 12:45:28:Found expected stringbuilder 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/xml 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=ISO-8859-2] 12-12-2023 12:45:28:Found expected stringbuilder 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/xml 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=CP1250] 12-12-2023 12:45:28:Found expected stringbuilder 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/xml 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=UTF-16] 12-12-2023 12:45:28:Found expected stringbuilder 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/xml 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=ISO-8859-2] 12-12-2023 12:45:28:Found expected stringbuilder 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/xml 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=CP1250] 12-12-2023 12:45:28:Found expected stringbuilder 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/atom+xml 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=UTF-16] 12-12-2023 12:45:28:Found expected stringbuilder 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/atom+xml 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=ISO-8859-2] 12-12-2023 12:45:28:Found expected stringbuilder 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/atom+xml 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=CP1250] 12-12-2023 12:45:28:Found expected stringbuilder 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/atom+xml 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=UTF-16] 12-12-2023 12:45:28:Found expected stringbuilder 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/atom+xml 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=ISO-8859-2] 12-12-2023 12:45:28:Found expected stringbuilder 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/atom+xml 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=CP1250] 12-12-2023 12:45:28:Found expected stringbuilder 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/xhtml+xml 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=UTF-16] 12-12-2023 12:45:28:Found expected stringbuilder 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/xhtml+xml 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=ISO-8859-2] 12-12-2023 12:45:28:Found expected stringbuilder 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/xhtml+xml 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=CP1250] 12-12-2023 12:45:28:Found expected stringbuilder 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/xhtml+xml 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=UTF-16] 12-12-2023 12:45:28:Found expected stringbuilder 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/xhtml+xml 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=ISO-8859-2] 12-12-2023 12:45:28:Found expected stringbuilder 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/xhtml+xml 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=CP1250] 12-12-2023 12:45:28:Found expected stringbuilder 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/svg+xml 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=UTF-16] 12-12-2023 12:45:28:Found expected stringbuilder 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/svg+xml 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=ISO-8859-2] 12-12-2023 12:45:28:Found expected stringbuilder 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/svg+xml 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=CP1250] 12-12-2023 12:45:28:Found expected stringbuilder 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/svg+xml 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=UTF-16] 12-12-2023 12:45:28:Found expected stringbuilder 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/svg+xml 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=ISO-8859-2] 12-12-2023 12:45:28:Found expected stringbuilder 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/svg+xml 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=CP1250] 12-12-2023 12:45:28:Found expected stringbuilder 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/json 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=UTF-16] 12-12-2023 12:45:28:Found expected stringbuilder 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/json 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=ISO-8859-2] 12-12-2023 12:45:28:Found expected stringbuilder 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/json 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=CP1250] 12-12-2023 12:45:28:Found expected stringbuilder 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/json 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=UTF-16] 12-12-2023 12:45:28:Found expected stringbuilder 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/json 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=ISO-8859-2] 12-12-2023 12:45:28:Found expected stringbuilder 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/json 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=CP1250] 12-12-2023 12:45:28:Found expected stringbuilder 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/x-www-form-urlencoded 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=UTF-16] 12-12-2023 12:45:28:Found expected stringbuilder 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/x-www-form-urlencoded 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=ISO-8859-2] 12-12-2023 12:45:28:Found expected stringbuilder 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/x-www-form-urlencoded 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=CP1250] 12-12-2023 12:45:28:Found expected stringbuilder 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/x-www-form-urlencoded 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=UTF-16] 12-12-2023 12:45:28:Found expected stringbuilder 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/x-www-form-urlencoded 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=ISO-8859-2] 12-12-2023 12:45:28:Found expected stringbuilder 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/x-www-form-urlencoded 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=CP1250] 12-12-2023 12:45:28:Found expected stringbuilder 12-12-2023 12:45:28:Sucessfully retrieved MediaType multipart/form-data 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=UTF-16] 12-12-2023 12:45:28:Found expected stringbuilder 12-12-2023 12:45:28:Sucessfully retrieved MediaType multipart/form-data 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=ISO-8859-2] 12-12-2023 12:45:28:Found expected stringbuilder 12-12-2023 12:45:28:Sucessfully retrieved MediaType multipart/form-data 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=CP1250] 12-12-2023 12:45:28:Found expected stringbuilder 12-12-2023 12:45:28:Sucessfully retrieved MediaType multipart/form-data 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=UTF-16] 12-12-2023 12:45:28:Found expected stringbuilder 12-12-2023 12:45:28:Sucessfully retrieved MediaType multipart/form-data 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=ISO-8859-2] 12-12-2023 12:45:28:Found expected stringbuilder 12-12-2023 12:45:28:Sucessfully retrieved MediaType multipart/form-data 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=CP1250] 12-12-2023 12:45:28:Found expected stringbuilder 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/octet-stream 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=UTF-16] 12-12-2023 12:45:28:Found expected stringbuilder 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/octet-stream 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=ISO-8859-2] 12-12-2023 12:45:28:Found expected stringbuilder 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/octet-stream 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=CP1250] 12-12-2023 12:45:28:Found expected stringbuilder 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/octet-stream 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=UTF-16] 12-12-2023 12:45:28:Found expected stringbuilder 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/octet-stream 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=ISO-8859-2] 12-12-2023 12:45:28:Found expected stringbuilder 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/octet-stream 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=CP1250] 12-12-2023 12:45:28:Found expected stringbuilder 12-12-2023 12:45:28:Sucessfully retrieved MediaType text/plain 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=UTF-16] 12-12-2023 12:45:28:Found expected stringbuilder 12-12-2023 12:45:28:Sucessfully retrieved MediaType text/plain 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=ISO-8859-2] 12-12-2023 12:45:28:Found expected stringbuilder 12-12-2023 12:45:28:Sucessfully retrieved MediaType text/plain 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=CP1250] 12-12-2023 12:45:28:Found expected stringbuilder 12-12-2023 12:45:28:Sucessfully retrieved MediaType text/plain 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=UTF-16] 12-12-2023 12:45:28:Found expected stringbuilder 12-12-2023 12:45:28:Sucessfully retrieved MediaType text/plain 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=ISO-8859-2] 12-12-2023 12:45:28:Found expected stringbuilder 12-12-2023 12:45:28:Sucessfully retrieved MediaType text/plain 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=CP1250] 12-12-2023 12:45:28:Found expected stringbuilder 12-12-2023 12:45:28:Sucessfully retrieved MediaType text/xml 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=UTF-16] 12-12-2023 12:45:28:Found expected stringbuilder 12-12-2023 12:45:28:Sucessfully retrieved MediaType text/xml 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=ISO-8859-2] 12-12-2023 12:45:28:Found expected stringbuilder 12-12-2023 12:45:28:Sucessfully retrieved MediaType text/xml 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=CP1250] 12-12-2023 12:45:28:Found expected stringbuilder 12-12-2023 12:45:28:Sucessfully retrieved MediaType text/xml 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=UTF-16] 12-12-2023 12:45:28:Found expected stringbuilder 12-12-2023 12:45:28:Sucessfully retrieved MediaType text/xml 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=ISO-8859-2] 12-12-2023 12:45:28:Found expected stringbuilder 12-12-2023 12:45:28:Sucessfully retrieved MediaType text/xml 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=CP1250] 12-12-2023 12:45:28:Found expected stringbuilder 12-12-2023 12:45:28:Sucessfully retrieved MediaType text/html 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=UTF-16] 12-12-2023 12:45:28:Found expected stringbuilder 12-12-2023 12:45:28:Sucessfully retrieved MediaType text/html 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=ISO-8859-2] 12-12-2023 12:45:28:Found expected stringbuilder 12-12-2023 12:45:28:Sucessfully retrieved MediaType text/html 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=CP1250] 12-12-2023 12:45:28:Found expected stringbuilder 12-12-2023 12:45:28:Sucessfully retrieved MediaType text/html 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=UTF-16] 12-12-2023 12:45:28:Found expected stringbuilder 12-12-2023 12:45:28:Sucessfully retrieved MediaType text/html 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=ISO-8859-2] 12-12-2023 12:45:28:Found expected stringbuilder 12-12-2023 12:45:28:Sucessfully retrieved MediaType text/html 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=CP1250] 12-12-2023 12:45:28:Found expected stringbuilder 12-12-2023 12:45:28:Sucessfully retrieved MediaType text/event-stream 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=UTF-16] 12-12-2023 12:45:28:Found expected stringbuilder 12-12-2023 12:45:28:Sucessfully retrieved MediaType text/event-stream 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=ISO-8859-2] 12-12-2023 12:45:28:Found expected stringbuilder 12-12-2023 12:45:28:Sucessfully retrieved MediaType text/event-stream 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=CP1250] 12-12-2023 12:45:28:Found expected stringbuilder 12-12-2023 12:45:28:Sucessfully retrieved MediaType text/event-stream 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=UTF-16] 12-12-2023 12:45:28:Found expected stringbuilder 12-12-2023 12:45:28:Sucessfully retrieved MediaType text/event-stream 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=ISO-8859-2] 12-12-2023 12:45:28:Found expected stringbuilder 12-12-2023 12:45:28:Sucessfully retrieved MediaType text/event-stream 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=CP1250] 12-12-2023 12:45:28:Found expected stringbuilder 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/json-patch+json 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=UTF-16] 12-12-2023 12:45:28:Found expected stringbuilder 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/json-patch+json 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=ISO-8859-2] 12-12-2023 12:45:28:Found expected stringbuilder 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/json-patch+json 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=CP1250] 12-12-2023 12:45:28:Found expected stringbuilder 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/json-patch+json 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=UTF-16] 12-12-2023 12:45:28:Found expected stringbuilder 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/json-patch+json 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=ISO-8859-2] 12-12-2023 12:45:28:Found expected stringbuilder 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/json-patch+json 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=CP1250] 12-12-2023 12:45:28:Found expected stringbuffer 12-12-2023 12:45:28:Sucessfully retrieved MediaType */* 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=UTF-16] 12-12-2023 12:45:28:Found expected stringbuffer 12-12-2023 12:45:28:Sucessfully retrieved MediaType */* 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=ISO-8859-2] 12-12-2023 12:45:28:Found expected stringbuffer 12-12-2023 12:45:28:Sucessfully retrieved MediaType */* 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=CP1250] 12-12-2023 12:45:28:Found expected stringbuffer 12-12-2023 12:45:28:Sucessfully retrieved MediaType */* 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=UTF-16] 12-12-2023 12:45:28:Found expected stringbuffer 12-12-2023 12:45:28:Sucessfully retrieved MediaType */* 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=ISO-8859-2] 12-12-2023 12:45:28:Found expected stringbuffer 12-12-2023 12:45:28:Sucessfully retrieved MediaType */* 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=CP1250] 12-12-2023 12:45:28:Found expected stringbuffer 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/xml 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=UTF-16] 12-12-2023 12:45:28:Found expected stringbuffer 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/xml 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=ISO-8859-2] 12-12-2023 12:45:28:Found expected stringbuffer 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/xml 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=CP1250] 12-12-2023 12:45:28:Found expected stringbuffer 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/xml 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=UTF-16] 12-12-2023 12:45:28:Found expected stringbuffer 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/xml 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=ISO-8859-2] 12-12-2023 12:45:28:Found expected stringbuffer 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/xml 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=CP1250] 12-12-2023 12:45:28:Found expected stringbuffer 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/atom+xml 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=UTF-16] 12-12-2023 12:45:28:Found expected stringbuffer 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/atom+xml 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=ISO-8859-2] 12-12-2023 12:45:28:Found expected stringbuffer 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/atom+xml 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=CP1250] 12-12-2023 12:45:28:Found expected stringbuffer 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/atom+xml 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=UTF-16] 12-12-2023 12:45:28:Found expected stringbuffer 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/atom+xml 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=ISO-8859-2] 12-12-2023 12:45:28:Found expected stringbuffer 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/atom+xml 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=CP1250] 12-12-2023 12:45:28:Found expected stringbuffer 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/xhtml+xml 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=UTF-16] 12-12-2023 12:45:28:Found expected stringbuffer 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/xhtml+xml 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=ISO-8859-2] 12-12-2023 12:45:28:Found expected stringbuffer 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/xhtml+xml 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=CP1250] 12-12-2023 12:45:28:Found expected stringbuffer 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/xhtml+xml 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=UTF-16] 12-12-2023 12:45:28:Found expected stringbuffer 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/xhtml+xml 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=ISO-8859-2] 12-12-2023 12:45:28:Found expected stringbuffer 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/xhtml+xml 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=CP1250] 12-12-2023 12:45:28:Found expected stringbuffer 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/svg+xml 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=UTF-16] 12-12-2023 12:45:28:Found expected stringbuffer 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/svg+xml 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=ISO-8859-2] 12-12-2023 12:45:28:Found expected stringbuffer 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/svg+xml 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=CP1250] 12-12-2023 12:45:28:Found expected stringbuffer 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/svg+xml 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=UTF-16] 12-12-2023 12:45:28:Found expected stringbuffer 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/svg+xml 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=ISO-8859-2] 12-12-2023 12:45:28:Found expected stringbuffer 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/svg+xml 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=CP1250] 12-12-2023 12:45:28:Found expected stringbuffer 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/json 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=UTF-16] 12-12-2023 12:45:28:Found expected stringbuffer 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/json 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=ISO-8859-2] 12-12-2023 12:45:28:Found expected stringbuffer 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/json 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=CP1250] 12-12-2023 12:45:28:Found expected stringbuffer 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/json 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=UTF-16] 12-12-2023 12:45:28:Found expected stringbuffer 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/json 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=ISO-8859-2] 12-12-2023 12:45:28:Found expected stringbuffer 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/json 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=CP1250] 12-12-2023 12:45:28:Found expected stringbuffer 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/x-www-form-urlencoded 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=UTF-16] 12-12-2023 12:45:28:Found expected stringbuffer 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/x-www-form-urlencoded 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=ISO-8859-2] 12-12-2023 12:45:28:Found expected stringbuffer 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/x-www-form-urlencoded 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=CP1250] 12-12-2023 12:45:28:Found expected stringbuffer 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/x-www-form-urlencoded 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=UTF-16] 12-12-2023 12:45:28:Found expected stringbuffer 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/x-www-form-urlencoded 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=ISO-8859-2] 12-12-2023 12:45:28:Found expected stringbuffer 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/x-www-form-urlencoded 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=CP1250] 12-12-2023 12:45:28:Found expected stringbuffer 12-12-2023 12:45:28:Sucessfully retrieved MediaType multipart/form-data 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=UTF-16] 12-12-2023 12:45:28:Found expected stringbuffer 12-12-2023 12:45:28:Sucessfully retrieved MediaType multipart/form-data 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=ISO-8859-2] 12-12-2023 12:45:28:Found expected stringbuffer 12-12-2023 12:45:28:Sucessfully retrieved MediaType multipart/form-data 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=CP1250] 12-12-2023 12:45:28:Found expected stringbuffer 12-12-2023 12:45:28:Sucessfully retrieved MediaType multipart/form-data 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=UTF-16] 12-12-2023 12:45:28:Found expected stringbuffer 12-12-2023 12:45:28:Sucessfully retrieved MediaType multipart/form-data 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=ISO-8859-2] 12-12-2023 12:45:28:Found expected stringbuffer 12-12-2023 12:45:28:Sucessfully retrieved MediaType multipart/form-data 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=CP1250] 12-12-2023 12:45:28:Found expected stringbuffer 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/octet-stream 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=UTF-16] 12-12-2023 12:45:28:Found expected stringbuffer 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/octet-stream 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=ISO-8859-2] 12-12-2023 12:45:28:Found expected stringbuffer 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/octet-stream 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=CP1250] 12-12-2023 12:45:28:Found expected stringbuffer 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/octet-stream 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=UTF-16] 12-12-2023 12:45:28:Found expected stringbuffer 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/octet-stream 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=ISO-8859-2] 12-12-2023 12:45:28:Found expected stringbuffer 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/octet-stream 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=CP1250] 12-12-2023 12:45:28:Found expected stringbuffer 12-12-2023 12:45:28:Sucessfully retrieved MediaType text/plain 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=UTF-16] 12-12-2023 12:45:28:Found expected stringbuffer 12-12-2023 12:45:28:Sucessfully retrieved MediaType text/plain 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=ISO-8859-2] 12-12-2023 12:45:28:Found expected stringbuffer 12-12-2023 12:45:28:Sucessfully retrieved MediaType text/plain 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=CP1250] 12-12-2023 12:45:28:Found expected stringbuffer 12-12-2023 12:45:28:Sucessfully retrieved MediaType text/plain 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=UTF-16] 12-12-2023 12:45:28:Found expected stringbuffer 12-12-2023 12:45:28:Sucessfully retrieved MediaType text/plain 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=ISO-8859-2] 12-12-2023 12:45:28:Found expected stringbuffer 12-12-2023 12:45:28:Sucessfully retrieved MediaType text/plain 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=CP1250] 12-12-2023 12:45:28:Found expected stringbuffer 12-12-2023 12:45:28:Sucessfully retrieved MediaType text/xml 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=UTF-16] 12-12-2023 12:45:28:Found expected stringbuffer 12-12-2023 12:45:28:Sucessfully retrieved MediaType text/xml 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=ISO-8859-2] 12-12-2023 12:45:28:Found expected stringbuffer 12-12-2023 12:45:28:Sucessfully retrieved MediaType text/xml 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=CP1250] 12-12-2023 12:45:28:Found expected stringbuffer 12-12-2023 12:45:28:Sucessfully retrieved MediaType text/xml 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=UTF-16] 12-12-2023 12:45:28:Found expected stringbuffer 12-12-2023 12:45:28:Sucessfully retrieved MediaType text/xml 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=ISO-8859-2] 12-12-2023 12:45:28:Found expected stringbuffer 12-12-2023 12:45:28:Sucessfully retrieved MediaType text/xml 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=CP1250] 12-12-2023 12:45:28:Found expected stringbuffer 12-12-2023 12:45:28:Sucessfully retrieved MediaType text/html 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=UTF-16] 12-12-2023 12:45:28:Found expected stringbuffer 12-12-2023 12:45:28:Sucessfully retrieved MediaType text/html 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=ISO-8859-2] 12-12-2023 12:45:28:Found expected stringbuffer 12-12-2023 12:45:28:Sucessfully retrieved MediaType text/html 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=CP1250] 12-12-2023 12:45:28:Found expected stringbuffer 12-12-2023 12:45:28:Sucessfully retrieved MediaType text/html 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=UTF-16] 12-12-2023 12:45:28:Found expected stringbuffer 12-12-2023 12:45:28:Sucessfully retrieved MediaType text/html 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=ISO-8859-2] 12-12-2023 12:45:28:Found expected stringbuffer 12-12-2023 12:45:28:Sucessfully retrieved MediaType text/html 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=CP1250] 12-12-2023 12:45:28:Found expected stringbuffer 12-12-2023 12:45:28:Sucessfully retrieved MediaType text/event-stream 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=UTF-16] 12-12-2023 12:45:28:Found expected stringbuffer 12-12-2023 12:45:28:Sucessfully retrieved MediaType text/event-stream 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=ISO-8859-2] 12-12-2023 12:45:28:Found expected stringbuffer 12-12-2023 12:45:28:Sucessfully retrieved MediaType text/event-stream 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=CP1250] 12-12-2023 12:45:28:Found expected stringbuffer 12-12-2023 12:45:28:Sucessfully retrieved MediaType text/event-stream 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=UTF-16] 12-12-2023 12:45:28:Found expected stringbuffer 12-12-2023 12:45:28:Sucessfully retrieved MediaType text/event-stream 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=ISO-8859-2] 12-12-2023 12:45:28:Found expected stringbuffer 12-12-2023 12:45:28:Sucessfully retrieved MediaType text/event-stream 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=CP1250] 12-12-2023 12:45:28:Found expected stringbuffer 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/json-patch+json 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=UTF-16] 12-12-2023 12:45:28:Found expected stringbuffer 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/json-patch+json 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=ISO-8859-2] 12-12-2023 12:45:28:Found expected stringbuffer 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/json-patch+json 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=CP1250] 12-12-2023 12:45:28:Found expected stringbuffer 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/json-patch+json 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=UTF-16] 12-12-2023 12:45:28:Found expected stringbuffer 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/json-patch+json 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=ISO-8859-2] 12-12-2023 12:45:28:Found expected stringbuffer 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/json-patch+json 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=CP1250] 12-12-2023 12:45:28:FINISHED TEST : entityVariantTest() 12-12-2023 12:45:28:STARTING TEST : entityMediaTypeAnnotationsDifferentEntitiesTest() 12-12-2023 12:45:28:Found expected string 12-12-2023 12:45:28:Sucessfully retrieved MediaType */* 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:28:Found expected inputstream 12-12-2023 12:45:28:Sucessfully retrieved MediaType */* 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:28:Found expected serializable 12-12-2023 12:45:28:Sucessfully retrieved MediaType */* 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:28:Found expected stringbuilder 12-12-2023 12:45:28:Sucessfully retrieved MediaType */* 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:28:Found expected stringbuffer 12-12-2023 12:45:28:Sucessfully retrieved MediaType */* 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:28:FINISHED TEST : entityMediaTypeAnnotationsDifferentEntitiesTest() 12-12-2023 12:45:28:STARTING TEST : entityStringGetEntityTest() 12-12-2023 12:45:28:Found expected string 12-12-2023 12:45:28:Found expected inputstream 12-12-2023 12:45:28:Found expected serializable 12-12-2023 12:45:28:Found expected stringbuilder 12-12-2023 12:45:28:Found expected stringbuffer 12-12-2023 12:45:28:FINISHED TEST : entityStringGetEntityTest() 12-12-2023 12:45:28:STARTING TEST : htmlTest() 12-12-2023 12:45:28:Sucessfully retrieved MediaType text/html 12-12-2023 12:45:28:Found expected string 12-12-2023 12:45:28:Sucessfully retrieved MediaType text/html 12-12-2023 12:45:28:Found expected inputstream 12-12-2023 12:45:28:Sucessfully retrieved MediaType text/html 12-12-2023 12:45:28:Found expected serializable 12-12-2023 12:45:28:Sucessfully retrieved MediaType text/html 12-12-2023 12:45:28:Found expected stringbuilder 12-12-2023 12:45:28:Sucessfully retrieved MediaType text/html 12-12-2023 12:45:28:Found expected stringbuffer 12-12-2023 12:45:28:FINISHED TEST : htmlTest() 12-12-2023 12:45:28:STARTING TEST : entityVariantAnnotationsTest() 12-12-2023 12:45:28:string */* fr UTF-16 12-12-2023 12:45:28:Found expected string 12-12-2023 12:45:28:Sucessfully retrieved MediaType */* 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=UTF-16] 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:28:string */* fr ISO-8859-2 12-12-2023 12:45:28:Found expected string 12-12-2023 12:45:28:Sucessfully retrieved MediaType */* 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=ISO-8859-2] 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:28:string */* fr CP1250 12-12-2023 12:45:28:Found expected string 12-12-2023 12:45:28:Sucessfully retrieved MediaType */* 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=CP1250] 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:28:string */* de UTF-16 12-12-2023 12:45:28:Found expected string 12-12-2023 12:45:28:Sucessfully retrieved MediaType */* 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=UTF-16] 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:28:string */* de ISO-8859-2 12-12-2023 12:45:28:Found expected string 12-12-2023 12:45:28:Sucessfully retrieved MediaType */* 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=ISO-8859-2] 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:28:string */* de CP1250 12-12-2023 12:45:28:Found expected string 12-12-2023 12:45:28:Sucessfully retrieved MediaType */* 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=CP1250] 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:28:string application/xml fr UTF-16 12-12-2023 12:45:28:Found expected string 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/xml 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=UTF-16] 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:28:string application/xml fr ISO-8859-2 12-12-2023 12:45:28:Found expected string 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/xml 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=ISO-8859-2] 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:28:string application/xml fr CP1250 12-12-2023 12:45:28:Found expected string 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/xml 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=CP1250] 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:28:string application/xml de UTF-16 12-12-2023 12:45:28:Found expected string 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/xml 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=UTF-16] 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:28:string application/xml de ISO-8859-2 12-12-2023 12:45:28:Found expected string 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/xml 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=ISO-8859-2] 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:28:string application/xml de CP1250 12-12-2023 12:45:28:Found expected string 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/xml 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=CP1250] 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:28:string application/atom+xml fr UTF-16 12-12-2023 12:45:28:Found expected string 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/atom+xml 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=UTF-16] 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:28:string application/atom+xml fr ISO-8859-2 12-12-2023 12:45:28:Found expected string 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/atom+xml 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=ISO-8859-2] 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:28:string application/atom+xml fr CP1250 12-12-2023 12:45:28:Found expected string 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/atom+xml 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=CP1250] 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:28:string application/atom+xml de UTF-16 12-12-2023 12:45:28:Found expected string 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/atom+xml 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=UTF-16] 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:28:string application/atom+xml de ISO-8859-2 12-12-2023 12:45:28:Found expected string 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/atom+xml 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=ISO-8859-2] 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:28:string application/atom+xml de CP1250 12-12-2023 12:45:28:Found expected string 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/atom+xml 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=CP1250] 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:28:string application/xhtml+xml fr UTF-16 12-12-2023 12:45:28:Found expected string 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/xhtml+xml 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=UTF-16] 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:28:string application/xhtml+xml fr ISO-8859-2 12-12-2023 12:45:28:Found expected string 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/xhtml+xml 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=ISO-8859-2] 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:28:string application/xhtml+xml fr CP1250 12-12-2023 12:45:28:Found expected string 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/xhtml+xml 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=CP1250] 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:28:string application/xhtml+xml de UTF-16 12-12-2023 12:45:28:Found expected string 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/xhtml+xml 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=UTF-16] 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:28:string application/xhtml+xml de ISO-8859-2 12-12-2023 12:45:28:Found expected string 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/xhtml+xml 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=ISO-8859-2] 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:28:string application/xhtml+xml de CP1250 12-12-2023 12:45:28:Found expected string 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/xhtml+xml 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=CP1250] 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:28:string application/svg+xml fr UTF-16 12-12-2023 12:45:28:Found expected string 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/svg+xml 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=UTF-16] 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:28:string application/svg+xml fr ISO-8859-2 12-12-2023 12:45:28:Found expected string 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/svg+xml 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=ISO-8859-2] 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:28:string application/svg+xml fr CP1250 12-12-2023 12:45:28:Found expected string 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/svg+xml 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=CP1250] 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:28:string application/svg+xml de UTF-16 12-12-2023 12:45:28:Found expected string 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/svg+xml 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=UTF-16] 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:28:string application/svg+xml de ISO-8859-2 12-12-2023 12:45:28:Found expected string 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/svg+xml 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=ISO-8859-2] 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:28:string application/svg+xml de CP1250 12-12-2023 12:45:28:Found expected string 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/svg+xml 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=CP1250] 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:28:string application/json fr UTF-16 12-12-2023 12:45:28:Found expected string 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/json 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=UTF-16] 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:28:string application/json fr ISO-8859-2 12-12-2023 12:45:28:Found expected string 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/json 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=ISO-8859-2] 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:28:string application/json fr CP1250 12-12-2023 12:45:28:Found expected string 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/json 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=CP1250] 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:28:string application/json de UTF-16 12-12-2023 12:45:28:Found expected string 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/json 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=UTF-16] 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:28:string application/json de ISO-8859-2 12-12-2023 12:45:28:Found expected string 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/json 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=ISO-8859-2] 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:28:string application/json de CP1250 12-12-2023 12:45:28:Found expected string 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/json 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=CP1250] 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:28:string application/x-www-form-urlencoded fr UTF-16 12-12-2023 12:45:28:Found expected string 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/x-www-form-urlencoded 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=UTF-16] 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:28:string application/x-www-form-urlencoded fr ISO-8859-2 12-12-2023 12:45:28:Found expected string 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/x-www-form-urlencoded 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=ISO-8859-2] 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:28:string application/x-www-form-urlencoded fr CP1250 12-12-2023 12:45:28:Found expected string 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/x-www-form-urlencoded 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=CP1250] 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:28:string application/x-www-form-urlencoded de UTF-16 12-12-2023 12:45:28:Found expected string 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/x-www-form-urlencoded 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=UTF-16] 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:28:string application/x-www-form-urlencoded de ISO-8859-2 12-12-2023 12:45:28:Found expected string 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/x-www-form-urlencoded 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=ISO-8859-2] 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:28:string application/x-www-form-urlencoded de CP1250 12-12-2023 12:45:28:Found expected string 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/x-www-form-urlencoded 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=CP1250] 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:28:string multipart/form-data fr UTF-16 12-12-2023 12:45:28:Found expected string 12-12-2023 12:45:28:Sucessfully retrieved MediaType multipart/form-data 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=UTF-16] 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:28:string multipart/form-data fr ISO-8859-2 12-12-2023 12:45:28:Found expected string 12-12-2023 12:45:28:Sucessfully retrieved MediaType multipart/form-data 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=ISO-8859-2] 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:28:string multipart/form-data fr CP1250 12-12-2023 12:45:28:Found expected string 12-12-2023 12:45:28:Sucessfully retrieved MediaType multipart/form-data 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=CP1250] 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:28:string multipart/form-data de UTF-16 12-12-2023 12:45:28:Found expected string 12-12-2023 12:45:28:Sucessfully retrieved MediaType multipart/form-data 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=UTF-16] 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:28:string multipart/form-data de ISO-8859-2 12-12-2023 12:45:28:Found expected string 12-12-2023 12:45:28:Sucessfully retrieved MediaType multipart/form-data 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=ISO-8859-2] 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:28:string multipart/form-data de CP1250 12-12-2023 12:45:28:Found expected string 12-12-2023 12:45:28:Sucessfully retrieved MediaType multipart/form-data 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=CP1250] 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:28:string application/octet-stream fr UTF-16 12-12-2023 12:45:28:Found expected string 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/octet-stream 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=UTF-16] 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:28:string application/octet-stream fr ISO-8859-2 12-12-2023 12:45:28:Found expected string 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/octet-stream 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=ISO-8859-2] 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:28:string application/octet-stream fr CP1250 12-12-2023 12:45:28:Found expected string 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/octet-stream 12-12-2023 12:45:28:Sucessfully retrieved Language fr 12-12-2023 12:45:28:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=CP1250] 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:28:string application/octet-stream de UTF-16 12-12-2023 12:45:28:Found expected string 12-12-2023 12:45:28:Sucessfully retrieved MediaType application/octet-stream 12-12-2023 12:45:28:Sucessfully retrieved Language de 12-12-2023 12:45:28:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:28:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=UTF-16] 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:28:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:string application/octet-stream de ISO-8859-2 12-12-2023 12:45:29:Found expected string 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/octet-stream 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=ISO-8859-2] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:string application/octet-stream de CP1250 12-12-2023 12:45:29:Found expected string 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/octet-stream 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=CP1250] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:string text/plain fr UTF-16 12-12-2023 12:45:29:Found expected string 12-12-2023 12:45:29:Sucessfully retrieved MediaType text/plain 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=UTF-16] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:string text/plain fr ISO-8859-2 12-12-2023 12:45:29:Found expected string 12-12-2023 12:45:29:Sucessfully retrieved MediaType text/plain 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=ISO-8859-2] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:string text/plain fr CP1250 12-12-2023 12:45:29:Found expected string 12-12-2023 12:45:29:Sucessfully retrieved MediaType text/plain 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=CP1250] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:string text/plain de UTF-16 12-12-2023 12:45:29:Found expected string 12-12-2023 12:45:29:Sucessfully retrieved MediaType text/plain 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=UTF-16] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:string text/plain de ISO-8859-2 12-12-2023 12:45:29:Found expected string 12-12-2023 12:45:29:Sucessfully retrieved MediaType text/plain 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=ISO-8859-2] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:string text/plain de CP1250 12-12-2023 12:45:29:Found expected string 12-12-2023 12:45:29:Sucessfully retrieved MediaType text/plain 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=CP1250] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:string text/xml fr UTF-16 12-12-2023 12:45:29:Found expected string 12-12-2023 12:45:29:Sucessfully retrieved MediaType text/xml 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=UTF-16] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:string text/xml fr ISO-8859-2 12-12-2023 12:45:29:Found expected string 12-12-2023 12:45:29:Sucessfully retrieved MediaType text/xml 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=ISO-8859-2] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:string text/xml fr CP1250 12-12-2023 12:45:29:Found expected string 12-12-2023 12:45:29:Sucessfully retrieved MediaType text/xml 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=CP1250] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:string text/xml de UTF-16 12-12-2023 12:45:29:Found expected string 12-12-2023 12:45:29:Sucessfully retrieved MediaType text/xml 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=UTF-16] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:string text/xml de ISO-8859-2 12-12-2023 12:45:29:Found expected string 12-12-2023 12:45:29:Sucessfully retrieved MediaType text/xml 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=ISO-8859-2] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:string text/xml de CP1250 12-12-2023 12:45:29:Found expected string 12-12-2023 12:45:29:Sucessfully retrieved MediaType text/xml 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=CP1250] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:string text/html fr UTF-16 12-12-2023 12:45:29:Found expected string 12-12-2023 12:45:29:Sucessfully retrieved MediaType text/html 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=UTF-16] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:string text/html fr ISO-8859-2 12-12-2023 12:45:29:Found expected string 12-12-2023 12:45:29:Sucessfully retrieved MediaType text/html 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=ISO-8859-2] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:string text/html fr CP1250 12-12-2023 12:45:29:Found expected string 12-12-2023 12:45:29:Sucessfully retrieved MediaType text/html 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=CP1250] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:string text/html de UTF-16 12-12-2023 12:45:29:Found expected string 12-12-2023 12:45:29:Sucessfully retrieved MediaType text/html 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=UTF-16] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:string text/html de ISO-8859-2 12-12-2023 12:45:29:Found expected string 12-12-2023 12:45:29:Sucessfully retrieved MediaType text/html 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=ISO-8859-2] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:string text/html de CP1250 12-12-2023 12:45:29:Found expected string 12-12-2023 12:45:29:Sucessfully retrieved MediaType text/html 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=CP1250] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:string text/event-stream fr UTF-16 12-12-2023 12:45:29:Found expected string 12-12-2023 12:45:29:Sucessfully retrieved MediaType text/event-stream 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=UTF-16] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:string text/event-stream fr ISO-8859-2 12-12-2023 12:45:29:Found expected string 12-12-2023 12:45:29:Sucessfully retrieved MediaType text/event-stream 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=ISO-8859-2] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:string text/event-stream fr CP1250 12-12-2023 12:45:29:Found expected string 12-12-2023 12:45:29:Sucessfully retrieved MediaType text/event-stream 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=CP1250] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:string text/event-stream de UTF-16 12-12-2023 12:45:29:Found expected string 12-12-2023 12:45:29:Sucessfully retrieved MediaType text/event-stream 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=UTF-16] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:string text/event-stream de ISO-8859-2 12-12-2023 12:45:29:Found expected string 12-12-2023 12:45:29:Sucessfully retrieved MediaType text/event-stream 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=ISO-8859-2] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:string text/event-stream de CP1250 12-12-2023 12:45:29:Found expected string 12-12-2023 12:45:29:Sucessfully retrieved MediaType text/event-stream 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=CP1250] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:string application/json-patch+json fr UTF-16 12-12-2023 12:45:29:Found expected string 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/json-patch+json 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=UTF-16] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:string application/json-patch+json fr ISO-8859-2 12-12-2023 12:45:29:Found expected string 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/json-patch+json 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=ISO-8859-2] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:string application/json-patch+json fr CP1250 12-12-2023 12:45:29:Found expected string 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/json-patch+json 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=CP1250] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:string application/json-patch+json de UTF-16 12-12-2023 12:45:29:Found expected string 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/json-patch+json 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=UTF-16] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:string application/json-patch+json de ISO-8859-2 12-12-2023 12:45:29:Found expected string 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/json-patch+json 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=ISO-8859-2] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:string application/json-patch+json de CP1250 12-12-2023 12:45:29:Found expected string 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/json-patch+json 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=CP1250] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:inputstream */* fr UTF-16 12-12-2023 12:45:29:Found expected inputstream 12-12-2023 12:45:29:Sucessfully retrieved MediaType */* 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=UTF-16] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:inputstream */* fr ISO-8859-2 12-12-2023 12:45:29:Found expected inputstream 12-12-2023 12:45:29:Sucessfully retrieved MediaType */* 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=ISO-8859-2] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:inputstream */* fr CP1250 12-12-2023 12:45:29:Found expected inputstream 12-12-2023 12:45:29:Sucessfully retrieved MediaType */* 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=CP1250] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:inputstream */* de UTF-16 12-12-2023 12:45:29:Found expected inputstream 12-12-2023 12:45:29:Sucessfully retrieved MediaType */* 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=UTF-16] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:inputstream */* de ISO-8859-2 12-12-2023 12:45:29:Found expected inputstream 12-12-2023 12:45:29:Sucessfully retrieved MediaType */* 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=ISO-8859-2] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:inputstream */* de CP1250 12-12-2023 12:45:29:Found expected inputstream 12-12-2023 12:45:29:Sucessfully retrieved MediaType */* 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=CP1250] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:inputstream application/xml fr UTF-16 12-12-2023 12:45:29:Found expected inputstream 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/xml 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=UTF-16] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:inputstream application/xml fr ISO-8859-2 12-12-2023 12:45:29:Found expected inputstream 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/xml 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=ISO-8859-2] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:inputstream application/xml fr CP1250 12-12-2023 12:45:29:Found expected inputstream 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/xml 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=CP1250] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:inputstream application/xml de UTF-16 12-12-2023 12:45:29:Found expected inputstream 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/xml 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=UTF-16] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:inputstream application/xml de ISO-8859-2 12-12-2023 12:45:29:Found expected inputstream 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/xml 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=ISO-8859-2] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:inputstream application/xml de CP1250 12-12-2023 12:45:29:Found expected inputstream 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/xml 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=CP1250] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:inputstream application/atom+xml fr UTF-16 12-12-2023 12:45:29:Found expected inputstream 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/atom+xml 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=UTF-16] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:inputstream application/atom+xml fr ISO-8859-2 12-12-2023 12:45:29:Found expected inputstream 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/atom+xml 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=ISO-8859-2] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:inputstream application/atom+xml fr CP1250 12-12-2023 12:45:29:Found expected inputstream 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/atom+xml 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=CP1250] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:inputstream application/atom+xml de UTF-16 12-12-2023 12:45:29:Found expected inputstream 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/atom+xml 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=UTF-16] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:inputstream application/atom+xml de ISO-8859-2 12-12-2023 12:45:29:Found expected inputstream 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/atom+xml 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=ISO-8859-2] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:inputstream application/atom+xml de CP1250 12-12-2023 12:45:29:Found expected inputstream 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/atom+xml 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=CP1250] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:inputstream application/xhtml+xml fr UTF-16 12-12-2023 12:45:29:Found expected inputstream 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/xhtml+xml 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=UTF-16] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:inputstream application/xhtml+xml fr ISO-8859-2 12-12-2023 12:45:29:Found expected inputstream 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/xhtml+xml 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=ISO-8859-2] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:inputstream application/xhtml+xml fr CP1250 12-12-2023 12:45:29:Found expected inputstream 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/xhtml+xml 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=CP1250] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:inputstream application/xhtml+xml de UTF-16 12-12-2023 12:45:29:Found expected inputstream 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/xhtml+xml 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=UTF-16] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:inputstream application/xhtml+xml de ISO-8859-2 12-12-2023 12:45:29:Found expected inputstream 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/xhtml+xml 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=ISO-8859-2] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:inputstream application/xhtml+xml de CP1250 12-12-2023 12:45:29:Found expected inputstream 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/xhtml+xml 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=CP1250] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:inputstream application/svg+xml fr UTF-16 12-12-2023 12:45:29:Found expected inputstream 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/svg+xml 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=UTF-16] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:inputstream application/svg+xml fr ISO-8859-2 12-12-2023 12:45:29:Found expected inputstream 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/svg+xml 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=ISO-8859-2] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:inputstream application/svg+xml fr CP1250 12-12-2023 12:45:29:Found expected inputstream 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/svg+xml 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=CP1250] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:inputstream application/svg+xml de UTF-16 12-12-2023 12:45:29:Found expected inputstream 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/svg+xml 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=UTF-16] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:inputstream application/svg+xml de ISO-8859-2 12-12-2023 12:45:29:Found expected inputstream 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/svg+xml 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=ISO-8859-2] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:inputstream application/svg+xml de CP1250 12-12-2023 12:45:29:Found expected inputstream 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/svg+xml 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=CP1250] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:inputstream application/json fr UTF-16 12-12-2023 12:45:29:Found expected inputstream 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/json 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=UTF-16] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:inputstream application/json fr ISO-8859-2 12-12-2023 12:45:29:Found expected inputstream 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/json 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=ISO-8859-2] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:inputstream application/json fr CP1250 12-12-2023 12:45:29:Found expected inputstream 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/json 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=CP1250] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:inputstream application/json de UTF-16 12-12-2023 12:45:29:Found expected inputstream 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/json 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=UTF-16] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:inputstream application/json de ISO-8859-2 12-12-2023 12:45:29:Found expected inputstream 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/json 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=ISO-8859-2] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:inputstream application/json de CP1250 12-12-2023 12:45:29:Found expected inputstream 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/json 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=CP1250] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:inputstream application/x-www-form-urlencoded fr UTF-16 12-12-2023 12:45:29:Found expected inputstream 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/x-www-form-urlencoded 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=UTF-16] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:inputstream application/x-www-form-urlencoded fr ISO-8859-2 12-12-2023 12:45:29:Found expected inputstream 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/x-www-form-urlencoded 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=ISO-8859-2] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:inputstream application/x-www-form-urlencoded fr CP1250 12-12-2023 12:45:29:Found expected inputstream 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/x-www-form-urlencoded 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=CP1250] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:inputstream application/x-www-form-urlencoded de UTF-16 12-12-2023 12:45:29:Found expected inputstream 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/x-www-form-urlencoded 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=UTF-16] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:inputstream application/x-www-form-urlencoded de ISO-8859-2 12-12-2023 12:45:29:Found expected inputstream 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/x-www-form-urlencoded 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=ISO-8859-2] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:inputstream application/x-www-form-urlencoded de CP1250 12-12-2023 12:45:29:Found expected inputstream 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/x-www-form-urlencoded 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=CP1250] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:inputstream multipart/form-data fr UTF-16 12-12-2023 12:45:29:Found expected inputstream 12-12-2023 12:45:29:Sucessfully retrieved MediaType multipart/form-data 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=UTF-16] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:inputstream multipart/form-data fr ISO-8859-2 12-12-2023 12:45:29:Found expected inputstream 12-12-2023 12:45:29:Sucessfully retrieved MediaType multipart/form-data 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=ISO-8859-2] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:inputstream multipart/form-data fr CP1250 12-12-2023 12:45:29:Found expected inputstream 12-12-2023 12:45:29:Sucessfully retrieved MediaType multipart/form-data 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=CP1250] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:inputstream multipart/form-data de UTF-16 12-12-2023 12:45:29:Found expected inputstream 12-12-2023 12:45:29:Sucessfully retrieved MediaType multipart/form-data 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=UTF-16] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:inputstream multipart/form-data de ISO-8859-2 12-12-2023 12:45:29:Found expected inputstream 12-12-2023 12:45:29:Sucessfully retrieved MediaType multipart/form-data 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=ISO-8859-2] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:inputstream multipart/form-data de CP1250 12-12-2023 12:45:29:Found expected inputstream 12-12-2023 12:45:29:Sucessfully retrieved MediaType multipart/form-data 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=CP1250] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:inputstream application/octet-stream fr UTF-16 12-12-2023 12:45:29:Found expected inputstream 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/octet-stream 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=UTF-16] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:inputstream application/octet-stream fr ISO-8859-2 12-12-2023 12:45:29:Found expected inputstream 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/octet-stream 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=ISO-8859-2] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:inputstream application/octet-stream fr CP1250 12-12-2023 12:45:29:Found expected inputstream 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/octet-stream 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=CP1250] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:inputstream application/octet-stream de UTF-16 12-12-2023 12:45:29:Found expected inputstream 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/octet-stream 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=UTF-16] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:inputstream application/octet-stream de ISO-8859-2 12-12-2023 12:45:29:Found expected inputstream 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/octet-stream 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=ISO-8859-2] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:inputstream application/octet-stream de CP1250 12-12-2023 12:45:29:Found expected inputstream 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/octet-stream 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=CP1250] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:inputstream text/plain fr UTF-16 12-12-2023 12:45:29:Found expected inputstream 12-12-2023 12:45:29:Sucessfully retrieved MediaType text/plain 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=UTF-16] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:inputstream text/plain fr ISO-8859-2 12-12-2023 12:45:29:Found expected inputstream 12-12-2023 12:45:29:Sucessfully retrieved MediaType text/plain 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=ISO-8859-2] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:inputstream text/plain fr CP1250 12-12-2023 12:45:29:Found expected inputstream 12-12-2023 12:45:29:Sucessfully retrieved MediaType text/plain 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=CP1250] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:inputstream text/plain de UTF-16 12-12-2023 12:45:29:Found expected inputstream 12-12-2023 12:45:29:Sucessfully retrieved MediaType text/plain 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=UTF-16] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:inputstream text/plain de ISO-8859-2 12-12-2023 12:45:29:Found expected inputstream 12-12-2023 12:45:29:Sucessfully retrieved MediaType text/plain 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=ISO-8859-2] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:inputstream text/plain de CP1250 12-12-2023 12:45:29:Found expected inputstream 12-12-2023 12:45:29:Sucessfully retrieved MediaType text/plain 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=CP1250] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:inputstream text/xml fr UTF-16 12-12-2023 12:45:29:Found expected inputstream 12-12-2023 12:45:29:Sucessfully retrieved MediaType text/xml 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=UTF-16] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:inputstream text/xml fr ISO-8859-2 12-12-2023 12:45:29:Found expected inputstream 12-12-2023 12:45:29:Sucessfully retrieved MediaType text/xml 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=ISO-8859-2] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:inputstream text/xml fr CP1250 12-12-2023 12:45:29:Found expected inputstream 12-12-2023 12:45:29:Sucessfully retrieved MediaType text/xml 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=CP1250] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:inputstream text/xml de UTF-16 12-12-2023 12:45:29:Found expected inputstream 12-12-2023 12:45:29:Sucessfully retrieved MediaType text/xml 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=UTF-16] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:inputstream text/xml de ISO-8859-2 12-12-2023 12:45:29:Found expected inputstream 12-12-2023 12:45:29:Sucessfully retrieved MediaType text/xml 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=ISO-8859-2] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:inputstream text/xml de CP1250 12-12-2023 12:45:29:Found expected inputstream 12-12-2023 12:45:29:Sucessfully retrieved MediaType text/xml 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=CP1250] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:inputstream text/html fr UTF-16 12-12-2023 12:45:29:Found expected inputstream 12-12-2023 12:45:29:Sucessfully retrieved MediaType text/html 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=UTF-16] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:inputstream text/html fr ISO-8859-2 12-12-2023 12:45:29:Found expected inputstream 12-12-2023 12:45:29:Sucessfully retrieved MediaType text/html 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=ISO-8859-2] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:inputstream text/html fr CP1250 12-12-2023 12:45:29:Found expected inputstream 12-12-2023 12:45:29:Sucessfully retrieved MediaType text/html 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=CP1250] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:inputstream text/html de UTF-16 12-12-2023 12:45:29:Found expected inputstream 12-12-2023 12:45:29:Sucessfully retrieved MediaType text/html 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=UTF-16] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:inputstream text/html de ISO-8859-2 12-12-2023 12:45:29:Found expected inputstream 12-12-2023 12:45:29:Sucessfully retrieved MediaType text/html 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=ISO-8859-2] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:inputstream text/html de CP1250 12-12-2023 12:45:29:Found expected inputstream 12-12-2023 12:45:29:Sucessfully retrieved MediaType text/html 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=CP1250] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:inputstream text/event-stream fr UTF-16 12-12-2023 12:45:29:Found expected inputstream 12-12-2023 12:45:29:Sucessfully retrieved MediaType text/event-stream 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=UTF-16] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:inputstream text/event-stream fr ISO-8859-2 12-12-2023 12:45:29:Found expected inputstream 12-12-2023 12:45:29:Sucessfully retrieved MediaType text/event-stream 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=ISO-8859-2] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:inputstream text/event-stream fr CP1250 12-12-2023 12:45:29:Found expected inputstream 12-12-2023 12:45:29:Sucessfully retrieved MediaType text/event-stream 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=CP1250] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:inputstream text/event-stream de UTF-16 12-12-2023 12:45:29:Found expected inputstream 12-12-2023 12:45:29:Sucessfully retrieved MediaType text/event-stream 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=UTF-16] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:inputstream text/event-stream de ISO-8859-2 12-12-2023 12:45:29:Found expected inputstream 12-12-2023 12:45:29:Sucessfully retrieved MediaType text/event-stream 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=ISO-8859-2] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:inputstream text/event-stream de CP1250 12-12-2023 12:45:29:Found expected inputstream 12-12-2023 12:45:29:Sucessfully retrieved MediaType text/event-stream 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=CP1250] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:inputstream application/json-patch+json fr UTF-16 12-12-2023 12:45:29:Found expected inputstream 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/json-patch+json 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=UTF-16] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:inputstream application/json-patch+json fr ISO-8859-2 12-12-2023 12:45:29:Found expected inputstream 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/json-patch+json 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=ISO-8859-2] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:inputstream application/json-patch+json fr CP1250 12-12-2023 12:45:29:Found expected inputstream 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/json-patch+json 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=CP1250] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:inputstream application/json-patch+json de UTF-16 12-12-2023 12:45:29:Found expected inputstream 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/json-patch+json 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=UTF-16] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:inputstream application/json-patch+json de ISO-8859-2 12-12-2023 12:45:29:Found expected inputstream 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/json-patch+json 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=ISO-8859-2] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:inputstream application/json-patch+json de CP1250 12-12-2023 12:45:29:Found expected inputstream 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/json-patch+json 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=CP1250] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:serializable */* fr UTF-16 12-12-2023 12:45:29:Found expected serializable 12-12-2023 12:45:29:Sucessfully retrieved MediaType */* 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=UTF-16] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:serializable */* fr ISO-8859-2 12-12-2023 12:45:29:Found expected serializable 12-12-2023 12:45:29:Sucessfully retrieved MediaType */* 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=ISO-8859-2] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:serializable */* fr CP1250 12-12-2023 12:45:29:Found expected serializable 12-12-2023 12:45:29:Sucessfully retrieved MediaType */* 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=CP1250] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:serializable */* de UTF-16 12-12-2023 12:45:29:Found expected serializable 12-12-2023 12:45:29:Sucessfully retrieved MediaType */* 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=UTF-16] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:serializable */* de ISO-8859-2 12-12-2023 12:45:29:Found expected serializable 12-12-2023 12:45:29:Sucessfully retrieved MediaType */* 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=ISO-8859-2] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:serializable */* de CP1250 12-12-2023 12:45:29:Found expected serializable 12-12-2023 12:45:29:Sucessfully retrieved MediaType */* 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=CP1250] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:serializable application/xml fr UTF-16 12-12-2023 12:45:29:Found expected serializable 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/xml 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=UTF-16] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:serializable application/xml fr ISO-8859-2 12-12-2023 12:45:29:Found expected serializable 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/xml 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=ISO-8859-2] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:serializable application/xml fr CP1250 12-12-2023 12:45:29:Found expected serializable 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/xml 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=CP1250] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:serializable application/xml de UTF-16 12-12-2023 12:45:29:Found expected serializable 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/xml 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=UTF-16] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:serializable application/xml de ISO-8859-2 12-12-2023 12:45:29:Found expected serializable 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/xml 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=ISO-8859-2] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:serializable application/xml de CP1250 12-12-2023 12:45:29:Found expected serializable 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/xml 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=CP1250] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:serializable application/atom+xml fr UTF-16 12-12-2023 12:45:29:Found expected serializable 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/atom+xml 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=UTF-16] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:serializable application/atom+xml fr ISO-8859-2 12-12-2023 12:45:29:Found expected serializable 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/atom+xml 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=ISO-8859-2] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:serializable application/atom+xml fr CP1250 12-12-2023 12:45:29:Found expected serializable 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/atom+xml 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=CP1250] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:serializable application/atom+xml de UTF-16 12-12-2023 12:45:29:Found expected serializable 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/atom+xml 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=UTF-16] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:serializable application/atom+xml de ISO-8859-2 12-12-2023 12:45:29:Found expected serializable 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/atom+xml 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=ISO-8859-2] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:serializable application/atom+xml de CP1250 12-12-2023 12:45:29:Found expected serializable 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/atom+xml 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=CP1250] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:serializable application/xhtml+xml fr UTF-16 12-12-2023 12:45:29:Found expected serializable 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/xhtml+xml 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=UTF-16] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:serializable application/xhtml+xml fr ISO-8859-2 12-12-2023 12:45:29:Found expected serializable 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/xhtml+xml 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=ISO-8859-2] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:serializable application/xhtml+xml fr CP1250 12-12-2023 12:45:29:Found expected serializable 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/xhtml+xml 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=CP1250] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:serializable application/xhtml+xml de UTF-16 12-12-2023 12:45:29:Found expected serializable 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/xhtml+xml 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=UTF-16] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:serializable application/xhtml+xml de ISO-8859-2 12-12-2023 12:45:29:Found expected serializable 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/xhtml+xml 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=ISO-8859-2] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:serializable application/xhtml+xml de CP1250 12-12-2023 12:45:29:Found expected serializable 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/xhtml+xml 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=CP1250] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:serializable application/svg+xml fr UTF-16 12-12-2023 12:45:29:Found expected serializable 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/svg+xml 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=UTF-16] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:serializable application/svg+xml fr ISO-8859-2 12-12-2023 12:45:29:Found expected serializable 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/svg+xml 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=ISO-8859-2] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:serializable application/svg+xml fr CP1250 12-12-2023 12:45:29:Found expected serializable 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/svg+xml 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=CP1250] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:serializable application/svg+xml de UTF-16 12-12-2023 12:45:29:Found expected serializable 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/svg+xml 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=UTF-16] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:serializable application/svg+xml de ISO-8859-2 12-12-2023 12:45:29:Found expected serializable 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/svg+xml 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=ISO-8859-2] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:serializable application/svg+xml de CP1250 12-12-2023 12:45:29:Found expected serializable 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/svg+xml 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=CP1250] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:serializable application/json fr UTF-16 12-12-2023 12:45:29:Found expected serializable 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/json 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=UTF-16] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:serializable application/json fr ISO-8859-2 12-12-2023 12:45:29:Found expected serializable 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/json 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=ISO-8859-2] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:serializable application/json fr CP1250 12-12-2023 12:45:29:Found expected serializable 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/json 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=CP1250] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:serializable application/json de UTF-16 12-12-2023 12:45:29:Found expected serializable 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/json 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=UTF-16] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:serializable application/json de ISO-8859-2 12-12-2023 12:45:29:Found expected serializable 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/json 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=ISO-8859-2] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:serializable application/json de CP1250 12-12-2023 12:45:29:Found expected serializable 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/json 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=CP1250] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:serializable application/x-www-form-urlencoded fr UTF-16 12-12-2023 12:45:29:Found expected serializable 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/x-www-form-urlencoded 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=UTF-16] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:serializable application/x-www-form-urlencoded fr ISO-8859-2 12-12-2023 12:45:29:Found expected serializable 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/x-www-form-urlencoded 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=ISO-8859-2] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:serializable application/x-www-form-urlencoded fr CP1250 12-12-2023 12:45:29:Found expected serializable 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/x-www-form-urlencoded 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=CP1250] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:serializable application/x-www-form-urlencoded de UTF-16 12-12-2023 12:45:29:Found expected serializable 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/x-www-form-urlencoded 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=UTF-16] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:serializable application/x-www-form-urlencoded de ISO-8859-2 12-12-2023 12:45:29:Found expected serializable 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/x-www-form-urlencoded 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=ISO-8859-2] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:serializable application/x-www-form-urlencoded de CP1250 12-12-2023 12:45:29:Found expected serializable 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/x-www-form-urlencoded 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=CP1250] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:serializable multipart/form-data fr UTF-16 12-12-2023 12:45:29:Found expected serializable 12-12-2023 12:45:29:Sucessfully retrieved MediaType multipart/form-data 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=UTF-16] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:serializable multipart/form-data fr ISO-8859-2 12-12-2023 12:45:29:Found expected serializable 12-12-2023 12:45:29:Sucessfully retrieved MediaType multipart/form-data 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=ISO-8859-2] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:serializable multipart/form-data fr CP1250 12-12-2023 12:45:29:Found expected serializable 12-12-2023 12:45:29:Sucessfully retrieved MediaType multipart/form-data 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=CP1250] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:serializable multipart/form-data de UTF-16 12-12-2023 12:45:29:Found expected serializable 12-12-2023 12:45:29:Sucessfully retrieved MediaType multipart/form-data 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=UTF-16] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:serializable multipart/form-data de ISO-8859-2 12-12-2023 12:45:29:Found expected serializable 12-12-2023 12:45:29:Sucessfully retrieved MediaType multipart/form-data 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=ISO-8859-2] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:serializable multipart/form-data de CP1250 12-12-2023 12:45:29:Found expected serializable 12-12-2023 12:45:29:Sucessfully retrieved MediaType multipart/form-data 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=CP1250] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:serializable application/octet-stream fr UTF-16 12-12-2023 12:45:29:Found expected serializable 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/octet-stream 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=UTF-16] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:serializable application/octet-stream fr ISO-8859-2 12-12-2023 12:45:29:Found expected serializable 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/octet-stream 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=ISO-8859-2] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:serializable application/octet-stream fr CP1250 12-12-2023 12:45:29:Found expected serializable 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/octet-stream 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=CP1250] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:serializable application/octet-stream de UTF-16 12-12-2023 12:45:29:Found expected serializable 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/octet-stream 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=UTF-16] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:serializable application/octet-stream de ISO-8859-2 12-12-2023 12:45:29:Found expected serializable 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/octet-stream 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=ISO-8859-2] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:serializable application/octet-stream de CP1250 12-12-2023 12:45:29:Found expected serializable 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/octet-stream 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=CP1250] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:serializable text/plain fr UTF-16 12-12-2023 12:45:29:Found expected serializable 12-12-2023 12:45:29:Sucessfully retrieved MediaType text/plain 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=UTF-16] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:serializable text/plain fr ISO-8859-2 12-12-2023 12:45:29:Found expected serializable 12-12-2023 12:45:29:Sucessfully retrieved MediaType text/plain 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=ISO-8859-2] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:serializable text/plain fr CP1250 12-12-2023 12:45:29:Found expected serializable 12-12-2023 12:45:29:Sucessfully retrieved MediaType text/plain 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=CP1250] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:serializable text/plain de UTF-16 12-12-2023 12:45:29:Found expected serializable 12-12-2023 12:45:29:Sucessfully retrieved MediaType text/plain 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=UTF-16] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:serializable text/plain de ISO-8859-2 12-12-2023 12:45:29:Found expected serializable 12-12-2023 12:45:29:Sucessfully retrieved MediaType text/plain 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=ISO-8859-2] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:serializable text/plain de CP1250 12-12-2023 12:45:29:Found expected serializable 12-12-2023 12:45:29:Sucessfully retrieved MediaType text/plain 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=CP1250] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:serializable text/xml fr UTF-16 12-12-2023 12:45:29:Found expected serializable 12-12-2023 12:45:29:Sucessfully retrieved MediaType text/xml 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=UTF-16] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:serializable text/xml fr ISO-8859-2 12-12-2023 12:45:29:Found expected serializable 12-12-2023 12:45:29:Sucessfully retrieved MediaType text/xml 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=ISO-8859-2] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:serializable text/xml fr CP1250 12-12-2023 12:45:29:Found expected serializable 12-12-2023 12:45:29:Sucessfully retrieved MediaType text/xml 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=CP1250] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:serializable text/xml de UTF-16 12-12-2023 12:45:29:Found expected serializable 12-12-2023 12:45:29:Sucessfully retrieved MediaType text/xml 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=UTF-16] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:serializable text/xml de ISO-8859-2 12-12-2023 12:45:29:Found expected serializable 12-12-2023 12:45:29:Sucessfully retrieved MediaType text/xml 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=ISO-8859-2] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:serializable text/xml de CP1250 12-12-2023 12:45:29:Found expected serializable 12-12-2023 12:45:29:Sucessfully retrieved MediaType text/xml 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=CP1250] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:serializable text/html fr UTF-16 12-12-2023 12:45:29:Found expected serializable 12-12-2023 12:45:29:Sucessfully retrieved MediaType text/html 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=UTF-16] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:serializable text/html fr ISO-8859-2 12-12-2023 12:45:29:Found expected serializable 12-12-2023 12:45:29:Sucessfully retrieved MediaType text/html 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=ISO-8859-2] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:serializable text/html fr CP1250 12-12-2023 12:45:29:Found expected serializable 12-12-2023 12:45:29:Sucessfully retrieved MediaType text/html 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=CP1250] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:serializable text/html de UTF-16 12-12-2023 12:45:29:Found expected serializable 12-12-2023 12:45:29:Sucessfully retrieved MediaType text/html 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=UTF-16] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:serializable text/html de ISO-8859-2 12-12-2023 12:45:29:Found expected serializable 12-12-2023 12:45:29:Sucessfully retrieved MediaType text/html 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=ISO-8859-2] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:serializable text/html de CP1250 12-12-2023 12:45:29:Found expected serializable 12-12-2023 12:45:29:Sucessfully retrieved MediaType text/html 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=CP1250] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:serializable text/event-stream fr UTF-16 12-12-2023 12:45:29:Found expected serializable 12-12-2023 12:45:29:Sucessfully retrieved MediaType text/event-stream 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=UTF-16] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:serializable text/event-stream fr ISO-8859-2 12-12-2023 12:45:29:Found expected serializable 12-12-2023 12:45:29:Sucessfully retrieved MediaType text/event-stream 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=ISO-8859-2] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:serializable text/event-stream fr CP1250 12-12-2023 12:45:29:Found expected serializable 12-12-2023 12:45:29:Sucessfully retrieved MediaType text/event-stream 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=CP1250] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:serializable text/event-stream de UTF-16 12-12-2023 12:45:29:Found expected serializable 12-12-2023 12:45:29:Sucessfully retrieved MediaType text/event-stream 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=UTF-16] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:serializable text/event-stream de ISO-8859-2 12-12-2023 12:45:29:Found expected serializable 12-12-2023 12:45:29:Sucessfully retrieved MediaType text/event-stream 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=ISO-8859-2] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:serializable text/event-stream de CP1250 12-12-2023 12:45:29:Found expected serializable 12-12-2023 12:45:29:Sucessfully retrieved MediaType text/event-stream 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=CP1250] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:serializable application/json-patch+json fr UTF-16 12-12-2023 12:45:29:Found expected serializable 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/json-patch+json 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=UTF-16] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:serializable application/json-patch+json fr ISO-8859-2 12-12-2023 12:45:29:Found expected serializable 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/json-patch+json 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=ISO-8859-2] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:serializable application/json-patch+json fr CP1250 12-12-2023 12:45:29:Found expected serializable 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/json-patch+json 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=CP1250] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:serializable application/json-patch+json de UTF-16 12-12-2023 12:45:29:Found expected serializable 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/json-patch+json 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=UTF-16] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:serializable application/json-patch+json de ISO-8859-2 12-12-2023 12:45:29:Found expected serializable 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/json-patch+json 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=ISO-8859-2] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:serializable application/json-patch+json de CP1250 12-12-2023 12:45:29:Found expected serializable 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/json-patch+json 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=CP1250] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:stringbuilder */* fr UTF-16 12-12-2023 12:45:29:Found expected stringbuilder 12-12-2023 12:45:29:Sucessfully retrieved MediaType */* 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=UTF-16] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:stringbuilder */* fr ISO-8859-2 12-12-2023 12:45:29:Found expected stringbuilder 12-12-2023 12:45:29:Sucessfully retrieved MediaType */* 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=ISO-8859-2] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:stringbuilder */* fr CP1250 12-12-2023 12:45:29:Found expected stringbuilder 12-12-2023 12:45:29:Sucessfully retrieved MediaType */* 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=CP1250] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:stringbuilder */* de UTF-16 12-12-2023 12:45:29:Found expected stringbuilder 12-12-2023 12:45:29:Sucessfully retrieved MediaType */* 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=UTF-16] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:stringbuilder */* de ISO-8859-2 12-12-2023 12:45:29:Found expected stringbuilder 12-12-2023 12:45:29:Sucessfully retrieved MediaType */* 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=ISO-8859-2] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:stringbuilder */* de CP1250 12-12-2023 12:45:29:Found expected stringbuilder 12-12-2023 12:45:29:Sucessfully retrieved MediaType */* 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=CP1250] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:stringbuilder application/xml fr UTF-16 12-12-2023 12:45:29:Found expected stringbuilder 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/xml 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=UTF-16] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:stringbuilder application/xml fr ISO-8859-2 12-12-2023 12:45:29:Found expected stringbuilder 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/xml 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=ISO-8859-2] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:stringbuilder application/xml fr CP1250 12-12-2023 12:45:29:Found expected stringbuilder 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/xml 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=CP1250] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:stringbuilder application/xml de UTF-16 12-12-2023 12:45:29:Found expected stringbuilder 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/xml 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=UTF-16] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:stringbuilder application/xml de ISO-8859-2 12-12-2023 12:45:29:Found expected stringbuilder 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/xml 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=ISO-8859-2] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:stringbuilder application/xml de CP1250 12-12-2023 12:45:29:Found expected stringbuilder 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/xml 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=CP1250] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:stringbuilder application/atom+xml fr UTF-16 12-12-2023 12:45:29:Found expected stringbuilder 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/atom+xml 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=UTF-16] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:stringbuilder application/atom+xml fr ISO-8859-2 12-12-2023 12:45:29:Found expected stringbuilder 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/atom+xml 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=ISO-8859-2] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:stringbuilder application/atom+xml fr CP1250 12-12-2023 12:45:29:Found expected stringbuilder 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/atom+xml 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=CP1250] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:stringbuilder application/atom+xml de UTF-16 12-12-2023 12:45:29:Found expected stringbuilder 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/atom+xml 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=UTF-16] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:stringbuilder application/atom+xml de ISO-8859-2 12-12-2023 12:45:29:Found expected stringbuilder 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/atom+xml 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=ISO-8859-2] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:stringbuilder application/atom+xml de CP1250 12-12-2023 12:45:29:Found expected stringbuilder 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/atom+xml 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=CP1250] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:stringbuilder application/xhtml+xml fr UTF-16 12-12-2023 12:45:29:Found expected stringbuilder 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/xhtml+xml 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=UTF-16] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:stringbuilder application/xhtml+xml fr ISO-8859-2 12-12-2023 12:45:29:Found expected stringbuilder 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/xhtml+xml 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=ISO-8859-2] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:stringbuilder application/xhtml+xml fr CP1250 12-12-2023 12:45:29:Found expected stringbuilder 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/xhtml+xml 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=CP1250] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:stringbuilder application/xhtml+xml de UTF-16 12-12-2023 12:45:29:Found expected stringbuilder 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/xhtml+xml 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=UTF-16] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:stringbuilder application/xhtml+xml de ISO-8859-2 12-12-2023 12:45:29:Found expected stringbuilder 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/xhtml+xml 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=ISO-8859-2] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:stringbuilder application/xhtml+xml de CP1250 12-12-2023 12:45:29:Found expected stringbuilder 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/xhtml+xml 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=CP1250] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:stringbuilder application/svg+xml fr UTF-16 12-12-2023 12:45:29:Found expected stringbuilder 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/svg+xml 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=UTF-16] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:stringbuilder application/svg+xml fr ISO-8859-2 12-12-2023 12:45:29:Found expected stringbuilder 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/svg+xml 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=ISO-8859-2] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:stringbuilder application/svg+xml fr CP1250 12-12-2023 12:45:29:Found expected stringbuilder 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/svg+xml 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=CP1250] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:stringbuilder application/svg+xml de UTF-16 12-12-2023 12:45:29:Found expected stringbuilder 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/svg+xml 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=UTF-16] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:stringbuilder application/svg+xml de ISO-8859-2 12-12-2023 12:45:29:Found expected stringbuilder 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/svg+xml 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=ISO-8859-2] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:stringbuilder application/svg+xml de CP1250 12-12-2023 12:45:29:Found expected stringbuilder 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/svg+xml 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=CP1250] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:stringbuilder application/json fr UTF-16 12-12-2023 12:45:29:Found expected stringbuilder 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/json 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=UTF-16] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:stringbuilder application/json fr ISO-8859-2 12-12-2023 12:45:29:Found expected stringbuilder 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/json 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=ISO-8859-2] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:stringbuilder application/json fr CP1250 12-12-2023 12:45:29:Found expected stringbuilder 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/json 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=CP1250] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:stringbuilder application/json de UTF-16 12-12-2023 12:45:29:Found expected stringbuilder 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/json 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=UTF-16] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:stringbuilder application/json de ISO-8859-2 12-12-2023 12:45:29:Found expected stringbuilder 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/json 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=ISO-8859-2] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:stringbuilder application/json de CP1250 12-12-2023 12:45:29:Found expected stringbuilder 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/json 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=CP1250] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:stringbuilder application/x-www-form-urlencoded fr UTF-16 12-12-2023 12:45:29:Found expected stringbuilder 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/x-www-form-urlencoded 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=UTF-16] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:stringbuilder application/x-www-form-urlencoded fr ISO-8859-2 12-12-2023 12:45:29:Found expected stringbuilder 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/x-www-form-urlencoded 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=ISO-8859-2] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:stringbuilder application/x-www-form-urlencoded fr CP1250 12-12-2023 12:45:29:Found expected stringbuilder 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/x-www-form-urlencoded 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=CP1250] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:stringbuilder application/x-www-form-urlencoded de UTF-16 12-12-2023 12:45:29:Found expected stringbuilder 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/x-www-form-urlencoded 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=UTF-16] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:stringbuilder application/x-www-form-urlencoded de ISO-8859-2 12-12-2023 12:45:29:Found expected stringbuilder 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/x-www-form-urlencoded 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=ISO-8859-2] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:stringbuilder application/x-www-form-urlencoded de CP1250 12-12-2023 12:45:29:Found expected stringbuilder 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/x-www-form-urlencoded 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=CP1250] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:stringbuilder multipart/form-data fr UTF-16 12-12-2023 12:45:29:Found expected stringbuilder 12-12-2023 12:45:29:Sucessfully retrieved MediaType multipart/form-data 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=UTF-16] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:stringbuilder multipart/form-data fr ISO-8859-2 12-12-2023 12:45:29:Found expected stringbuilder 12-12-2023 12:45:29:Sucessfully retrieved MediaType multipart/form-data 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=ISO-8859-2] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:stringbuilder multipart/form-data fr CP1250 12-12-2023 12:45:29:Found expected stringbuilder 12-12-2023 12:45:29:Sucessfully retrieved MediaType multipart/form-data 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=CP1250] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:stringbuilder multipart/form-data de UTF-16 12-12-2023 12:45:29:Found expected stringbuilder 12-12-2023 12:45:29:Sucessfully retrieved MediaType multipart/form-data 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=UTF-16] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:stringbuilder multipart/form-data de ISO-8859-2 12-12-2023 12:45:29:Found expected stringbuilder 12-12-2023 12:45:29:Sucessfully retrieved MediaType multipart/form-data 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=ISO-8859-2] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:stringbuilder multipart/form-data de CP1250 12-12-2023 12:45:29:Found expected stringbuilder 12-12-2023 12:45:29:Sucessfully retrieved MediaType multipart/form-data 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=CP1250] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:stringbuilder application/octet-stream fr UTF-16 12-12-2023 12:45:29:Found expected stringbuilder 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/octet-stream 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=UTF-16] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:stringbuilder application/octet-stream fr ISO-8859-2 12-12-2023 12:45:29:Found expected stringbuilder 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/octet-stream 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=ISO-8859-2] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:stringbuilder application/octet-stream fr CP1250 12-12-2023 12:45:29:Found expected stringbuilder 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/octet-stream 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=CP1250] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:stringbuilder application/octet-stream de UTF-16 12-12-2023 12:45:29:Found expected stringbuilder 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/octet-stream 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=UTF-16] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:stringbuilder application/octet-stream de ISO-8859-2 12-12-2023 12:45:29:Found expected stringbuilder 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/octet-stream 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=ISO-8859-2] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:stringbuilder application/octet-stream de CP1250 12-12-2023 12:45:29:Found expected stringbuilder 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/octet-stream 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=CP1250] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:stringbuilder text/plain fr UTF-16 12-12-2023 12:45:29:Found expected stringbuilder 12-12-2023 12:45:29:Sucessfully retrieved MediaType text/plain 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=UTF-16] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:stringbuilder text/plain fr ISO-8859-2 12-12-2023 12:45:29:Found expected stringbuilder 12-12-2023 12:45:29:Sucessfully retrieved MediaType text/plain 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=ISO-8859-2] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:stringbuilder text/plain fr CP1250 12-12-2023 12:45:29:Found expected stringbuilder 12-12-2023 12:45:29:Sucessfully retrieved MediaType text/plain 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=CP1250] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:stringbuilder text/plain de UTF-16 12-12-2023 12:45:29:Found expected stringbuilder 12-12-2023 12:45:29:Sucessfully retrieved MediaType text/plain 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=UTF-16] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:stringbuilder text/plain de ISO-8859-2 12-12-2023 12:45:29:Found expected stringbuilder 12-12-2023 12:45:29:Sucessfully retrieved MediaType text/plain 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=ISO-8859-2] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:stringbuilder text/plain de CP1250 12-12-2023 12:45:29:Found expected stringbuilder 12-12-2023 12:45:29:Sucessfully retrieved MediaType text/plain 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=CP1250] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:stringbuilder text/xml fr UTF-16 12-12-2023 12:45:29:Found expected stringbuilder 12-12-2023 12:45:29:Sucessfully retrieved MediaType text/xml 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=UTF-16] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:stringbuilder text/xml fr ISO-8859-2 12-12-2023 12:45:29:Found expected stringbuilder 12-12-2023 12:45:29:Sucessfully retrieved MediaType text/xml 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=ISO-8859-2] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:stringbuilder text/xml fr CP1250 12-12-2023 12:45:29:Found expected stringbuilder 12-12-2023 12:45:29:Sucessfully retrieved MediaType text/xml 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=CP1250] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:stringbuilder text/xml de UTF-16 12-12-2023 12:45:29:Found expected stringbuilder 12-12-2023 12:45:29:Sucessfully retrieved MediaType text/xml 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=UTF-16] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:stringbuilder text/xml de ISO-8859-2 12-12-2023 12:45:29:Found expected stringbuilder 12-12-2023 12:45:29:Sucessfully retrieved MediaType text/xml 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=ISO-8859-2] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:stringbuilder text/xml de CP1250 12-12-2023 12:45:29:Found expected stringbuilder 12-12-2023 12:45:29:Sucessfully retrieved MediaType text/xml 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=CP1250] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:stringbuilder text/html fr UTF-16 12-12-2023 12:45:29:Found expected stringbuilder 12-12-2023 12:45:29:Sucessfully retrieved MediaType text/html 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=UTF-16] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:stringbuilder text/html fr ISO-8859-2 12-12-2023 12:45:29:Found expected stringbuilder 12-12-2023 12:45:29:Sucessfully retrieved MediaType text/html 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=ISO-8859-2] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:stringbuilder text/html fr CP1250 12-12-2023 12:45:29:Found expected stringbuilder 12-12-2023 12:45:29:Sucessfully retrieved MediaType text/html 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=CP1250] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:stringbuilder text/html de UTF-16 12-12-2023 12:45:29:Found expected stringbuilder 12-12-2023 12:45:29:Sucessfully retrieved MediaType text/html 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=UTF-16] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:stringbuilder text/html de ISO-8859-2 12-12-2023 12:45:29:Found expected stringbuilder 12-12-2023 12:45:29:Sucessfully retrieved MediaType text/html 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=ISO-8859-2] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:stringbuilder text/html de CP1250 12-12-2023 12:45:29:Found expected stringbuilder 12-12-2023 12:45:29:Sucessfully retrieved MediaType text/html 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=CP1250] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:stringbuilder text/event-stream fr UTF-16 12-12-2023 12:45:29:Found expected stringbuilder 12-12-2023 12:45:29:Sucessfully retrieved MediaType text/event-stream 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=UTF-16] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:stringbuilder text/event-stream fr ISO-8859-2 12-12-2023 12:45:29:Found expected stringbuilder 12-12-2023 12:45:29:Sucessfully retrieved MediaType text/event-stream 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=ISO-8859-2] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:stringbuilder text/event-stream fr CP1250 12-12-2023 12:45:29:Found expected stringbuilder 12-12-2023 12:45:29:Sucessfully retrieved MediaType text/event-stream 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=CP1250] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:stringbuilder text/event-stream de UTF-16 12-12-2023 12:45:29:Found expected stringbuilder 12-12-2023 12:45:29:Sucessfully retrieved MediaType text/event-stream 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=UTF-16] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:stringbuilder text/event-stream de ISO-8859-2 12-12-2023 12:45:29:Found expected stringbuilder 12-12-2023 12:45:29:Sucessfully retrieved MediaType text/event-stream 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=ISO-8859-2] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:stringbuilder text/event-stream de CP1250 12-12-2023 12:45:29:Found expected stringbuilder 12-12-2023 12:45:29:Sucessfully retrieved MediaType text/event-stream 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=CP1250] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:stringbuilder application/json-patch+json fr UTF-16 12-12-2023 12:45:29:Found expected stringbuilder 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/json-patch+json 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=UTF-16] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:stringbuilder application/json-patch+json fr ISO-8859-2 12-12-2023 12:45:29:Found expected stringbuilder 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/json-patch+json 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=ISO-8859-2] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:stringbuilder application/json-patch+json fr CP1250 12-12-2023 12:45:29:Found expected stringbuilder 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/json-patch+json 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=CP1250] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:stringbuilder application/json-patch+json de UTF-16 12-12-2023 12:45:29:Found expected stringbuilder 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/json-patch+json 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=UTF-16] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:stringbuilder application/json-patch+json de ISO-8859-2 12-12-2023 12:45:29:Found expected stringbuilder 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/json-patch+json 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=ISO-8859-2] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:stringbuilder application/json-patch+json de CP1250 12-12-2023 12:45:29:Found expected stringbuilder 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/json-patch+json 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=CP1250] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:stringbuffer */* fr UTF-16 12-12-2023 12:45:29:Found expected stringbuffer 12-12-2023 12:45:29:Sucessfully retrieved MediaType */* 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=UTF-16] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:stringbuffer */* fr ISO-8859-2 12-12-2023 12:45:29:Found expected stringbuffer 12-12-2023 12:45:29:Sucessfully retrieved MediaType */* 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=ISO-8859-2] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:stringbuffer */* fr CP1250 12-12-2023 12:45:29:Found expected stringbuffer 12-12-2023 12:45:29:Sucessfully retrieved MediaType */* 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=CP1250] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:stringbuffer */* de UTF-16 12-12-2023 12:45:29:Found expected stringbuffer 12-12-2023 12:45:29:Sucessfully retrieved MediaType */* 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=UTF-16] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:stringbuffer */* de ISO-8859-2 12-12-2023 12:45:29:Found expected stringbuffer 12-12-2023 12:45:29:Sucessfully retrieved MediaType */* 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=ISO-8859-2] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:stringbuffer */* de CP1250 12-12-2023 12:45:29:Found expected stringbuffer 12-12-2023 12:45:29:Sucessfully retrieved MediaType */* 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=CP1250] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:stringbuffer application/xml fr UTF-16 12-12-2023 12:45:29:Found expected stringbuffer 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/xml 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=UTF-16] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:stringbuffer application/xml fr ISO-8859-2 12-12-2023 12:45:29:Found expected stringbuffer 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/xml 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=ISO-8859-2] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:stringbuffer application/xml fr CP1250 12-12-2023 12:45:29:Found expected stringbuffer 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/xml 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=CP1250] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:stringbuffer application/xml de UTF-16 12-12-2023 12:45:29:Found expected stringbuffer 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/xml 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=UTF-16] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:stringbuffer application/xml de ISO-8859-2 12-12-2023 12:45:29:Found expected stringbuffer 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/xml 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=ISO-8859-2] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:stringbuffer application/xml de CP1250 12-12-2023 12:45:29:Found expected stringbuffer 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/xml 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=CP1250] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:stringbuffer application/atom+xml fr UTF-16 12-12-2023 12:45:29:Found expected stringbuffer 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/atom+xml 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=UTF-16] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:stringbuffer application/atom+xml fr ISO-8859-2 12-12-2023 12:45:29:Found expected stringbuffer 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/atom+xml 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=ISO-8859-2] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:stringbuffer application/atom+xml fr CP1250 12-12-2023 12:45:29:Found expected stringbuffer 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/atom+xml 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=CP1250] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:stringbuffer application/atom+xml de UTF-16 12-12-2023 12:45:29:Found expected stringbuffer 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/atom+xml 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=UTF-16] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:stringbuffer application/atom+xml de ISO-8859-2 12-12-2023 12:45:29:Found expected stringbuffer 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/atom+xml 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=ISO-8859-2] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:stringbuffer application/atom+xml de CP1250 12-12-2023 12:45:29:Found expected stringbuffer 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/atom+xml 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=CP1250] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:stringbuffer application/xhtml+xml fr UTF-16 12-12-2023 12:45:29:Found expected stringbuffer 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/xhtml+xml 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=UTF-16] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:stringbuffer application/xhtml+xml fr ISO-8859-2 12-12-2023 12:45:29:Found expected stringbuffer 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/xhtml+xml 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=ISO-8859-2] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:stringbuffer application/xhtml+xml fr CP1250 12-12-2023 12:45:29:Found expected stringbuffer 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/xhtml+xml 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=CP1250] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:stringbuffer application/xhtml+xml de UTF-16 12-12-2023 12:45:29:Found expected stringbuffer 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/xhtml+xml 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=UTF-16] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:stringbuffer application/xhtml+xml de ISO-8859-2 12-12-2023 12:45:29:Found expected stringbuffer 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/xhtml+xml 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=ISO-8859-2] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:stringbuffer application/xhtml+xml de CP1250 12-12-2023 12:45:29:Found expected stringbuffer 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/xhtml+xml 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=CP1250] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:stringbuffer application/svg+xml fr UTF-16 12-12-2023 12:45:29:Found expected stringbuffer 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/svg+xml 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=UTF-16] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:stringbuffer application/svg+xml fr ISO-8859-2 12-12-2023 12:45:29:Found expected stringbuffer 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/svg+xml 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=ISO-8859-2] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:stringbuffer application/svg+xml fr CP1250 12-12-2023 12:45:29:Found expected stringbuffer 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/svg+xml 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=CP1250] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:stringbuffer application/svg+xml de UTF-16 12-12-2023 12:45:29:Found expected stringbuffer 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/svg+xml 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=UTF-16] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:stringbuffer application/svg+xml de ISO-8859-2 12-12-2023 12:45:29:Found expected stringbuffer 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/svg+xml 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=ISO-8859-2] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:stringbuffer application/svg+xml de CP1250 12-12-2023 12:45:29:Found expected stringbuffer 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/svg+xml 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=CP1250] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:stringbuffer application/json fr UTF-16 12-12-2023 12:45:29:Found expected stringbuffer 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/json 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=UTF-16] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:stringbuffer application/json fr ISO-8859-2 12-12-2023 12:45:29:Found expected stringbuffer 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/json 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=ISO-8859-2] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:stringbuffer application/json fr CP1250 12-12-2023 12:45:29:Found expected stringbuffer 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/json 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=CP1250] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:stringbuffer application/json de UTF-16 12-12-2023 12:45:29:Found expected stringbuffer 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/json 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=UTF-16] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:stringbuffer application/json de ISO-8859-2 12-12-2023 12:45:29:Found expected stringbuffer 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/json 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=ISO-8859-2] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:stringbuffer application/json de CP1250 12-12-2023 12:45:29:Found expected stringbuffer 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/json 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=CP1250] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:stringbuffer application/x-www-form-urlencoded fr UTF-16 12-12-2023 12:45:29:Found expected stringbuffer 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/x-www-form-urlencoded 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=UTF-16] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:stringbuffer application/x-www-form-urlencoded fr ISO-8859-2 12-12-2023 12:45:29:Found expected stringbuffer 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/x-www-form-urlencoded 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=ISO-8859-2] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:stringbuffer application/x-www-form-urlencoded fr CP1250 12-12-2023 12:45:29:Found expected stringbuffer 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/x-www-form-urlencoded 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=CP1250] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:stringbuffer application/x-www-form-urlencoded de UTF-16 12-12-2023 12:45:29:Found expected stringbuffer 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/x-www-form-urlencoded 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=UTF-16] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:stringbuffer application/x-www-form-urlencoded de ISO-8859-2 12-12-2023 12:45:29:Found expected stringbuffer 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/x-www-form-urlencoded 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=ISO-8859-2] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:stringbuffer application/x-www-form-urlencoded de CP1250 12-12-2023 12:45:29:Found expected stringbuffer 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/x-www-form-urlencoded 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=CP1250] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:stringbuffer multipart/form-data fr UTF-16 12-12-2023 12:45:29:Found expected stringbuffer 12-12-2023 12:45:29:Sucessfully retrieved MediaType multipart/form-data 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=UTF-16] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:stringbuffer multipart/form-data fr ISO-8859-2 12-12-2023 12:45:29:Found expected stringbuffer 12-12-2023 12:45:29:Sucessfully retrieved MediaType multipart/form-data 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=ISO-8859-2] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:stringbuffer multipart/form-data fr CP1250 12-12-2023 12:45:29:Found expected stringbuffer 12-12-2023 12:45:29:Sucessfully retrieved MediaType multipart/form-data 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=CP1250] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:stringbuffer multipart/form-data de UTF-16 12-12-2023 12:45:29:Found expected stringbuffer 12-12-2023 12:45:29:Sucessfully retrieved MediaType multipart/form-data 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=UTF-16] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:stringbuffer multipart/form-data de ISO-8859-2 12-12-2023 12:45:29:Found expected stringbuffer 12-12-2023 12:45:29:Sucessfully retrieved MediaType multipart/form-data 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=ISO-8859-2] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:stringbuffer multipart/form-data de CP1250 12-12-2023 12:45:29:Found expected stringbuffer 12-12-2023 12:45:29:Sucessfully retrieved MediaType multipart/form-data 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=CP1250] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:stringbuffer application/octet-stream fr UTF-16 12-12-2023 12:45:29:Found expected stringbuffer 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/octet-stream 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=UTF-16] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:stringbuffer application/octet-stream fr ISO-8859-2 12-12-2023 12:45:29:Found expected stringbuffer 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/octet-stream 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=ISO-8859-2] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:stringbuffer application/octet-stream fr CP1250 12-12-2023 12:45:29:Found expected stringbuffer 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/octet-stream 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=CP1250] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:stringbuffer application/octet-stream de UTF-16 12-12-2023 12:45:29:Found expected stringbuffer 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/octet-stream 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=UTF-16] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:stringbuffer application/octet-stream de ISO-8859-2 12-12-2023 12:45:29:Found expected stringbuffer 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/octet-stream 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=ISO-8859-2] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:stringbuffer application/octet-stream de CP1250 12-12-2023 12:45:29:Found expected stringbuffer 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/octet-stream 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=CP1250] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:stringbuffer text/plain fr UTF-16 12-12-2023 12:45:29:Found expected stringbuffer 12-12-2023 12:45:29:Sucessfully retrieved MediaType text/plain 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=UTF-16] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:stringbuffer text/plain fr ISO-8859-2 12-12-2023 12:45:29:Found expected stringbuffer 12-12-2023 12:45:29:Sucessfully retrieved MediaType text/plain 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=ISO-8859-2] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:stringbuffer text/plain fr CP1250 12-12-2023 12:45:29:Found expected stringbuffer 12-12-2023 12:45:29:Sucessfully retrieved MediaType text/plain 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=CP1250] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:stringbuffer text/plain de UTF-16 12-12-2023 12:45:29:Found expected stringbuffer 12-12-2023 12:45:29:Sucessfully retrieved MediaType text/plain 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=UTF-16] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:stringbuffer text/plain de ISO-8859-2 12-12-2023 12:45:29:Found expected stringbuffer 12-12-2023 12:45:29:Sucessfully retrieved MediaType text/plain 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=ISO-8859-2] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:stringbuffer text/plain de CP1250 12-12-2023 12:45:29:Found expected stringbuffer 12-12-2023 12:45:29:Sucessfully retrieved MediaType text/plain 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=CP1250] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:stringbuffer text/xml fr UTF-16 12-12-2023 12:45:29:Found expected stringbuffer 12-12-2023 12:45:29:Sucessfully retrieved MediaType text/xml 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=UTF-16] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:stringbuffer text/xml fr ISO-8859-2 12-12-2023 12:45:29:Found expected stringbuffer 12-12-2023 12:45:29:Sucessfully retrieved MediaType text/xml 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=ISO-8859-2] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:stringbuffer text/xml fr CP1250 12-12-2023 12:45:29:Found expected stringbuffer 12-12-2023 12:45:29:Sucessfully retrieved MediaType text/xml 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=CP1250] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:stringbuffer text/xml de UTF-16 12-12-2023 12:45:29:Found expected stringbuffer 12-12-2023 12:45:29:Sucessfully retrieved MediaType text/xml 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=UTF-16] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:stringbuffer text/xml de ISO-8859-2 12-12-2023 12:45:29:Found expected stringbuffer 12-12-2023 12:45:29:Sucessfully retrieved MediaType text/xml 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=ISO-8859-2] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:stringbuffer text/xml de CP1250 12-12-2023 12:45:29:Found expected stringbuffer 12-12-2023 12:45:29:Sucessfully retrieved MediaType text/xml 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=CP1250] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:stringbuffer text/html fr UTF-16 12-12-2023 12:45:29:Found expected stringbuffer 12-12-2023 12:45:29:Sucessfully retrieved MediaType text/html 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=UTF-16] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:stringbuffer text/html fr ISO-8859-2 12-12-2023 12:45:29:Found expected stringbuffer 12-12-2023 12:45:29:Sucessfully retrieved MediaType text/html 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=ISO-8859-2] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:stringbuffer text/html fr CP1250 12-12-2023 12:45:29:Found expected stringbuffer 12-12-2023 12:45:29:Sucessfully retrieved MediaType text/html 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=CP1250] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:stringbuffer text/html de UTF-16 12-12-2023 12:45:29:Found expected stringbuffer 12-12-2023 12:45:29:Sucessfully retrieved MediaType text/html 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=UTF-16] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:stringbuffer text/html de ISO-8859-2 12-12-2023 12:45:29:Found expected stringbuffer 12-12-2023 12:45:29:Sucessfully retrieved MediaType text/html 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=ISO-8859-2] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:stringbuffer text/html de CP1250 12-12-2023 12:45:29:Found expected stringbuffer 12-12-2023 12:45:29:Sucessfully retrieved MediaType text/html 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=CP1250] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:stringbuffer text/event-stream fr UTF-16 12-12-2023 12:45:29:Found expected stringbuffer 12-12-2023 12:45:29:Sucessfully retrieved MediaType text/event-stream 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=UTF-16] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:stringbuffer text/event-stream fr ISO-8859-2 12-12-2023 12:45:29:Found expected stringbuffer 12-12-2023 12:45:29:Sucessfully retrieved MediaType text/event-stream 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=ISO-8859-2] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:stringbuffer text/event-stream fr CP1250 12-12-2023 12:45:29:Found expected stringbuffer 12-12-2023 12:45:29:Sucessfully retrieved MediaType text/event-stream 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=CP1250] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:stringbuffer text/event-stream de UTF-16 12-12-2023 12:45:29:Found expected stringbuffer 12-12-2023 12:45:29:Sucessfully retrieved MediaType text/event-stream 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=UTF-16] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:stringbuffer text/event-stream de ISO-8859-2 12-12-2023 12:45:29:Found expected stringbuffer 12-12-2023 12:45:29:Sucessfully retrieved MediaType text/event-stream 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=ISO-8859-2] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:stringbuffer text/event-stream de CP1250 12-12-2023 12:45:29:Found expected stringbuffer 12-12-2023 12:45:29:Sucessfully retrieved MediaType text/event-stream 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=CP1250] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:stringbuffer application/json-patch+json fr UTF-16 12-12-2023 12:45:29:Found expected stringbuffer 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/json-patch+json 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=UTF-16] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:stringbuffer application/json-patch+json fr ISO-8859-2 12-12-2023 12:45:29:Found expected stringbuffer 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/json-patch+json 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=ISO-8859-2] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:stringbuffer application/json-patch+json fr CP1250 12-12-2023 12:45:29:Found expected stringbuffer 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/json-patch+json 12-12-2023 12:45:29:Sucessfully retrieved Language fr 12-12-2023 12:45:29:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=CP1250] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:stringbuffer application/json-patch+json de UTF-16 12-12-2023 12:45:29:Found expected stringbuffer 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/json-patch+json 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding UTF-16 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=UTF-16] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:stringbuffer application/json-patch+json de ISO-8859-2 12-12-2023 12:45:29:Found expected stringbuffer 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/json-patch+json 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding ISO-8859-2 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=ISO-8859-2] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:stringbuffer application/json-patch+json de CP1250 12-12-2023 12:45:29:Found expected stringbuffer 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/json-patch+json 12-12-2023 12:45:29:Sucessfully retrieved Language de 12-12-2023 12:45:29:Sucessfully retrieved Encoding CP1250 12-12-2023 12:45:29:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=CP1250] 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:FINISHED TEST : entityVariantAnnotationsTest() 12-12-2023 12:45:29:STARTING TEST : entityMediaTypeGetEntityTest() 12-12-2023 12:45:29:Found expected string 12-12-2023 12:45:29:Found expected inputstream 12-12-2023 12:45:29:Found expected serializable 12-12-2023 12:45:29:Found expected stringbuilder 12-12-2023 12:45:29:Found expected stringbuffer 12-12-2023 12:45:29:FINISHED TEST : entityMediaTypeGetEntityTest() 12-12-2023 12:45:29:STARTING TEST : entityStringThrowsExceptionWhenUnparsableTest() 12-12-2023 12:45:29:IllegalArgumentException has been thrown as expected 12-12-2023 12:45:29:FINISHED TEST : entityStringThrowsExceptionWhenUnparsableTest() 12-12-2023 12:45:29:STARTING TEST : entityStringThrowsExceptionWhenNullTest() 12-12-2023 12:45:29:IllegalArgumentException has been thrown as expected 12-12-2023 12:45:29:FINISHED TEST : entityStringThrowsExceptionWhenNullTest() 12-12-2023 12:45:29:STARTING TEST : formMultivaluedMapTest() 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/x-www-form-urlencoded 12-12-2023 12:45:29:FINISHED TEST : formMultivaluedMapTest() 12-12-2023 12:45:29:STARTING TEST : entityMediaTypeTest() 12-12-2023 12:45:29:Found expected entity 12-12-2023 12:45:29:Sucessfully retrieved MediaType */* 12-12-2023 12:45:29:Found expected entity 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/xml 12-12-2023 12:45:29:Found expected entity 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/atom+xml 12-12-2023 12:45:29:Found expected entity 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/xhtml+xml 12-12-2023 12:45:29:Found expected entity 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/svg+xml 12-12-2023 12:45:29:Found expected entity 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/json 12-12-2023 12:45:29:Found expected entity 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/x-www-form-urlencoded 12-12-2023 12:45:29:Found expected entity 12-12-2023 12:45:29:Sucessfully retrieved MediaType multipart/form-data 12-12-2023 12:45:29:Found expected entity 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/octet-stream 12-12-2023 12:45:29:Found expected entity 12-12-2023 12:45:29:Sucessfully retrieved MediaType text/plain 12-12-2023 12:45:29:Found expected entity 12-12-2023 12:45:29:Sucessfully retrieved MediaType text/xml 12-12-2023 12:45:29:Found expected entity 12-12-2023 12:45:29:Sucessfully retrieved MediaType text/html 12-12-2023 12:45:29:Found expected entity 12-12-2023 12:45:29:Sucessfully retrieved MediaType text/event-stream 12-12-2023 12:45:29:Found expected entity 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/json-patch+json 12-12-2023 12:45:29:FINISHED TEST : entityMediaTypeTest() 12-12-2023 12:45:29:STARTING TEST : entityMediaTypeAnnotationsTest() 12-12-2023 12:45:29:Found expected entity 12-12-2023 12:45:29:Sucessfully retrieved MediaType */* 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:Found expected entity 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/xml 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:Found expected entity 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/atom+xml 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:Found expected entity 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/xhtml+xml 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:Found expected entity 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/svg+xml 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:Found expected entity 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/json 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:Found expected entity 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/x-www-form-urlencoded 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:Found expected entity 12-12-2023 12:45:29:Sucessfully retrieved MediaType multipart/form-data 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:Found expected entity 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/octet-stream 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:Found expected entity 12-12-2023 12:45:29:Sucessfully retrieved MediaType text/plain 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:Found expected entity 12-12-2023 12:45:29:Sucessfully retrieved MediaType text/xml 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:Found expected entity 12-12-2023 12:45:29:Sucessfully retrieved MediaType text/html 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:Found expected entity 12-12-2023 12:45:29:Sucessfully retrieved MediaType text/event-stream 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:Found expected entity 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/json-patch+json 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 12-12-2023 12:45:29:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 12-12-2023 12:45:29:FINISHED TEST : entityMediaTypeAnnotationsTest() 12-12-2023 12:45:29:STARTING TEST : xhtmlTest() 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/xhtml+xml 12-12-2023 12:45:29:Found expected string 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/xhtml+xml 12-12-2023 12:45:29:Found expected inputstream 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/xhtml+xml 12-12-2023 12:45:29:Found expected serializable 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/xhtml+xml 12-12-2023 12:45:29:Found expected stringbuilder 12-12-2023 12:45:29:Sucessfully retrieved MediaType application/xhtml+xml 12-12-2023 12:45:29:Found expected stringbuffer 12-12-2023 12:45:29:FINISHED TEST : xhtmlTest() [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.11 s - in ee.jakarta.tck.ws.rs.api.client.entity.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.client.clientrequestcontext.JAXRSClientIT 12-12-2023 12:45:29:STARTING TEST : getHeaderStringUsingHeaderDelegateTest() 12-12-2023 12:45:29:Found expected substring: bean 12-12-2023 12:45:29:FINISHED TEST : getHeaderStringUsingHeaderDelegateTest() 12-12-2023 12:45:29:STARTING TEST : getDateNullTest() 12-12-2023 12:45:29:Found expected substring: NULL 12-12-2023 12:45:29:FINISHED TEST : getDateNullTest() 12-12-2023 12:45:29:STARTING TEST : getEntityTest() 12-12-2023 12:45:29:Found expected substring: test 12-12-2023 12:45:29:FINISHED TEST : getEntityTest() 12-12-2023 12:45:29:STARTING TEST : getEntityAnnotationsNullTest() 12-12-2023 12:45:29:Found expected substring: 0 12-12-2023 12:45:29:FINISHED TEST : getEntityAnnotationsNullTest() 12-12-2023 12:45:29:STARTING TEST : abortWithTest() 12-12-2023 12:45:29:Found expected status: 201 12-12-2023 12:45:29:FINISHED TEST : abortWithTest() 12-12-2023 12:45:29:STARTING TEST : getStringHeadersUsingHeaderDelegateTest() 12-12-2023 12:45:29:Found expected substring: cts 12-12-2023 12:45:29:FINISHED TEST : getStringHeadersUsingHeaderDelegateTest() 12-12-2023 12:45:29:STARTING TEST : getStringHeadersTest() 12-12-2023 12:45:29:Found expected substring: text/html 12-12-2023 12:45:29:Found expected substring: cts 12-12-2023 12:45:29:Found expected substring: Tue, 15 Nov 1994 08:12:31 GMT 12-12-2023 12:45:29:FINISHED TEST : getStringHeadersTest() 12-12-2023 12:45:29:STARTING TEST : getMediaTypeTest() 12-12-2023 12:45:29:Found expected substring: application/x-www-form-urlencoded 12-12-2023 12:45:29:FINISHED TEST : getMediaTypeTest() 12-12-2023 12:45:29:STARTING TEST : getEntityAnnotationsTest() 12-12-2023 12:45:29:Found expected substring: jakarta.ws.rs.ext.Provider 12-12-2023 12:45:29:FINISHED TEST : getEntityAnnotationsTest() 12-12-2023 12:45:29:STARTING TEST : getMethodTest() 12-12-2023 12:45:29:Found expected substring: OPTIONS 12-12-2023 12:45:29:Found expected substring: DELETE 12-12-2023 12:45:29:Found expected substring: GET 12-12-2023 12:45:29:Found expected substring: TRACE 12-12-2023 12:45:29:Found expected substring: PUT 12-12-2023 12:45:29:Found expected substring: POST 12-12-2023 12:45:29:FINISHED TEST : getMethodTest() 12-12-2023 12:45:29:STARTING TEST : setEntityTest() 12-12-2023 12:45:29:Counter is 1 12-12-2023 12:45:29:Counter is 2 12-12-2023 12:45:29:Found expected status: 200 12-12-2023 12:45:29:FINISHED TEST : setEntityTest() 12-12-2023 12:45:29:STARTING TEST : hasEntityTest() 12-12-2023 12:45:29:Found expected substring: false 12-12-2023 12:45:29:Found expected substring: true 12-12-2023 12:45:29:FINISHED TEST : hasEntityTest() 12-12-2023 12:45:29:STARTING TEST : getHeadersIsMutableTest() 12-12-2023 12:45:29:Found expected substring: Accept 12-12-2023 12:45:29:FINISHED TEST : getHeadersIsMutableTest() 12-12-2023 12:45:29:STARTING TEST : getAcceptableMediaTypesIsSortedTest() 12-12-2023 12:45:29:FINISHED TEST : getAcceptableMediaTypesIsSortedTest() 12-12-2023 12:45:29:STARTING TEST : getLanguageTest() 12-12-2023 12:45:29:Found expected substring: zh_tw 12-12-2023 12:45:29:FINISHED TEST : getLanguageTest() 12-12-2023 12:45:29:STARTING TEST : getDateTest() 12-12-2023 12:45:29:Found expected substring: Nov 12-12-2023 12:45:29:Found expected substring: 1994 12-12-2023 12:45:29:Found expected substring: 31 12-12-2023 12:45:29:FINISHED TEST : getDateTest() 12-12-2023 12:45:29:STARTING TEST : getEntityAnnotationsIsNotTakenFromEntityClassTest() 12-12-2023 12:45:29:Found expected substring: 0 12-12-2023 12:45:29:FINISHED TEST : getEntityAnnotationsIsNotTakenFromEntityClassTest() 12-12-2023 12:45:29:STARTING TEST : getLanguageIsNullTest() 12-12-2023 12:45:29:Found expected substring: NULL 12-12-2023 12:45:29:FINISHED TEST : getLanguageIsNullTest() 12-12-2023 12:45:29:STARTING TEST : getHeaderStringTest() 12-12-2023 12:45:29:Found expected status: 200 12-12-2023 12:45:29:FINISHED TEST : getHeaderStringTest() 12-12-2023 12:45:29:STARTING TEST : getEntityClassTest() 12-12-2023 12:45:29:Found expected substring: java.io.ByteArrayInputStream 12-12-2023 12:45:29:FINISHED TEST : getEntityClassTest() 12-12-2023 12:45:29:STARTING TEST : getAcceptableLanguagesByWeightsTest() 12-12-2023 12:45:29:Found expected substring: da 12-12-2023 12:45:29:Found expected substring: gb 12-12-2023 12:45:29:Found expected substring: us 12-12-2023 12:45:29:FINISHED TEST : getAcceptableLanguagesByWeightsTest() 12-12-2023 12:45:29:STARTING TEST : getCookiesIsImmutableTest() 12-12-2023 12:45:29:Found expected status: 200 12-12-2023 12:45:29:FINISHED TEST : getCookiesIsImmutableTest() 12-12-2023 12:45:29:STARTING TEST : getPropertyNamesTest() 12-12-2023 12:45:29:Found expected substring: PROPERTY1 12-12-2023 12:45:29:Found expected substring: PROPERTY2 12-12-2023 12:45:29:FINISHED TEST : getPropertyNamesTest() 12-12-2023 12:45:29:STARTING TEST : getAcceptableMediaTypesTest() 12-12-2023 12:45:29:Found expected substring: text/* 12-12-2023 12:45:29:Found expected substring: text/html 12-12-2023 12:45:29:Found expected substring: */* 12-12-2023 12:45:29:FINISHED TEST : getAcceptableMediaTypesTest() 12-12-2023 12:45:29:STARTING TEST : getHeadersTest() 12-12-2023 12:45:29:Found expected substring: Accept 12-12-2023 12:45:29:Found expected substring: Date 12-12-2023 12:45:29:Found expected substring: tck 12-12-2023 12:45:29:FINISHED TEST : getHeadersTest() 12-12-2023 12:45:29:STARTING TEST : getPropertyIsNullTest() 12-12-2023 12:45:29:Found expected substring: NULL 12-12-2023 12:45:29:FINISHED TEST : getPropertyIsNullTest() 12-12-2023 12:45:29:STARTING TEST : getEntityClassListStringTest() 12-12-2023 12:45:29:Found expected substring: java.util.ArrayList 12-12-2023 12:45:29:FINISHED TEST : getEntityClassListStringTest() 12-12-2023 12:45:29:STARTING TEST : getStringHeadersReflectsTheUnderlayingMapTest() 12-12-2023 12:45:29:Found expected substring: cts 12-12-2023 12:45:29:FINISHED TEST : getStringHeadersReflectsTheUnderlayingMapTest() 12-12-2023 12:45:29:STARTING TEST : getClientTest() 12-12-2023 12:45:29:Found expected status: 200 12-12-2023 12:45:29:FINISHED TEST : getClientTest() 12-12-2023 12:45:29:STARTING TEST : getUriTest() 12-12-2023 12:45:29:Found expected substring: http://localhost:8080/404URL/ 12-12-2023 12:45:29:FINISHED TEST : getUriTest() 12-12-2023 12:45:29:STARTING TEST : getSetPropertyTest() 12-12-2023 12:45:29:Found expected substring: value 12-12-2023 12:45:29:FINISHED TEST : getSetPropertyTest() 12-12-2023 12:45:29:STARTING TEST : getAcceptableLanguagesTest() 12-12-2023 12:45:29:Found expected substring: fr_CA 12-12-2023 12:45:29:Found expected substring: zh_CN 12-12-2023 12:45:29:FINISHED TEST : getAcceptableLanguagesTest() 12-12-2023 12:45:29:STARTING TEST : getMediaTypeIsNullTest() 12-12-2023 12:45:29:Found expected substring: NULL 12-12-2023 12:45:29:FINISHED TEST : getMediaTypeIsNullTest() 12-12-2023 12:45:29:STARTING TEST : getAcceptableMediaTypesIsImmutableTest() 12-12-2023 12:45:29:Found expected status: 200 12-12-2023 12:45:29:FINISHED TEST : getAcceptableMediaTypesIsImmutableTest() 12-12-2023 12:45:29:STARTING TEST : getConfigurationTest() 12-12-2023 12:45:29:Found expected status: 200 12-12-2023 12:45:29:FINISHED TEST : getConfigurationTest() 12-12-2023 12:45:29:STARTING TEST : getAcceptableLanguagesIsImmutableTest() 12-12-2023 12:45:29:Found expected status: 200 12-12-2023 12:45:29:FINISHED TEST : getAcceptableLanguagesIsImmutableTest() 12-12-2023 12:45:29:STARTING TEST : removePropertyTest() 12-12-2023 12:45:29:Found expected substring: NULL 12-12-2023 12:45:29:FINISHED TEST : removePropertyTest() 12-12-2023 12:45:29:STARTING TEST : getEntityNullTest() 12-12-2023 12:45:29:Found expected substring: NULL 12-12-2023 12:45:29:FINISHED TEST : getEntityNullTest() 12-12-2023 12:45:29:STARTING TEST : getEntityTypeListStringTest() 12-12-2023 12:45:29:Found expected substring: java.lang.String 12-12-2023 12:45:29:FINISHED TEST : getEntityTypeListStringTest() 12-12-2023 12:45:29:STARTING TEST : getCookiesTest() 12-12-2023 12:45:29:Found expected substring: cts 12-12-2023 12:45:29:Found expected substring: tck 12-12-2023 12:45:29:Found expected substring: jee 12-12-2023 12:45:29:FINISHED TEST : getCookiesTest() 12-12-2023 12:45:29:STARTING TEST : getPropertyNamesIsImmutableTest() 12-12-2023 12:45:29:getPropertyNames is immutable as expected 12-12-2023 12:45:29:FINISHED TEST : getPropertyNamesIsImmutableTest() [INFO] Tests run: 41, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.355 s - in ee.jakarta.tck.ws.rs.api.client.clientrequestcontext.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.client.responseprocessingexception.JAXRSClientIT 12-12-2023 12:45:29:STARTING TEST : constructorWithRuntimeExceptionNullMessageTest() 12-12-2023 12:45:29:response contains expected Expectation Failed status 12-12-2023 12:45:29:getCause contains expected java.lang.IllegalStateException: JAXRS TCK exception 12-12-2023 12:45:29:FINISHED TEST : constructorWithRuntimeExceptionNullMessageTest() 12-12-2023 12:45:29:STARTING TEST : constructorWithNullThrowableTest() 12-12-2023 12:45:29:response contains expected Expectation Failed status 12-12-2023 12:45:29:FINISHED TEST : constructorWithNullThrowableTest() 12-12-2023 12:45:29:STARTING TEST : constructorWithCheckedExceptionNullMessageTest() 12-12-2023 12:45:29:response contains expected Expectation Failed status 12-12-2023 12:45:29:getCause contains expected java.io.IOException: JAXRS TCK exception 12-12-2023 12:45:29:FINISHED TEST : constructorWithCheckedExceptionNullMessageTest() 12-12-2023 12:45:29:STARTING TEST : constructorWithNullThrowableNullMessageTest() 12-12-2023 12:45:29:response contains expected Expectation Failed status 12-12-2023 12:45:29:FINISHED TEST : constructorWithNullThrowableNullMessageTest() 12-12-2023 12:45:29:STARTING TEST : constructorWithNullMessageTest() 12-12-2023 12:45:29:response contains expected Expectation Failed status 12-12-2023 12:45:29:FINISHED TEST : constructorWithNullMessageTest() 12-12-2023 12:45:29:STARTING TEST : constructorWithNullThrowableNotNullMessageTest() 12-12-2023 12:45:29:response contains expected Expectation Failed status 12-12-2023 12:45:29:ResponseProcessingException#getMesaage contains expected message Exception thrown by TCK 12-12-2023 12:45:29:FINISHED TEST : constructorWithNullThrowableNotNullMessageTest() 12-12-2023 12:45:29:STARTING TEST : constructorWithCheckedExceptionAndNotNullMessageTest() 12-12-2023 12:45:29:response contains expected Expectation Failed status 12-12-2023 12:45:29:getCause contains expected java.io.IOException: JAXRS TCK exception 12-12-2023 12:45:29:ResponseProcessingException#getMesaage contains expected message Exception thrown by TCK 12-12-2023 12:45:29:FINISHED TEST : constructorWithCheckedExceptionAndNotNullMessageTest() 12-12-2023 12:45:29:STARTING TEST : constructorWithRuntimeExceptionAndNotNullMessageTest() 12-12-2023 12:45:29:response contains expected Expectation Failed status 12-12-2023 12:45:29:getCause contains expected java.lang.IllegalStateException: JAXRS TCK exception 12-12-2023 12:45:29:ResponseProcessingException#getMesaage contains expected message Exception thrown by TCK 12-12-2023 12:45:29:FINISHED TEST : constructorWithRuntimeExceptionAndNotNullMessageTest() 12-12-2023 12:45:29:STARTING TEST : constructorWithNotNullMessageTest() 12-12-2023 12:45:29:response contains expected Expectation Failed status 12-12-2023 12:45:29:ResponseProcessingException#getMesaage contains expected message Exception thrown by TCK 12-12-2023 12:45:29:FINISHED TEST : constructorWithNotNullMessageTest() 12-12-2023 12:45:29:STARTING TEST : constructorWithCheckedExceptionTest() 12-12-2023 12:45:29:getCause contains expected java.io.IOException: TCK exception 12-12-2023 12:45:29:ResponseProcessingException#getMesaage contains expected message TCK exception 12-12-2023 12:45:29:response contains expected Expectation Failed status 12-12-2023 12:45:29:FINISHED TEST : constructorWithCheckedExceptionTest() 12-12-2023 12:45:29:STARTING TEST : constructorWithRuntimeExceptionTest() 12-12-2023 12:45:29:getCause contains expected java.lang.IllegalStateException: TCK exception 12-12-2023 12:45:29:ResponseProcessingException#getMesaage contains expected message TCK exception 12-12-2023 12:45:29:response contains expected Expectation Failed status 12-12-2023 12:45:29:FINISHED TEST : constructorWithRuntimeExceptionTest() [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in ee.jakarta.tck.ws.rs.api.client.responseprocessingexception.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.client.invocation.JAXRSClientIT 12-12-2023 12:45:29:STARTING TEST : invokeResponseThrowsNoWebApplicationExceptionTest() 12-12-2023 12:45:29:Returned unexpected response with status code 406 12-12-2023 12:45:29:FINISHED TEST : invokeResponseThrowsNoWebApplicationExceptionTest() 12-12-2023 12:45:29:STARTING TEST : submitInvocationCallbackTest() 12-12-2023 12:45:29:Found expected GET 12-12-2023 12:45:29:FINISHED TEST : submitInvocationCallbackTest() 12-12-2023 12:45:29:STARTING TEST : submitResponseThrowsNoWebApplicationExceptionTest() 12-12-2023 12:45:29:Response cotains expected status Not Acceptable 12-12-2023 12:45:29:FINISHED TEST : submitResponseThrowsNoWebApplicationExceptionTest() 12-12-2023 12:45:29:STARTING TEST : invokeGenericTypeTest() 12-12-2023 12:45:29:Found expected GET 12-12-2023 12:45:29:FINISHED TEST : invokeGenericTypeTest() 12-12-2023 12:45:29:STARTING TEST : invokePlainTest() 12-12-2023 12:45:29:Found expected GET 12-12-2023 12:45:29:FINISHED TEST : invokePlainTest() 12-12-2023 12:45:29:STARTING TEST : submitStringThrowsProcessingExceptionTest() 12-12-2023 12:45:29:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: cts.tck 12-12-2023 12:45:29:ExecutionException.getCause is ProcessingException as expected 12-12-2023 12:45:29:FINISHED TEST : submitStringThrowsProcessingExceptionTest() 12-12-2023 12:45:29:STARTING TEST : submitExtendedGenericTypeResponseThrowsNoWebApplicationExceptionTest() 12-12-2023 12:45:29:Response cotains expected status Not Acceptable 12-12-2023 12:45:29:FINISHED TEST : submitExtendedGenericTypeResponseThrowsNoWebApplicationExceptionTest() 12-12-2023 12:45:29:STARTING TEST : submitPlainTest() 12-12-2023 12:45:29:Found expected GET 12-12-2023 12:45:29:FINISHED TEST : submitPlainTest() 12-12-2023 12:45:29:STARTING TEST : submitGenericTypeStringThrowsWebApplicationExceptionTest() 12-12-2023 12:45:29:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 12-12-2023 12:45:29:ExecutionException.getCause is WebApplicationException as expected 12-12-2023 12:45:29:FINISHED TEST : submitGenericTypeStringThrowsWebApplicationExceptionTest() 12-12-2023 12:45:29:STARTING TEST : submitAnnonymousGenericTypeResponseThrowsNoWebApplicationExceptionTest() 12-12-2023 12:45:29:Response cotains expected status Not Acceptable 12-12-2023 12:45:29:FINISHED TEST : submitAnnonymousGenericTypeResponseThrowsNoWebApplicationExceptionTest() 12-12-2023 12:45:29:STARTING TEST : submitInvocationCallbackThrowsProcessingExceptionTest() 12-12-2023 12:45:29:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: cts.tck 12-12-2023 12:45:29:ExecutionException.getCause is ProcessingException as expected 12-12-2023 12:45:29:FINISHED TEST : submitInvocationCallbackThrowsProcessingExceptionTest() 12-12-2023 12:45:29:STARTING TEST : submitPlainThrowsProcessingExceptionTest() 12-12-2023 12:45:29:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: cts.tck 12-12-2023 12:45:29:ExecutionException.getCause is ProcessingException as expected 12-12-2023 12:45:29:FINISHED TEST : submitPlainThrowsProcessingExceptionTest() 12-12-2023 12:45:29:STARTING TEST : invokeStringThrowsWebApplicationExceptionTest() 12-12-2023 12:45:29:WebApplicationException has been thrown 12-12-2023 12:45:29:FINISHED TEST : invokeStringThrowsWebApplicationExceptionTest() 12-12-2023 12:45:29:STARTING TEST : submitGenericTypeThrowsProcessingExceptionTest() 12-12-2023 12:45:29:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: cts.tck 12-12-2023 12:45:29:ExecutionException.getCause is ProcessingException as expected 12-12-2023 12:45:29:FINISHED TEST : submitGenericTypeThrowsProcessingExceptionTest() 12-12-2023 12:45:29:STARTING TEST : submitInvocationCallbackStringThrowsWebAppExceptionTest() 12-12-2023 12:45:29:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 12-12-2023 12:45:29:ExecutionException.getCause is WebApplicationException as expected 12-12-2023 12:45:29:FINISHED TEST : submitInvocationCallbackStringThrowsWebAppExceptionTest() 12-12-2023 12:45:29:STARTING TEST : submitInvocationCallbackResponseThrowsNoWebAppExceptionTest() 12-12-2023 12:45:29:Found expected status code 406 12-12-2023 12:45:29:FINISHED TEST : submitInvocationCallbackResponseThrowsNoWebAppExceptionTest() 12-12-2023 12:45:29:STARTING TEST : invokeGenericTypeThrowsExceptionTest() 12-12-2023 12:45:29:ProcessingException has been thrown 12-12-2023 12:45:29:FINISHED TEST : invokeGenericTypeThrowsExceptionTest() 12-12-2023 12:45:29:STARTING TEST : invokeThrowsExceptionTest() 12-12-2023 12:45:29:ProcessingException has been thrown 12-12-2023 12:45:29:FINISHED TEST : invokeThrowsExceptionTest() 12-12-2023 12:45:29:STARTING TEST : invokeGenericTypeStringThrowsWebApplicationExceptionTest() 12-12-2023 12:45:29:WebApplicationException has been thrown 12-12-2023 12:45:29:FINISHED TEST : invokeGenericTypeStringThrowsWebApplicationExceptionTest() 12-12-2023 12:45:29:STARTING TEST : invokeClassTest() 12-12-2023 12:45:29:Found expected POST 12-12-2023 12:45:29:Found expected invokeClassTest 12-12-2023 12:45:29:FINISHED TEST : invokeClassTest() 12-12-2023 12:45:29:STARTING TEST : invokeAnnonymousGenericTypeResponseThrowsNoWebApplicationExceptionTest() 12-12-2023 12:45:29:Response return code is 406 as expected 12-12-2023 12:45:29:FINISHED TEST : invokeAnnonymousGenericTypeResponseThrowsNoWebApplicationExceptionTest() 12-12-2023 12:45:29:STARTING TEST : invokeClassThrowsExceptionTest() 12-12-2023 12:45:29:ProcessingException has been thrown 12-12-2023 12:45:29:FINISHED TEST : invokeClassThrowsExceptionTest() 12-12-2023 12:45:29:STARTING TEST : invokeExtendedGenericTypeResponseThrowsNoWebApplicationExceptionTest() 12-12-2023 12:45:29:Response return code is 406 as expected 12-12-2023 12:45:29:FINISHED TEST : invokeExtendedGenericTypeResponseThrowsNoWebApplicationExceptionTest() 12-12-2023 12:45:29:STARTING TEST : submitClassTest() 12-12-2023 12:45:29:Found expected POST 12-12-2023 12:45:29:Found expected submitClassTest 12-12-2023 12:45:29:FINISHED TEST : submitClassTest() 12-12-2023 12:45:29:STARTING TEST : submitStringThrowsWebApplicationExceptionTest() 12-12-2023 12:45:29:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 12-12-2023 12:45:29:ExecutionException.getCause is WebApplicationException as expected 12-12-2023 12:45:29:FINISHED TEST : submitStringThrowsWebApplicationExceptionTest() 12-12-2023 12:45:29:STARTING TEST : submitGenericTypeTest() 12-12-2023 12:45:29:Found expected POST 12-12-2023 12:45:29:Found expected submitGenericTypeTest 12-12-2023 12:45:29:FINISHED TEST : submitGenericTypeTest() [INFO] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.196 s - in ee.jakarta.tck.ws.rs.api.client.invocation.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.client.clientresponsecontext.JAXRSClientIT 12-12-2023 12:45:29:STARTING TEST : getLinksTest() 12-12-2023 12:45:29:Found #getLinks()={ http://localhost:8080/404URL/ } 12-12-2023 12:45:29:Found expected status: 200 12-12-2023 12:45:29:FINISHED TEST : getLinksTest() 12-12-2023 12:45:29:STARTING TEST : getMediaTypeTest() 12-12-2023 12:45:29:Found expected MediaType.APPLICATION_SVG_XML_TYPE 12-12-2023 12:45:29:Found expected status: 200 12-12-2023 12:45:29:FINISHED TEST : getMediaTypeTest() 12-12-2023 12:45:29:STARTING TEST : getLinkTest() 12-12-2023 12:45:29:Found #getLink()= http://localhost:8080/404URL/ 12-12-2023 12:45:29:Found expected status: 200 12-12-2023 12:45:29:FINISHED TEST : getLinkTest() 12-12-2023 12:45:29:STARTING TEST : getHeadersIsMutableTest() 12-12-2023 12:45:29:#getHeaders is mutable as expected 12-12-2023 12:45:29:Found expected status: 200 12-12-2023 12:45:29:FINISHED TEST : getHeadersIsMutableTest() 12-12-2023 12:45:29:STARTING TEST : hasLinkWhenNoLinkTest() 12-12-2023 12:45:29:#hasLink has not found any link as expected 12-12-2023 12:45:29:Found expected status: 200 12-12-2023 12:45:29:FINISHED TEST : hasLinkWhenNoLinkTest() 12-12-2023 12:45:29:STARTING TEST : getHeaderStringIsCommaSeparatedTest() 12-12-2023 12:45:29:#getHeaderString is comma separated combination of value1 and value2 as expected 12-12-2023 12:45:29:Found expected status: 200 12-12-2023 12:45:29:FINISHED TEST : getHeaderStringIsCommaSeparatedTest() 12-12-2023 12:45:29:STARTING TEST : getHeaderStringIsEmptyTest() 12-12-2023 12:45:29:#getHeaderString is empty string as expected 12-12-2023 12:45:29:Found expected status: 200 12-12-2023 12:45:29:FINISHED TEST : getHeaderStringIsEmptyTest() 12-12-2023 12:45:29:STARTING TEST : getLanguageTest() 12-12-2023 12:45:29:Found #getLanguage()= fr_CA 12-12-2023 12:45:29:Found expected status: 200 12-12-2023 12:45:29:FINISHED TEST : getLanguageTest() 12-12-2023 12:45:29:STARTING TEST : getDateTest() 12-12-2023 12:45:29:Found #getDate()= Tue Dec 12 12:45:29 UTC 2023 12-12-2023 12:45:29:Found expected status: 200 12-12-2023 12:45:29:FINISHED TEST : getDateTest() 12-12-2023 12:45:29:STARTING TEST : getHeaderStringIsNullTest() 12-12-2023 12:45:29:#getHeaderString is null as expected 12-12-2023 12:45:29:Found expected status: 200 12-12-2023 12:45:29:FINISHED TEST : getHeaderStringIsNullTest() 12-12-2023 12:45:29:STARTING TEST : getHeaderStringTest() 12-12-2023 12:45:29:#getHeaderString is value1 as expected 12-12-2023 12:45:29:Found expected status: 200 12-12-2023 12:45:29:FINISHED TEST : getHeaderStringTest() 12-12-2023 12:45:29:STARTING TEST : setStatusInfoTest() 12-12-2023 12:45:29:Found expected status: 302 12-12-2023 12:45:29:FINISHED TEST : setStatusInfoTest() 12-12-2023 12:45:29:STARTING TEST : getAllowedMethodsTest() 12-12-2023 12:45:29:found methods: GET OPTIONS 12-12-2023 12:45:29:Found expected status: 200 12-12-2023 12:45:29:FINISHED TEST : getAllowedMethodsTest() 12-12-2023 12:45:29:STARTING TEST : getStatusTest() 12-12-2023 12:45:29:Found expected response status 222 12-12-2023 12:45:29:FINISHED TEST : getStatusTest() 12-12-2023 12:45:29:STARTING TEST : getEntityTagTest() 12-12-2023 12:45:29:Found #getEntityTag()= EntityTagValue 12-12-2023 12:45:29:Found expected status: 200 12-12-2023 12:45:29:FINISHED TEST : getEntityTagTest() 12-12-2023 12:45:29:STARTING TEST : setEntityStreamTest() 12-12-2023 12:45:29:#setEntityStream( ENTITY ) set entity ENTITY 12-12-2023 12:45:29:Found expected status: 200 12-12-2023 12:45:29:FINISHED TEST : setEntityStreamTest() 12-12-2023 12:45:29:STARTING TEST : getHeadersTest() 12-12-2023 12:45:29:Found #getHeaders()={ header1 : value1 } 12-12-2023 12:45:29:Found expected status: 200 12-12-2023 12:45:29:FINISHED TEST : getHeadersTest() 12-12-2023 12:45:29:STARTING TEST : getStatusInfoTest() 12-12-2023 12:45:29:Found expected response status 222 12-12-2023 12:45:29:FINISHED TEST : getStatusInfoTest() 12-12-2023 12:45:29:STARTING TEST : setStatusTest() 12-12-2023 12:45:29:Found expected status: 403 12-12-2023 12:45:29:FINISHED TEST : setStatusTest() 12-12-2023 12:45:29:STARTING TEST : getLinkBuilderTest() 12-12-2023 12:45:29:Found #getLinkBuilder()= http://localhost:8080/404URL/ 12-12-2023 12:45:29:Found expected status: 200 12-12-2023 12:45:29:FINISHED TEST : getLinkBuilderTest() 12-12-2023 12:45:29:STARTING TEST : hasEntityWhenEntityTest() 12-12-2023 12:45:29:Found #hasEntity()=true 12-12-2023 12:45:29:Found expected status: 200 12-12-2023 12:45:29:FINISHED TEST : hasEntityWhenEntityTest() 12-12-2023 12:45:29:STARTING TEST : getLengthTest() 12-12-2023 12:45:29:Found #getLength()= 6 12-12-2023 12:45:29:Found expected status: 200 12-12-2023 12:45:29:FINISHED TEST : getLengthTest() 12-12-2023 12:45:29:STARTING TEST : getLastModifiedTest() 12-12-2023 12:45:29:Found #getLastModified()= Tue Dec 12 12:45:29 UTC 2023 12-12-2023 12:45:29:Found expected status: 200 12-12-2023 12:45:29:FINISHED TEST : getLastModifiedTest() 12-12-2023 12:45:29:STARTING TEST : hasLinkWhenLinkTest() 12-12-2023 12:45:29:#hasLink has found the given link 12-12-2023 12:45:29:Found expected status: 200 12-12-2023 12:45:29:FINISHED TEST : hasLinkWhenLinkTest() 12-12-2023 12:45:29:STARTING TEST : getLocationTest() 12-12-2023 12:45:29:Found #getLocation= http://localhost:8080/404URL/ 12-12-2023 12:45:29:Found expected status: 200 12-12-2023 12:45:29:FINISHED TEST : getLocationTest() 12-12-2023 12:45:29:STARTING TEST : getCookiesTest() 12-12-2023 12:45:29:Found expected status: 200 12-12-2023 12:45:29:FINISHED TEST : getCookiesTest() 12-12-2023 12:45:29:STARTING TEST : hasEntityWhenNoEntityTest() 12-12-2023 12:45:29:Found #hasEntity()=false 12-12-2023 12:45:29:Found expected status: 200 12-12-2023 12:45:29:FINISHED TEST : hasEntityWhenNoEntityTest() 12-12-2023 12:45:29:STARTING TEST : getEntityStreamTest() 12-12-2023 12:45:29:Found #getEntityStream()= ENTITY 12-12-2023 12:45:29:Found expected status: 200 12-12-2023 12:45:29:FINISHED TEST : getEntityStreamTest() [INFO] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.175 s - in ee.jakarta.tck.ws.rs.api.client.clientresponsecontext.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.client.clientbuilder.JAXRSClientIT 12-12-2023 12:45:29:STARTING TEST : newClientWithConfigurationTest() 12-12-2023 12:45:29:FINISHED TEST : newClientWithConfigurationTest() 12-12-2023 12:45:29:STARTING TEST : newClientNoParamTest() 12-12-2023 12:45:29:FINISHED TEST : newClientNoParamTest() [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in ee.jakarta.tck.ws.rs.api.client.clientbuilder.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.client.invocationcallback.JAXRSClientIT 12-12-2023 12:45:29:STARTING TEST : completedTest() 12-12-2023 12:45:29:Found expected get 12-12-2023 12:45:29:InvocationCallback#completed has been called as expected 12-12-2023 12:45:29:FINISHED TEST : completedTest() 12-12-2023 12:45:29:STARTING TEST : failedTest() 12-12-2023 12:45:29:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: cts.tck 12-12-2023 12:45:29:ExecutionException.getCause is ProcessingException as expected 12-12-2023 12:45:29:InvocationCallback#failed has been called as expected 12-12-2023 12:45:29:FINISHED TEST : failedTest() [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s - in ee.jakarta.tck.ws.rs.api.client.invocationcallback.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.client.client.JAXRSClientIT 12-12-2023 12:45:29:STARTING TEST : closeOnWebTargetRequestWithMediaTypeNameTest() public org.glassfish.jersey.client.JerseyInvocation$Builder org.glassfish.jersey.client.JerseyWebTarget.request(java.lang.String[]) 12-12-2023 12:45:29:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 12-12-2023 12:45:29:FINISHED TEST : closeOnWebTargetRequestWithMediaTypeNameTest() 12-12-2023 12:45:29:STARTING TEST : closeOnWebTargetRegisterClassMapTest() public jakarta.ws.rs.core.Configurable org.glassfish.jersey.client.JerseyWebTarget.register(java.lang.Class,java.util.Map) 12-12-2023 12:45:29:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 12-12-2023 12:45:29:FINISHED TEST : closeOnWebTargetRegisterClassMapTest() 12-12-2023 12:45:29:STARTING TEST : closeOnClientConfigTest() public jakarta.ws.rs.core.Configuration org.glassfish.jersey.client.JerseyClient.getConfiguration() 12-12-2023 12:45:29:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 12-12-2023 12:45:29:FINISHED TEST : closeOnClientConfigTest() 12-12-2023 12:45:29:STARTING TEST : closeOnWebTargetPathTest() public jakarta.ws.rs.client.WebTarget org.glassfish.jersey.client.JerseyWebTarget.path(java.lang.String) 12-12-2023 12:45:29:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 12-12-2023 12:45:29:FINISHED TEST : closeOnWebTargetPathTest() 12-12-2023 12:45:29:STARTING TEST : closeOnClientRegisterObjectTest() public jakarta.ws.rs.core.Configurable org.glassfish.jersey.client.JerseyClient.register(java.lang.Object) 12-12-2023 12:45:29:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 12-12-2023 12:45:29:FINISHED TEST : closeOnClientRegisterObjectTest() 12-12-2023 12:45:29:STARTING TEST : closeOnWebTargetRegisterClassTest() public jakarta.ws.rs.core.Configurable org.glassfish.jersey.client.JerseyWebTarget.register(java.lang.Object) 12-12-2023 12:45:29:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 12-12-2023 12:45:29:FINISHED TEST : closeOnWebTargetRegisterClassTest() 12-12-2023 12:45:29: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 12-12-2023 12:45:29:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 12-12-2023 12:45:29:FINISHED TEST : closeOnWebTargetQueryParamTest() 12-12-2023 12:45:29:STARTING TEST : targetWithStringIllegalArgumentExceptionTest() 12-12-2023 12:45:29:Uri is not a valid URI as expected: java.net.URISyntaxException: Expected scheme name at index 0: :cts:8080//tck:90090//jaxrs 12-12-2023 12:45:29:IllegalArgumentException was successfully thrown for target :cts:8080//tck:90090//jaxrs as expected 12-12-2023 12:45:29:FINISHED TEST : targetWithStringIllegalArgumentExceptionTest() 12-12-2023 12:45:29:STARTING TEST : targetWithUriBuilderNullPointerExceptionTest() 12-12-2023 12:45:29:NullPointerException was successfully thrown for null target as expected 12-12-2023 12:45:29:FINISHED TEST : targetWithUriBuilderNullPointerExceptionTest() 12-12-2023 12:45:29:STARTING TEST : closeOnWebTargetConfigTest() public jakarta.ws.rs.core.Configuration org.glassfish.jersey.client.JerseyWebTarget.getConfiguration() 12-12-2023 12:45:29:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 12-12-2023 12:45:29:FINISHED TEST : closeOnWebTargetConfigTest() 12-12-2023 12:45:29:STARTING TEST : closeOnWebTargetGetUriTest() public java.net.URI org.glassfish.jersey.client.JerseyWebTarget.getUri() 12-12-2023 12:45:29:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 12-12-2023 12:45:29:FINISHED TEST : closeOnWebTargetGetUriTest() 12-12-2023 12:45:29:STARTING TEST : closeOnWebTargetPropertyTest() public jakarta.ws.rs.core.Configurable org.glassfish.jersey.client.JerseyWebTarget.property(java.lang.String,java.lang.Object) 12-12-2023 12:45:29:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 12-12-2023 12:45:29:FINISHED TEST : closeOnWebTargetPropertyTest() 12-12-2023 12:45:29:STARTING TEST : targetWithStringNullPointerExceptionTest() 12-12-2023 12:45:29:NullPointerException was successfully thrown for null target as expected 12-12-2023 12:45:29:FINISHED TEST : targetWithStringNullPointerExceptionTest() 12-12-2023 12:45:29:STARTING TEST : closeOnClientRegisterClassWithContractsTest() public org.glassfish.jersey.client.JerseyClient org.glassfish.jersey.client.JerseyClient.register(java.lang.Object,java.lang.Class[]) 12-12-2023 12:45:29:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 12-12-2023 12:45:29:FINISHED TEST : closeOnClientRegisterClassWithContractsTest() 12-12-2023 12:45:29:STARTING TEST : closeOnClientTargetWithUriTest() public org.glassfish.jersey.client.JerseyWebTarget org.glassfish.jersey.client.JerseyClient.target(java.net.URI) 12-12-2023 12:45:29:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 12-12-2023 12:45:29:FINISHED TEST : closeOnClientTargetWithUriTest() 12-12-2023 12:45:29:STARTING TEST : closeOnWebTargetGetUriBuilderTest() public jakarta.ws.rs.core.UriBuilder org.glassfish.jersey.client.JerseyWebTarget.getUriBuilder() 12-12-2023 12:45:29:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 12-12-2023 12:45:29:FINISHED TEST : closeOnWebTargetGetUriBuilderTest() 12-12-2023 12:45:29:STARTING TEST : targetWithUriNullPointerExceptionTest() 12-12-2023 12:45:29:NullPointerException was successfully thrown for null target as expected 12-12-2023 12:45:29:FINISHED TEST : targetWithUriNullPointerExceptionTest() 12-12-2023 12:45:29:STARTING TEST : closeOnWebTargetRegisterObjectTest() public jakarta.ws.rs.core.Configurable org.glassfish.jersey.client.JerseyWebTarget.register(java.lang.Object) 12-12-2023 12:45:29:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 12-12-2023 12:45:29:FINISHED TEST : closeOnWebTargetRegisterObjectTest() 12-12-2023 12:45:29:STARTING TEST : closeOnWebTargetRequestTest() public org.glassfish.jersey.client.JerseyInvocation$Builder org.glassfish.jersey.client.JerseyWebTarget.request() 12-12-2023 12:45:29:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 12-12-2023 12:45:29:FINISHED TEST : closeOnWebTargetRequestTest() 12-12-2023 12:45:29: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 12-12-2023 12:45:29:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 12-12-2023 12:45:29:FINISHED TEST : closeOnWebTargetResolveTemplateFromEncodedTest() 12-12-2023 12:45:29:STARTING TEST : targetLinkTest() 12-12-2023 12:45:29:FINISHED TEST : targetLinkTest() 12-12-2023 12:45:29:STARTING TEST : targetWithLinkNullPointerExceptionTest() 12-12-2023 12:45:29:NullPointerException was successfully thrown for null target as expected 12-12-2023 12:45:29:FINISHED TEST : targetWithLinkNullPointerExceptionTest() 12-12-2023 12:45:29:STARTING TEST : closeOnClientRegisterObjectWithPriorityTest() public jakarta.ws.rs.core.Configurable org.glassfish.jersey.client.JerseyClient.register(java.lang.Object,int) 12-12-2023 12:45:29:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 12-12-2023 12:45:29:FINISHED TEST : closeOnClientRegisterObjectWithPriorityTest() 12-12-2023 12:45:29:STARTING TEST : targetUriBuilderTest() 12-12-2023 12:45:29:FINISHED TEST : targetUriBuilderTest() 12-12-2023 12:45:29:STARTING TEST : closeOnClientRegisterClassWithPriorityTest() public jakarta.ws.rs.core.Configurable org.glassfish.jersey.client.JerseyClient.register(java.lang.Object,int) 12-12-2023 12:45:29:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 12-12-2023 12:45:29:FINISHED TEST : closeOnClientRegisterClassWithPriorityTest() 12-12-2023 12:45:29:STARTING TEST : closeOnClientRegisterClassTest() public jakarta.ws.rs.core.Configurable org.glassfish.jersey.client.JerseyClient.register(java.lang.Object) 12-12-2023 12:45:29:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 12-12-2023 12:45:29:FINISHED TEST : closeOnClientRegisterClassTest() 12-12-2023 12:45:29: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 12-12-2023 12:45:29:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 12-12-2023 12:45:29:FINISHED TEST : closeOnWebTargetMatrixParamTest() 12-12-2023 12:45:29:STARTING TEST : closeOnWebTargetRegisterClassWithPriorityTest() public jakarta.ws.rs.core.Configurable org.glassfish.jersey.client.JerseyWebTarget.register(java.lang.Class,int) 12-12-2023 12:45:29:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 12-12-2023 12:45:29:FINISHED TEST : closeOnWebTargetRegisterClassWithPriorityTest() 12-12-2023 12:45:29:STARTING TEST : closeOnWebTargetRegisterClassWithContractsTest() public jakarta.ws.rs.core.Configurable org.glassfish.jersey.client.JerseyWebTarget.register(java.lang.Class,java.lang.Class[]) 12-12-2023 12:45:29:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 12-12-2023 12:45:29:FINISHED TEST : closeOnWebTargetRegisterClassWithContractsTest() 12-12-2023 12:45:29:STARTING TEST : closeOnWebTargetResolveTemplatesMapBooleanTest() public jakarta.ws.rs.client.WebTarget org.glassfish.jersey.client.JerseyWebTarget.resolveTemplates(java.util.Map,boolean) 12-12-2023 12:45:29:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 12-12-2023 12:45:29:FINISHED TEST : closeOnWebTargetResolveTemplatesMapBooleanTest() 12-12-2023 12:45:29:STARTING TEST : closeOnClientInvocationWithLinkTest() public jakarta.ws.rs.client.Invocation$Builder org.glassfish.jersey.client.JerseyClient.invocation(jakarta.ws.rs.core.Link) 12-12-2023 12:45:29:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 12-12-2023 12:45:29:FINISHED TEST : closeOnClientInvocationWithLinkTest() 12-12-2023 12:45:29:STARTING TEST : closeOnWebTargetRequestWithMediaTypeTest() public org.glassfish.jersey.client.JerseyInvocation$Builder org.glassfish.jersey.client.JerseyWebTarget.request(jakarta.ws.rs.core.MediaType[]) 12-12-2023 12:45:29:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 12-12-2023 12:45:29:FINISHED TEST : closeOnWebTargetRequestWithMediaTypeTest() 12-12-2023 12:45:29: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 12-12-2023 12:45:29:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 12-12-2023 12:45:29:FINISHED TEST : closeOnWebTargetResolveTemplateStringObjectBooleanTest() 12-12-2023 12:45:29:STARTING TEST : closeOnWebTargetRegisterObjectWithContractsTest() public org.glassfish.jersey.client.JerseyWebTarget org.glassfish.jersey.client.JerseyWebTarget.register(java.lang.Object,java.lang.Class[]) 12-12-2023 12:45:29:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 12-12-2023 12:45:29:FINISHED TEST : closeOnWebTargetRegisterObjectWithContractsTest() 12-12-2023 12:45:29:STARTING TEST : closeOnClientRegisterClassMapTest() public jakarta.ws.rs.core.Configurable org.glassfish.jersey.client.JerseyClient.register(java.lang.Class,java.util.Map) 12-12-2023 12:45:29:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 12-12-2023 12:45:29:FINISHED TEST : closeOnClientRegisterClassMapTest() 12-12-2023 12:45:29:STARTING TEST : closeOnClientPropertyTest() public jakarta.ws.rs.core.Configurable org.glassfish.jersey.client.JerseyClient.property(java.lang.String,java.lang.Object) 12-12-2023 12:45:29:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 12-12-2023 12:45:29:FINISHED TEST : closeOnClientPropertyTest() 12-12-2023 12:45:29:STARTING TEST : closeOnWebTargetResolveTemplatesFromEncodedTest() public jakarta.ws.rs.client.WebTarget org.glassfish.jersey.client.JerseyWebTarget.resolveTemplatesFromEncoded(java.util.Map) 12-12-2023 12:45:29:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 12-12-2023 12:45:29:FINISHED TEST : closeOnWebTargetResolveTemplatesFromEncodedTest() 12-12-2023 12:45:29:STARTING TEST : closeOnClientRegisterObjectWithMapTest() public org.glassfish.jersey.client.JerseyClient org.glassfish.jersey.client.JerseyClient.register(java.lang.Object,java.util.Map) 12-12-2023 12:45:29:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 12-12-2023 12:45:29:FINISHED TEST : closeOnClientRegisterObjectWithMapTest() 12-12-2023 12:45:29:STARTING TEST : closeOnClientTargetWithLinkTest() public org.glassfish.jersey.client.JerseyWebTarget org.glassfish.jersey.client.JerseyClient.target(jakarta.ws.rs.core.Link) 12-12-2023 12:45:29:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 12-12-2023 12:45:29:FINISHED TEST : closeOnClientTargetWithLinkTest() 12-12-2023 12:45:29:STARTING TEST : closeOnClientRegisterObjectWithContractsTest() public org.glassfish.jersey.client.JerseyClient org.glassfish.jersey.client.JerseyClient.register(java.lang.Object,java.lang.Class[]) 12-12-2023 12:45:29:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 12-12-2023 12:45:29:FINISHED TEST : closeOnClientRegisterObjectWithContractsTest() 12-12-2023 12:45:29:STARTING TEST : closeOnWebTargetRegisterObjectWithPriorityTest() public jakarta.ws.rs.core.Configurable org.glassfish.jersey.client.JerseyWebTarget.register(java.lang.Object,int) 12-12-2023 12:45:29:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 12-12-2023 12:45:29:FINISHED TEST : closeOnWebTargetRegisterObjectWithPriorityTest() 12-12-2023 12:45:29:STARTING TEST : closeOnWebTargetRegisterObjectWithMapTest() public org.glassfish.jersey.client.JerseyWebTarget org.glassfish.jersey.client.JerseyWebTarget.register(java.lang.Object,java.util.Map) 12-12-2023 12:45:29:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 12-12-2023 12:45:29:FINISHED TEST : closeOnWebTargetRegisterObjectWithMapTest() 12-12-2023 12:45:29:STARTING TEST : closeOnClientTargetWithUriBuilderTest() public org.glassfish.jersey.client.JerseyWebTarget org.glassfish.jersey.client.JerseyClient.target(jakarta.ws.rs.core.UriBuilder) 12-12-2023 12:45:29:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 12-12-2023 12:45:29:FINISHED TEST : closeOnClientTargetWithUriBuilderTest() 12-12-2023 12:45:29:STARTING TEST : targetStringTest() 12-12-2023 12:45:29:FINISHED TEST : targetStringTest() 12-12-2023 12:45:29:STARTING TEST : closeOnClientTargetWithStringTest() public org.glassfish.jersey.client.JerseyWebTarget org.glassfish.jersey.client.JerseyClient.target(java.lang.String) 12-12-2023 12:45:29:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 12-12-2023 12:45:29:FINISHED TEST : closeOnClientTargetWithStringTest() 12-12-2023 12:45:29:STARTING TEST : invocationFromLinkExceptionNoLinkTest() 12-12-2023 12:45:29:NullPointerException successfully thrown when no link 12-12-2023 12:45:29:FINISHED TEST : invocationFromLinkExceptionNoLinkTest() 12-12-2023 12:45:29:STARTING TEST : closeOnWebTargetResolveTemplateStringObjectTest() public jakarta.ws.rs.client.WebTarget org.glassfish.jersey.client.JerseyWebTarget.resolveTemplate(java.lang.String,java.lang.Object) 12-12-2023 12:45:29:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 12-12-2023 12:45:29:FINISHED TEST : closeOnWebTargetResolveTemplateStringObjectTest() 12-12-2023 12:45:29:STARTING TEST : closeOnWebTargetResolveTemplatesMapTest() public jakarta.ws.rs.client.WebTarget org.glassfish.jersey.client.JerseyWebTarget.resolveTemplates(java.util.Map) 12-12-2023 12:45:29:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 12-12-2023 12:45:29:FINISHED TEST : closeOnWebTargetResolveTemplatesMapTest() 12-12-2023 12:45:29:STARTING TEST : targetUriTest() 12-12-2023 12:45:29:FINISHED TEST : targetUriTest() [INFO] Tests run: 49, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s - in ee.jakarta.tck.ws.rs.api.client.client.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.uribuilder.UriBuilderIT [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in ee.jakarta.tck.ws.rs.uribuilder.UriBuilderIT [INFO] Running ee.jakarta.tck.ws.rs.jaxrs31.spec.extensions.JAXRSClientIT 12-12-2023 12:45:30:[JAXRSCommonClient] Test setup OK 12-12-2023 12:45:30:STARTING TEST : featureIsRegisteredTest() 12-12-2023 12:45:30:FINISHED TEST : featureIsRegisteredTest() 12-12-2023 12:45:30:[JAXRSCommonClient] Test setup OK 12-12-2023 12:45:30:STARTING TEST : dynamicFeatureIsRegisteredTest() 12-12-2023 12:45:30:FINISHED TEST : dynamicFeatureIsRegisteredTest() [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.357 s - in ee.jakarta.tck.ws.rs.jaxrs31.spec.extensions.JAXRSClientIT Stopping container using command: [java, -jar, /home/jenkins/agent/workspace/jakarta_EE10_TCK/tests/jersey-tck/target/glassfish7/glassfish/modules/admin-cli.jar, stop-domain, --kill, -t] Waiting finished after 225 ms. [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 2789, Failures: 0, Errors: 0, Skipped: 130 [INFO] [INFO] [INFO] --- failsafe:3.0.0-M5:integration-test (se-tests) @ jersey-tck --- [WARNING] Exception for '/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/ct.sym'. java.lang.IllegalArgumentException: '/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/ct.sym' not allowed on the path, only outputDirectories and jars are accepted at org.codehaus.plexus.languages.java.jpms.LocationManager.resolvePath (LocationManager.java:335) at org.codehaus.plexus.languages.java.jpms.LocationManager.resolvePaths (LocationManager.java:201) at org.apache.maven.plugin.surefire.AbstractSurefireMojo.newStartupConfigWithModularPath (AbstractSurefireMojo.java:2011) at org.apache.maven.plugin.surefire.AbstractSurefireMojo.createStartupConfiguration (AbstractSurefireMojo.java:1889) at org.apache.maven.plugin.surefire.AbstractSurefireMojo.createForkStarter (AbstractSurefireMojo.java:2374) at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeProvider (AbstractSurefireMojo.java:1310) at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked (AbstractSurefireMojo.java:1159) at org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute (AbstractSurefireMojo.java:932) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:126) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:328) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:316) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:212) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:174) at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 (MojoExecutor.java:75) at org.apache.maven.lifecycle.internal.MojoExecutor$1.run (MojoExecutor.java:162) at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute (DefaultMojosExecutionStrategy.java:39) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:105) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283) at org.apache.maven.cli.MavenCli.main (MavenCli.java:206) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:566) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348) [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [ERROR] WARNING: package ee.jakarta.tck.ws.rs.sebootstrap not in jersey.tck [INFO] Running ee.jakarta.tck.ws.rs.sebootstrap.SeBootstrapIT Dec 12, 2023 12:45:32 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider ee.jakarta.tck.ws.rs.sebootstrap.SeBootstrapIT$StaticApplication$StaticResource registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider ee.jakarta.tck.ws.rs.sebootstrap.SeBootstrapIT$StaticApplication$StaticResource will be ignored. Dec 12, 2023 12:45:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45989] Dec 12, 2023 12:45:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 12, 2023 12:45:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45989] Dec 12, 2023 12:45:33 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider ee.jakarta.tck.ws.rs.sebootstrap.SeBootstrapIT$StaticApplication$StaticResource registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider ee.jakarta.tck.ws.rs.sebootstrap.SeBootstrapIT$StaticApplication$StaticResource will be ignored. Dec 12, 2023 12:45:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37221] Dec 12, 2023 12:45:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 12, 2023 12:45:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37221] Dec 12, 2023 12:45:33 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider ee.jakarta.tck.ws.rs.sebootstrap.SeBootstrapIT$StaticApplication$StaticResource registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider ee.jakarta.tck.ws.rs.sebootstrap.SeBootstrapIT$StaticApplication$StaticResource will be ignored. Dec 12, 2023 12:45:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41669] Dec 12, 2023 12:45:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 12, 2023 12:45:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41669] Dec 12, 2023 12:45:33 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider ee.jakarta.tck.ws.rs.sebootstrap.SeBootstrapIT$StaticApplication$StaticResource registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider ee.jakarta.tck.ws.rs.sebootstrap.SeBootstrapIT$StaticApplication$StaticResource will be ignored. Dec 12, 2023 12:45:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36011] Dec 12, 2023 12:45:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 12, 2023 12:45:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36011] Dec 12, 2023 12:45:33 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider ee.jakarta.tck.ws.rs.sebootstrap.SeBootstrapIT$StaticApplication$StaticResource registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider ee.jakarta.tck.ws.rs.sebootstrap.SeBootstrapIT$StaticApplication$StaticResource will be ignored. Dec 12, 2023 12:45:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8080] Dec 12, 2023 12:45:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 12, 2023 12:45:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:8080] Dec 12, 2023 12:45:33 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider ee.jakarta.tck.ws.rs.sebootstrap.SeBootstrapIT$StaticApplication$StaticResource registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider ee.jakarta.tck.ws.rs.sebootstrap.SeBootstrapIT$StaticApplication$StaticResource will be ignored. Dec 12, 2023 12:45:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:1865] Dec 12, 2023 12:45:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Dec 12, 2023 12:45:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:1865] Dec 12, 2023 12:45:33 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider ee.jakarta.tck.ws.rs.sebootstrap.SeBootstrapIT$StaticApplication$StaticResource registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider ee.jakarta.tck.ws.rs.sebootstrap.SeBootstrapIT$StaticApplication$StaticResource will be ignored. Dec 12, 2023 12:45:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8080] Dec 12, 2023 12:45:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Dec 12, 2023 12:45:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:8080] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.585 s - in ee.jakarta.tck.ws.rs.sebootstrap.SeBootstrapIT [INFO] [INFO] Results: [INFO] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- failsafe:3.0.0-M5:verify (gf-tests) @ jersey-tck --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (se-tests) @ jersey-tck --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-tck --- [INFO] Installing /home/jenkins/agent/workspace/jakarta_EE10_TCK/tests/jersey-tck/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-tck/3.1.0/jersey-tck-3.1.0.pom [INFO] Installing /home/jenkins/agent/workspace/jakarta_EE10_TCK/tests/jersey-tck/target/jersey-tck-3.1.0.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-tck/3.1.0/jersey-tck-3.1.0.jar [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 07:02 min [INFO] Finished at: 2023-12-12T12:45:33Z [INFO] ------------------------------------------------------------------------ [jakarta_EE10_TCK] $ /bin/bash -xe /tmp/jenkins8666703999095968510.sh + MVN_HOME=/opt/tools/apache-maven/latest/ + PATH=/opt/tools/apache-maven/latest//bin:/opt/tools/java/openjdk/jdk-11/latest:/bin:/opt/tools/java/openjdk/jdk-11/latest/bin:/opt/tools/java/openjdk/jdk-11/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin + mvn -f tests/jersey-tck/pom.xml dependency:copy -Dartifact=jakarta.ws.rs:jakarta-restful-ws-tck:3.1.4 -Dtck.version=3.1.4 -Dtransitive=false [INFO] Scanning for projects... [WARNING] [WARNING] Some problems were encountered while building the effective model for org.glassfish.jersey.core:jersey-tck:jar:3.1.0 [WARNING] 'build.plugins.plugin.version' for org.codehaus.mojo:exec-maven-plugin is missing. @ line 301, column 21 [WARNING] [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build. [WARNING] [WARNING] For this reason, future Maven versions might no longer support building such malformed projects. [WARNING] [INFO] [INFO] ----------------< org.glassfish.jersey.core:jersey-tck >---------------- [INFO] Building Jakarta RESTful WS Compliance for Jersey 3.1.0 [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- dependency:3.2.0:copy (default-cli) @ jersey-tck --- [INFO] Configured Artifact: jakarta.ws.rs:jakarta-restful-ws-tck:3.1.4:jar [INFO] Copying jakarta-restful-ws-tck-3.1.4.jar to /home/jenkins/agent/workspace/jakarta_EE10_TCK/tests/jersey-tck/target/dependency/jakarta-restful-ws-tck-3.1.4.jar [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 0.951 s [INFO] Finished at: 2023-12-12T12:45:36Z [INFO] ------------------------------------------------------------------------ + export DOWNLOAD_PATH=tests/jersey-tck/target/dependency/ + DOWNLOAD_PATH=tests/jersey-tck/target/dependency/ ++ ls tests/jersey-tck/target/dependency/ + export NAME=jakarta-restful-ws-tck-3.1.4.jar + NAME=jakarta-restful-ws-tck-3.1.4.jar + echo '***********************************************************************************' + echo '*** TCK bundle information ***' + echo '*** Name: jakarta-restful-ws-tck-3.1.4.jar ***' + echo '*** Artifact ID: jakarta.ws.rs:jakarta-restful-ws-tck:3.1.4 ***' ++ stat -c 'date: %y, size(b): %s' tests/jersey-tck/target/dependency//jakarta-restful-ws-tck-3.1.4.jar + echo '*** Date and size: date:' 2023-10-23 10:06:50.000000000 +0000, 'size(b):' '1908144 ***' ++ sha256sum tests/jersey-tck/target/dependency//jakarta-restful-ws-tck-3.1.4.jar ++ awk '{print $1}' + echo '*** SHA256SUM: d07f0ccf2e6171fb7c914497553ee4c9d926b8b61a504d2ba01652b606c6c8bc ***' + echo '*** ***' + echo '***********************************************************************************' + echo '*** TCK results summary ***' ++ grep 'Skipped: [0-9]*$' tck.log ++ grep -o 'Tests run: [0-9]*' ++ awk '{ SUM += $3 } END { print SUM }' + export TESTS_RUN=2796 + TESTS_RUN=2796 ++ grep 'Skipped: [0-9]*$' tck.log ++ grep -o 'Failures: [0-9]*' ++ awk '{ SUM += $2 } END { print SUM }' + export FAILURES=0 + FAILURES=0 ++ grep 'Skipped: [0-9]*$' tck.log ++ grep -o 'Errors: [0-9]*' ++ awk '{ SUM += $2 } END { print SUM }' + export ERRORS=0 + ERRORS=0 ++ grep 'Skipped: [0-9]*$' tck.log ++ grep -o 'Skipped: [0-9]*' ++ awk '{ SUM += $2 } END { print SUM }' + export SKIPPED=130 + SKIPPED=130 + echo '[INFO] Number of Tests Passed = 2796' + echo '[INFO] Number of Tests Failed = 0' + echo '[INFO] Number of Tests with Errors = 0' + echo '[INFO] Number of Skipped Tests = 130' + echo '[INFO] ****************************************************************************' + grep 'Tests run:' tck.log + grep --invert-match 'Skipped: [0-9]*$' Archiving artifacts Recording fingerprints Finished: SUCCESS